From: Steve F. <sfi...@pc...> - 2005-10-26 17:31:45
|
actually, henrique, i thought about this again. my response below is=20 wrong. mike will follow with a mail instructing you on what to do. steve Steve Fischer wrote: > henrique- > > are you using postgres? > 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]=20 >> /gus/GUS/project_home/GUS/Model/src/java/org/gusdb/model/Core/Algorith= m_Row.java:86:=20 >> >> cannot find symbol >> [javac] symbol : class notdefyet >> [javac] location: class org.gusdb.model.Core.Algorithm_Row >> [javac] public void setModificationDate (notdefyet value) >> [javac] ^ >> [javac]=20 >> /gus/GUS/project_home/GUS/Model/src/java/org/gusdb/model/Core/Algorith= m_Row.java:91:=20 >> >> 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]=20 >> /gus/GUS/project_home/GUS/Model/src/java/org/gusdb/model/Core/Algorith= mInvocation_Row.java:54:=20 >> >> cannot find symbol [javac] symbol : class notdefyet >> [javac] location: class org.gusdb.model.Core.AlgorithmInvocation_Ro= w >> [javac] public void setStartTime (notdefyet value) >> [javac] ^ >> [javac]=20 >> /gus/GUS/project_home/GUS/Model/src/java/org/gusdb/model/Core/Algorith= mInvocation_Row.java:59:=20 >> >> cannot find symbol [javac] symbol : class notdefyet >> [javac] location: class org.gusdb.model.Core.AlgorithmInvocation_Ro= w >> [javac] public notdefyet getStartTime () { return >> (notdefyet)get_Attribute("start_time"); } >> [javac] ^ >> [javac]=20 >> /gus/GUS/project_home/GUS/Model/src/java/org/gusdb/model/Core/Algorith= mInvocation_Row.java:86:=20 >> >> cannot find symbol [javac] symbol : class notdefyet >> [javac] location: class org.gusdb.model.Core.AlgorithmInvocation_Ro= w >> [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=20 >> fellows, >> you create an opening in your heart for maliciousness to enter. Testin= g, >> 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 >> > > > ------------------------------------------------------- > 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 |