From: Steve F. <sfi...@pc...> - 2005-10-25 21:11:37
|
henrique- are you using postgres?=20 if so, try using the -skipJavaCompiling flag to the build command steve Henrique Juc=E1 wrote: >Hello everyone, > >While I was trying to build GUS, I received this error message: > > > [echo] . > [echo] Installing GUS/ObjRelJ > [copy] Copying 2 files to >/gus/GUS/project_home/GUS/Model/src/java/org/gusdb/model/DoTS > [copy] Copying 1 file to >/gus/GUS/project_home/GUS/Model/src/java/org/gusdb/model/SRes > [echo] Starting target: JavaModel > [echo] . > [echo] Installing GUS/Model > [javac] Compiling 1260 source files to >/gus/GUS/project_home/GUS/Model/classes > [javac] /gus/GUS/project_home/GUS/Model/src/java/org/gusdb/model/Cor= e/Algorithm_Row.java:86: >cannot find symbol > [javac] symbol : class notdefyet > [javac] location: class org.gusdb.model.Core.Algorithm_Row > [javac] public void setModificationDate (notdefyet value) > [javac] ^ > [javac] /gus/GUS/project_home/GUS/Model/src/java/org/gusdb/model/Cor= e/Algorithm_Row.java:91: >cannot find symbol > [javac] symbol : class notdefyet > [javac] location: class org.gusdb.model.Core.Algorithm_Row > [javac] public notdefyet getModificationDate () { return >(notdefyet)get_Attribute("modification_date"); } > [javac] ^ > [javac] /gus/GUS/project_home/GUS/Model/src/java/org/gusdb/model/Cor= e/AlgorithmInvocation_Row.java:54: >cannot find symbol [javac] symbol : class notdefyet > [javac] location: class org.gusdb.model.Core.AlgorithmInvocation_Row > [javac] public void setStartTime (notdefyet value) > [javac] ^ > [javac] /gus/GUS/project_home/GUS/Model/src/java/org/gusdb/model/Cor= e/AlgorithmInvocation_Row.java:59: >cannot find symbol [javac] symbol : class notdefyet > [javac] location: class org.gusdb.model.Core.AlgorithmInvocation_Row > [javac] public notdefyet getStartTime () { return >(notdefyet)get_Attribute("start_time"); } > [javac] ^ > [javac] /gus/GUS/project_home/GUS/Model/src/java/org/gusdb/model/Cor= e/AlgorithmInvocation_Row.java:86: >cannot find symbol [javac] symbol : class notdefyet > [javac] location: class org.gusdb.model.Core.AlgorithmInvocation_Row > [javac] public void setEndTime (notdefyet value) >(.. i resumed the error for it repeats itself a lot ..) >[javac] Note: Some input files use unchecked or unsafe operations. > [javac] Note: Recompile with -Xlint:unchecked for details. > [javac] 100 errors > >BUILD FAILED >/gus/GUS/project_home/install/build.xml:28: The following error >occurred while executing this line: >/gus/GUS/project_home/GUS/build.xml:99: The following error occurred >while executing this line: >/gus/GUS/project_home/install/build.xml:259: The following error >occurred while executing this line: >/gus/GUS/project_home/install/build.xml:278: Compile failed; see the >compiler error output for details. > >Total time: 2 minutes 26 seconds > >What did I miss? > > >Thanks for the attention, > > >Henrique Cesar Lemos Juc=E1 - http://www.bioinformatica.ufsc.br > >"As soon as you concern yourself with the "good" and "bad" of your fello= ws, >you create an opening in your heart for maliciousness to enter. Testing, >competing with, and criticizing others weaken and defeat you." > >Morihei Ueshiba, O-Sensei (1883-1969) > > >------------------------------------------------------- >This SF.Net email is sponsored by the JBoss Inc. >Get Certified Today * Register for a JBoss Training Course >Free Certification Exam for All Training Attendees Through End of 2005 >Visit http://www.jboss.com/services/certification for more information >_______________________________________________ >Gusdev-gusdev mailing list >Gus...@li... >https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev > =20 > |