[Gvsig_desarrolladores] Problemas con HOW TO BUILD GVSIG 3D EXTENSION WORKSPACE

José María Amuedo jmamuedo en gmail.com
Mar Sep 11 12:02:14 CEST 2012


Buenas,


Cuando intento lanzar un ant, tanto build-all como install-all, me aparecen
errores y avisos (también *adjunto archivos* con la ejecución completa de
los comandos):

ANT BUILD-ALL (sobre el directorio appgvSIG):

*(...)
[javac] Note:
/home/opticoex/Proyectos_Eclipse/gvSIG_Desktop/libInternationalization/src/org/gvsig/i18n/Messages.java
uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 3 errors
    [javac] 3 warnings

BUILD FAILED
/home/opticoex/Proyectos_Eclipse/gvSIG_Desktop/appgvSIG/build.xml:270: The
following error occurred while executing this line:
/home/opticoex/Proyectos_Eclipse/gvSIG_Desktop/appgvSIG/build.xml:319: The
following error occurred while executing this line:
/home/opticoex/Proyectos_Eclipse/gvSIG_Desktop/appgvSIG/build.xml:424: The
following error occurred while executing this line:
/home/opticoex/Proyectos_Eclipse/gvSIG_Desktop/libInternationalization/build.xml:52:
The following error occurred while executing this line:
/home/opticoex/Proyectos_Eclipse/gvSIG_Desktop/binaries/ant/utilities.xml:159:
Compile failed; see the compiler error output for details.
*


ANT INSTALL-ALL (sobre el directorio appgvSIG):

*(...)
create-jar:

BUILD FAILED
/home/opticoex/Proyectos_Eclipse/gvSIG_Desktop/appgvSIG/build.xml:338: The
following error occurred while executing this line:
/home/opticoex/Proyectos_Eclipse/gvSIG_Desktop/appgvSIG/build.xml:369: The
following error occurred while executing this line:
/home/opticoex/Proyectos_Eclipse/gvSIG_Desktop/libIverUtiles/build.xml:40:
/home/opticoex/Proyectos_Eclipse/gvSIG_Desktop/libIverUtiles/bin does not
exist.
*


Saludos,

José María
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: http://listserv.gva.es/pipermail/gvsig_desarrolladores/attachments/20120911/f310cb80/attachment.htm 
------------ próxima parte ------------
build-all:

build-all-projects:

batch-build-project:
     [echo] 
     [echo] 					Batch-build libExceptions
     [echo] 				

init:
     [echo] 
     [echo] 		Compiling libExceptions...

compile:
     [echo] javac debug="on" debuglevel="lines, vars, source"
    [javac] /home/opticoex/Proyectos_Eclipse/gvSIG_Desktop/binaries/ant/utilities.xml:159: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

create-jar:

batch-build:

batch-build-project:
     [echo] 
     [echo] 					Batch-build libInternationalization
     [echo] 				

init:
     [echo] 
     [echo] 			Compiling i18n (Internationalization)...

compile:
     [echo] javac debug="on" debuglevel="lines, vars, source"
    [javac] /home/opticoex/Proyectos_Eclipse/gvSIG_Desktop/binaries/ant/utilities.xml:159: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 3 source files to /home/opticoex/Proyectos_Eclipse/gvSIG_Desktop/libInternationalization/bin
    [javac] /home/opticoex/Proyectos_Eclipse/gvSIG_Desktop/libInternationalization/src/org/gvsig/i18n/Messages.java:61: package org.apache.log4j does not exist
    [javac] import org.apache.log4j.Logger;
    [javac]                        ^
    [javac] /home/opticoex/Proyectos_Eclipse/gvSIG_Desktop/libInternationalization/src/org/gvsig/i18n/Messages.java:90: cannot find symbol
    [javac] symbol  : class Logger
    [javac] location: class org.gvsig.i18n.Messages
    [javac]     private static Logger logger = Logger.getLogger("Messages");
    [javac]                    ^
    [javac] /home/opticoex/Proyectos_Eclipse/gvSIG_Desktop/libInternationalization/src/org/gvsig/i18n/Messages.java:90: cannot find symbol
    [javac] symbol  : variable Logger
    [javac] location: class org.gvsig.i18n.Messages
    [javac]     private static Logger logger = Logger.getLogger("Messages");
    [javac]                                    ^
    [javac] /home/opticoex/Proyectos_Eclipse/gvSIG_Desktop/libInternationalization/src/org/gvsig/i18n/Messages.java:146: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Object for a varargs call
    [javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    [javac] 				translation = MessageFormat.format(translation, arguments);
    [javac] 				                                                ^
    [javac] /home/opticoex/Proyectos_Eclipse/gvSIG_Desktop/libInternationalization/src/org/gvsig/i18n/Messages.java:194: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Object for a varargs call
    [javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    [javac] 				translation = MessageFormat.format(translation, arguments);
    [javac] 				                                                ^
    [javac] /home/opticoex/Proyectos_Eclipse/gvSIG_Desktop/libInternationalization/src/org/gvsig/i18n/Messages.java:235: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Object for a varargs call
    [javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    [javac] 				translation = MessageFormat.format(translation, arguments);
    [javac] 				                                                ^
    [javac] Note: /home/opticoex/Proyectos_Eclipse/gvSIG_Desktop/libInternationalization/src/org/gvsig/i18n/Messages.java uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 3 errors
    [javac] 3 warnings

BUILD FAILED
/home/opticoex/Proyectos_Eclipse/gvSIG_Desktop/appgvSIG/build.xml:270: The following error occurred while executing this line:
/home/opticoex/Proyectos_Eclipse/gvSIG_Desktop/appgvSIG/build.xml:319: The following error occurred while executing this line:
/home/opticoex/Proyectos_Eclipse/gvSIG_Desktop/appgvSIG/build.xml:424: The following error occurred while executing this line:
/home/opticoex/Proyectos_Eclipse/gvSIG_Desktop/libInternationalization/build.xml:52: The following error occurred while executing this line:
/home/opticoex/Proyectos_Eclipse/gvSIG_Desktop/binaries/ant/utilities.xml:159: Compile failed; see the compiler error output for details.

Total time: 1 second
------------ próxima parte ------------
install-all-projects:

install-project:
     [echo] 
     [echo] 					Install libExceptions
     [echo] 				

create-jar:

install-project:
     [echo] 
     [echo] 					Install libInternationalization
     [echo] 				

copy-data-files:

create-jar:
      [jar] Building jar: /home/opticoex/Proyectos_Eclipse/gvSIG_Desktop/libInternationalization/dist/gvsig-i18n.jar

move-to-andami:
     [copy] Copying 1 file to /home/opticoex/Proyectos_Eclipse/gvSIG_Desktop/libInternationalization/lib
     [move] Moving 1 file to /home/opticoex/Proyectos_Eclipse/gvSIG_Desktop/_fwAndami/lib

dist:

install-project:
     [echo] 
     [echo] 					Install libIverUtiles
     [echo] 				

create-jar:

BUILD FAILED
/home/opticoex/Proyectos_Eclipse/gvSIG_Desktop/appgvSIG/build.xml:338: The following error occurred while executing this line:
/home/opticoex/Proyectos_Eclipse/gvSIG_Desktop/appgvSIG/build.xml:369: The following error occurred while executing this line:
/home/opticoex/Proyectos_Eclipse/gvSIG_Desktop/libIverUtiles/build.xml:40: /home/opticoex/Proyectos_Eclipse/gvSIG_Desktop/libIverUtiles/bin does not exist.

Total time: 0 seconds


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