[PROPOSAL]
What about this as an alternative:
1) replace xmlParserAPIs.jar with xml-apis.jar in lib/ 2) put xalan.jar in lib/optional 3) apply the attached patches to bootstrap.bat, bootstrap.sh, build.sh, build.bat, and build.xml
xml-apis.jar seems to be a strict superset of xmlParserAPIs.jar That is, it is the same except that it includes the entire JAXP rather than xerces' chopped down version.
I agree that (1) would be the simplest fix but I did a quick check with the latest xalan xml-apis.jar and the xerces xmlParserAPIs.jar in Ant's CVS and found two classes which are not in xml-apis.jar
Only in temp2/org/xml/sax/helpers: NewInstance.class Only in temp2/org/w3c/dom/html: HTMLDOMImplementation.class
So, it is not a strict superset.
Not sure that (2) is required
Thoughts?
Unprintable, I'm afraid :-) I'm going to ask on the xalan/xerces list in a while.
Conor
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
