|
From: <hen...@gm...> - 2005-10-25 20:35:06
|
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/Core/A=
lgorithm_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/Core/A=
lgorithm_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/Core/A=
lgorithmInvocation_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/Core/A=
lgorithmInvocation_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/Core/A=
lgorithmInvocation_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 fellows,
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)
|