[Building Sakai] build problem

Joshua Swink joshua.swink at gmail.com
Wed May 6 10:18:21 PDT 2009


In the pom.xml for this package, you need to add the dependency:

        <dependency>
            <groupId>org.sakaiproject</groupId>
            <artifactId>sakai-site-api</artifactId>
            <version>${sakai.version}</version>
        </dependency>


Josh

On Wed, May 6, 2009 at 10:15 AM, yolima u <yolimita.uribe at gmail.com> wrote:
>
> hi all,
>
> i trying to do a new tool in sakai, and for this i need import others tools
> like user and site and in my classes are:
>
> package org.sakaiproject.metodologiagw.model;
>
>
>
> /**
>
>  * se manejan los conflictos que surgen a la hora de determinar las tareas
>
>  * para el desarollo de cada objetivo especifico y durante el desarrollo de
> cada
>
>  * tarea
>
>  * @version 1.0
>
>  * @created 28-Apr-2009 16:55:34
>
>  */
>
> import java.util.Date;
>
> import org.sakaiproject.site.api.Site;
>
>
>
> public class CONFLICTO_TAREA { ....}
>
> but the build is failure because:
>
> /opt/sakai-src-2.5.0/Metodologiagw/api/src/java/org/sakaiproject/metodologiagw/model/PROYECTO.java:[9,33]
> package org.sakaiproject.site.api does not exist
>
> /opt/sakai-src-2.5.0/Metodologiagw/api/src/java/org/sakaiproject/metodologiagw/model/PROYECTO.java:[33,15]
> cannot find symbol
> symbol  : class Site
> location: class org.sakaiproject.metodologiagw.model.PROYECTO
>
> i don't know how i have to import those packages of the esternal tools into
> my tool
>
> thanks
> --
> View this message in context: http://www.nabble.com/build-problem-tp23411360p23411360.html
> Sent from the Sakai - Development mailing list archive at Nabble.com.
>
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>
> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of "unsubscribe"
>


More information about the sakai-dev mailing list