[Gvsig_desarrolladores] montar gvsig1.10 en eclipse

Jorge Piera Llodrá jpiera en prodevelop.es
Mie Dic 15 18:27:40 CET 2010


Hola.

Supongo que al bajarte "todos los proyectos" puedes tener algún problema 
en alguno de ellos. Yo de ti me bajaría sólo unos pocos e iría añadiendo 
otros poco a poco.

Viendo un poco el tutorial creo que los proyectos que recomienda son los 
correctos. Mira el enlace de la web oficial [1] y verás que recomienda 
lo mismo.

Un saludo,
Jorge

[1] 
http://www.gvsig.org/web/docdev/building-from-svn/building-gvsig-from-svn

On 12/15/2010 05:46 PM, lluc wrote:
> Hola,
> Estoy intentando montar gvSIG 1.10 (build 1264) en eclipse siguiendo los
> pasos de
> http://www.scribd.com/doc/31213969/Gvsig-1-9-en-Eclipse#archive_trial este
> tutorial.
>
> Como no tengo claro cuáles son los proyectos imprescindibles para ejecutarse
> me he descargado todas las carpetas del repositorio svn.
>
> El problema viene cuando ejecuto el task build-all del build.xml de appgvSIG
> y me aparecen los siguientes 3 mensajes de error:
>
> 1- C:\workspace_1.10\applications\appgvSIG\build.xml:270: The following
> error occurred while executing this line:
>
> <target name="build-all"
> 		description="
> 			Global build for the whole gvSIG.
> 			Compiles all the sources and builds the application so that it's ready to
> execute
> 	">
> 		<antcall target="build-all-projects">
> 			
> 			
> 		</antcall>
> 	</target>
>
>
> 2- C:\workspace_1.10\applications\appgvSIG\build.xml:319: The following
> error occurred while executing this line:
>
> <target name="build-all-projects"
> 			description="Builds the application, excluding extensions">
> 		<property file="build.number"/>
> 		<foreach list="${gvSIG_projects}" trim="true" delimiter=","
> target="batch-build-project" param="bb-project.name"/>
> 	</target>
>
>
> 3- C:\workspace_1.10\applications\appgvSIG\build.xml:437: The required
> project is missing for Batch build: ${bb-extension.name}
>
> <target name="batch-build-project">
> 		<property name="bb-project.dir" location="../${bb-project.name}"/>
> 		<if>
> 			<available file="${bb-project.dir}" type="dir"/>
> 			<then>
> 				<echo>
> 					Batch-build ${bb-project.name}
> 				</echo>
> 				<ant dir="${bb-project.dir}" target="batch-build" inheritAll="false">
> 					<property name="debug" value="${debug}"/>
> 					<property name="debuglevel" value="${debuglevel}"/>
> 					<property name="encoding" value="${encoding}"/>
> 					<property name="JavaSourceVersion" value="${JavaSourceVersion}"/>
> 					<property name="JavaTargetVersion" value="${JavaTargetVersion}"/>
> 					<property name="buildNumberFile" location="build.number"/>
> 				</ant>
> 			</then>
> 			<else>
> 				<if>
> 					<contains string="${mandatoryProjets}" substring="${bb-project.name}"/>
> 					<then>
> 						<fail message="The required project is missing for Batch build:
> ${bb-extension.name}"/>
> 					</then>
> 					<else>
> 						<echo>
> 							Skip ${bb-project.name} project from Batch build
> 						</echo>
> 					</else>
> 				</if>
> 			</else>
> 		</if>
> 	</target>
>
>
> Quiero desarrollar una pequeña aplicación para mi proyecto de fin de carrera
> y no estoy muy familiarizado con eclipse, agradecería mucho cualquier idea
> acerca de cómo puedo solucionar estos errores.
>
> Estoy utilizando win7 64b y el jdk1.6.0_23
>
>
> Un saludo!
>
> Lluc Fernandez
>
>    


-- 
Jorge Piera Llodrá
gvSIG Development Team
PRODEVELOP
Plaza Don Juan de Villarrasa, 14 - 5
46001 Valencia
Tel: +34 963510612
Fax: +34 963510908
e-mail: jpiera en prodevelop.es
http://www.prodevelop.es
http://www.gvsig.org



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