On Wed, Nov 5, 2008 at 5:18 PM, Dave Thompson <[EMAIL PROTECTED]> wrote:
> I have just got to the bottom of this. It turns out that the PDE tools > weren't installed properly. I was getting 13126 errors, and 2141 warnings, > looking like this: > > _h cannot be resolved FigHead.java > argouml-core-diagrams-sequence2/src/org/argouml/uml/diagram/sequence2/ui > line 87 Java Problem Glad to hear you got it resolved. The Eclipse plugin definitions hold the information about the dependencies among the various projects and the dependent jars, so it PDE is not installed or is confused, what you saw is a typical symptom. There's some overlap between the information stored in the Eclipse plugin declarations (META-INF/MANIFEST.MF) and the Eclipse project info (.project, .classpath) which can make this type of problem somewhat non-obvious. Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
