From: Michael L. <lu...@ug...> - 2004-06-16 15:39:45
|
No worry about this. The class was not defined because I had not done the following: alter table dots.massspecsummary add constraint PK_MASSSPECSUMMARY primary key\ (mass_spec_summary_id); On Wed, 2004-06-16 at 11:01, Michael Luchtan wrote: > Hello- > Is this class some kind of standard notation for the gus development > team? I would assume that it means that the class has not been defined > yet. I get the following error message sometimes when trying to run > > build GUS install -append > > [javac] Compiling 1095 source files to > /var/local/checkout/GUS/Model/classes > [javac] > /var/local/checkout/GUS/Model/src/java/org/gusdb/model/DoTS/MassSpecSummary_Row.java:312: \ > cannot resolve symbol > [javac] symbol : class notdefyet > [javac] location: class org.gusdb.model.DoTS.MassSpecSummary_Row > [javac] notdefyet pk = get(); > [javac] ^ > [javac] > /var/local/checkout/GUS/Model/src/java/org/gusdb/model/DoTS/MassSpecSummary_Row.java:312: \ > cannot resolve symbol > [javac] symbol : method get () > [javac] location: class org.gusdb.model.DoTS.MassSpecSummary_Row > [javac] notdefyet pk = get(); > [javac] ^ > [javac] > /var/local/checkout/GUS/Model/src/java/org/gusdb/model/DoTS/MassSpecSummary_Row.java:312: \ > cannot resolve symbol > [javac] symbol : method get () > [javac] location: class org.gusdb.model.DoTS.MassSpecSummary_Row > [javac] notdefyet pk = get(); > [javac] ^ > [javac] > /var/local/checkout/GUS/Model/src/java/org/gusdb/model/DoTS/MassSpecSummary_Row.java:320: \ > cannot resolve symbol > [javac] symbol : class notdefyet > [javac] location: class org.gusdb.model.DoTS.MassSpecSummary_Row > [javac] set(new notdefyet(pk)); > [javac] ^ > [javac] 3 errors > > BUILD FAILED > file:/var/local/checkout/install/build.xml:235: Compile failed; see the > compiler error output for deta\ > ils. > > Am I doing something wrong that would cause this class to not be > defined, or is this just part of the latest version from CVS? |