[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)
|
- From: David Carver <d_a_carver@xxxxxxxxx>
- Date: Wed, 28 Oct 2009 13:59:35 -0400
- Delivered-to: dash-dev@eclipse.org
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding; b=XtHvpwBozOVq+GVuZivYzL0H9TkrCT1jGvBVJezqKF+75G3mTfDXTAyAw1nsGVKdvmlYWZUFfa9+nWR5ldMYpgTpyJqV2bVdBhCs2wflGSexGJFQgpPc0vGxVh/0yQeOM99gpXBCgvA6KQGHv4CC7OvZG+hgQiaisdwGL9o+aQ4= ;
- User-agent: Thunderbird 2.0.0.23 (X11/20090817)
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