From: Michael S. <msa...@pc...> - 2005-08-03 23:25:04
|
Hi Michael, This is a known bug that has been resolved and the fix will be included in the next release. In the meantime, you may wish to review the bug report and patch available at: https://www.cbil.upenn.edu/tracker/show_bug.cgi?id=47 --Mike On 8/3/05 7:15 PM, "michael chaplin" <cha...@vc...> wrote: > 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/AnatomyLine > age_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? > > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Gusdev-gusdev mailing list > Gus...@li... > https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev |