[Building Sakai] build problem

yolima u yolimita.uribe at gmail.com
Wed May 6 10:15:29 PDT 2009


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.



More information about the sakai-dev mailing list