> From: Jason van Zyl [mailto:[EMAIL PROTECTED]] > > It was xerces 1.4.4. Scarab will not build without xerces > 1.4.4 so I swapped it, but Avalon doesn't appear to build > unless you use xerces 2.0? If this is the case you might want > to note that somewhere as the build doesn't seem to work if > you are using 1.4.4. Maybe 1.4.4 is just busted, I don't know.
?!? I don't get it. It used to build with 1.4.4. Avalon uses the javax.xml.parsers.SAXParserFactory to get its XML parser. So as long as you have JAXP 1.1 you should be good. Keep in mind that in Xerces 1.4.4, JAXP was included *in* the distribution. In Xerces 2.x JAXP is included in a separate xml-apis.jar file available from XML commons or in JDK 1.4. The version in XML commons is more current though. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>