[kepler-dev] [Bug 4324] ptII/module-info/revision.txt not being updated

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Wed Aug 18 14:49:31 PDT 2010


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4324

--- Comment #9 from Derik Barseghian <barseghian at nceas.ucsb.edu> 2010-08-18 14:49:30 PDT ---
I just tried to manually move kepler trunk up to ptolemy head, but I can't
compile:
  [compile]
/Users/derik/dev2/kepler.modules.sensorview/ptolemy/src/ptolemy/data/ontologies/InfiniteConcept.java:50:
cannot find symbol
  [compile] symbol  : constructor
Concept(ptolemy.kernel.util.NamedObj,java.lang.String)
  [compile] location: class ptolemy.data.ontologies.Concept
  [compile]         super(finiteConcept.getContainer(),
finiteConcept.getName());
  [compile]         ^
  [compile]
/Users/derik/dev2/kepler.modules.sensorview/ptolemy/src/ptolemy/data/ontologies/lattice/adapters/monotonicityAnalysis/MonotonicityCounterexamples.java:97:
method does not override a method from its superclass
  [compile]         @Override
  [compile]          ^
  [compile]
/Users/derik/dev2/kepler.modules.sensorview/ptolemy/src/ptolemy/data/ontologies/lattice/adapters/monotonicityAnalysis/MonotonicityCounterexamples.java:105:
method does not override a method from its superclass
  [compile]         @Override
  [compile]          ^
  [compile]
/Users/derik/dev2/kepler.modules.sensorview/ptolemy/src/ptolemy/data/ontologies/lattice/adapters/monotonicityAnalysis/MonotonicityCounterexamples.java:114:
method does not override a method from its superclass
  [compile]         @Override
  [compile]          ^


r58807 is the most recent version I can compile Kepler with, but on import to
eclipse I get 114 errors, to do w/ classes in:
/ptolemy/src/ptolemy/domains/jogl/

This look like because of problems with these missing imports:
import javax.media.opengl.*
com.sun.opengl.*

I see we're already excluding domains/gr in PtolemyClasspathStart. Is
domains/jogl something we want to exclude too?

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Kepler-dev mailing list