Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dash-dev] JRE 1.4 Execution dependency and JAXP (org.w3c.dom)

Alright, this has me a bit baffled as I can't repeat this in my local environment, but constantly happens on the eclipse build machine. WTP's xml.ui component uses getTextContent() method from the org.w3c.dom.Node interface. However xml.ui plugin has a minimum Exceution environment of J2SE 1.4. So when Athena goes to compile it is correctly getting the J2SE 1.4 jre and compiling. However, Athena is not picking up the Re-Exported dependency from the xml.core plugin which Re-Exports the the org.apache.xerces packages (yeah, I know bad mojo here...but I having difficulty changing this. see, https://bugs.eclipse.org/bugs/show_bug.cgi?id=284360).

Anyways, I tried changing plugin/classpath reordering but this didn't fix the issue. You can see the results in the following build on Hudson.

https://build.eclipse.org/hudson/view/WTP/job/cbi-wtp-wst.xml/15/

Just take a look at the console log and search for n.getTextContent();

Any ideas on a work around, as the standard WTP build seems to work fine and gets the re-exported items from org.eclipse.wst.xml.core.

Dave



Back to the top