|
From: michael c. <cha...@vc...> - 2005-08-03 23:15:05
|
a "fabricio@de..." posted the exact same errors on 7/3/05, but I could
not see the resolution in any follow up posts.
when I do a:
>build GUS install -append -installDBSchema
I get a schema in postgres, perl objects created, but when it gets to
generating java objects for tables it throws hundreds of warnings:
...
[echo] generating java objects
[exec] Generating objects for 954 java tables and views
[exec] generating java object for Core::Algorithm
[exec] (Caching all real table names)
[exec] (Caching all parents)
[exec] Warning: No JavaType found for 'modification_date', type:
'timestamp'
[exec] Warning: No JavaType found for 'modification_date', type:
'timestamp'
[exec] generating java object for Core::AlgorithmImplementation
[exec] Warning: No JavaType found for 'modification_date', type:
'timestamp'
[exec] Warning: No JavaType found for 'modification_date', type:
'timestamp'
[exec] generating java object for Core::AlgorithmInvocation
[exec] Warning: No JavaType found for 'modification_date', type:
'timestamp'
[exec] Warning: No JavaType found for 'end_time', type: 'timestamp'
[exec] Warning: No JavaType found for 'start_time', type: 'timestamp'
[exec] (Caching all subclasses)
[exec] Warning: No JavaType found for 'start_time', type: 'timestamp'
[exec] Warning: No JavaType found for 'modification_date', type:
'timestamp'
[exec] Warning: No JavaType found for 'end_time', type: 'timestamp'
[exec] generating java object for Core::AlgorithmParam
...
and then, when compiling java it gets 100 complilation errors and stops.
...
[javac]
/home/gus/GUS/project_home/GUS/Model/src/java/org/gusdb/model/SRes/AnatomyLineage_Row.java:67:
cannot resolve symbol
[javac] symbol : class notdefyet
[javac] location: class org.gusdb.model.SRes.AnatomyLineage_Row
[javac] public notdefyet getModificationDate () { return
(notdefyet)get_Attribute("modification_date"); }
[javac] ^
[javac] 100 errors
BUILD FAILED
/home/gus/GUS/project_home/install/build.xml:28: The following error
occurred while executing this line:
/home/gus/GUS/project_home/GUS/build.xml:99: The following error
occurred while executing this line:
/home/gus/GUS/project_home/install/build.xml:259: The following error
occurred while executing this line:
/home/gus/GUS/project_home/install/build.xml:278: Compile failed; see
the compiler error output for details.
Total time: 13 seconds
I've tried everything, including deleting the database and starting over
from scratch.
Can fabricio tell me how he resolved it?
|