Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-incubator-dev] Compiling XSL tools on Mac OS X


Yes, I've seen it before .. I think one of the IBM JRE's has similar issue.
I fixed the .classpath files once, but was changed back at some point, so from then on, I'd just fix "locally".

P.S. There's compile errors in the current I-builds :)



From: "Jesper S. Møller" <jesper@xxxxxxxxxxxxx>
To: WTP Incubator Dev list <wtp-incubator-dev@xxxxxxxxxxx>
Date: 04/29/2008 08:49 PM
Subject: [wtp-incubator-dev] Compiling XSL tools on Mac OS X





Hi guys,

I just checked out the XSL plugins on a Mac and it turns out that the
JVM supplied by Mac OS X1.05 apparently includes Xalan in the original
org.apache.xalan and org.apache.xpath packages, in the JVM class
libraries. And they aren't exported, so it generates many wrong access
restiction errors.

The fix is to flip the precedence of the classpath containers for PDE
and JRE, so the Orbit bundles are picked up first.

Have any of you seen this problem before? I think this is just a problem
with the PDE, not the XSL plugins stuff as such.

-Jesper
_______________________________________________
wtp-incubator-dev mailing list
wtp-incubator-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-incubator-dev


Back to the top