[Gvsig_desarrolladores] Error al descargar los proyectos de gvSig 2.0 desde el repositorio en Eclipse

Noemí noerodconde en hotmail.com
Sab Abr 10 10:45:57 CEST 2010


Hola,

me he hecho un update de todos los proyectos y ahora tengo varios errores,
al tratar de hacer mvn install obtengo el siguiente error:

BUILD FAILED
C:\Documents and
Settings\Administrador\gvSIG-2_0-src\build\ant-tasks\maven-goals.xml:13: The
following error occurred while executing this line:
C:\Documents and
Settings\Administrador\gvSIG-2_0-src\build\ant-tasks\ant-tasks-config.xml:73:
ERROR!!
		
You have to define your gvSIG platform properties, 
by creating the file: C:\Documents and
Settings\Administrador/.gvsig.platform.properties
with the following content:
	
	native_platform=linux
	native_distribution=Ubuntu-9.10
	native_compiler=gcc4
	native_arch=i386
	native_libraryType=dynamic
	export
native_classifier=${native_platform}-${native_distribution}-${native_compiler}-${native_arch}-${native_libraryType}

Replace the fifth initial variables values with the ones appropiate 
to your platform.
		
If you use maven in the command line, you can use the previous file also
to define the MAVEN_OPTS environment variable, by adding to your 
.bash_rc file something like this:

	if [ -f "${HOME}/.gvsig.platform.properties" ]
	then
	    . ${HOME}/.gvsig.platform.properties
	    export MAVEN_OPTS="-Xmx256M -XX:MaxPermSize=64m
-Dnative-classifier=${native_classifier}"
	else
	    export MAVEN_OPTS="-Xmx256M -XX:MaxPermSize=64m"
	fi
	
It will work if you use the bash shell. In any other case or platform,
you'll
have to define your MAVEN_OPTS environment variable and set the 
"native-classifier" parameter directly.

estoy sobre un windows, supongo que tengo que crear un fichero properties
para gvsig, pero esto no me ha salido nunca antes, es por algún cambio que
se ha hecho no??

Por otra parte eclipse me marca errores en algunos proyectos :
extSextanteGvsigBindings y libRaster_io, 
cómo lo puedo solucionar ??????

Saludos y gracias
-- 
View this message in context: http://n2.nabble.com/Error-al-descargar-los-proyectos-de-gvSig-2-0-desde-el-repositorio-en-Eclipse-tp4651575p4881300.html
Sent from the gvSIG desarrolladores mailing list archive at Nabble.com.


Más información sobre la lista de distribución gvSIG_desarrolladores