[xml-dev] running tree editor in 3.5

Rich Unger <[email protected]> Mon, 03 Mar 2003 18:38:32 -0800
Newsgroups gmane.comp.java.netbeans.modules.xml.devel
Organization CollabNet Hosting
Message-ID <[email protected]>
I just compiled the trunk, and then compiled the xml subtree in order
to get xml.tree in there.

At first, it used an implementation version of "dev", both for itself
and to check against the dependencies on core and tax.

I manually hacked manifest-subst to use the version string 0.8.

Now, I can install the module, but attempting to bring up
Tools..Options results in:

Annotation: Encountered while introspecting
org.netbeans.modules.xml.tree.settings.TreeEditSettings
java.lang.NoClassDefFoundError:
org/netbeans/modules/xml/core/lib/AbstractUtil

which is, of course, in xml.core.  What's going on with these
dependencies?

Rich