Hi Steve,

I just checked ... looks like the "deprecatedjar" build target is broken
and probably has been for a long time. It's not including the API classes
which would explain why you're getting the NoClassDefFoundError for
org.xml.sax.ext.Attributes2. You could try constructing xerces.jar manually
by combining xml-apis.jar and xercesImpl.jar.

Thanks.

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: [EMAIL PROTECTED]
E-mail: [EMAIL PROTECTED]

"Weston, Steven" <[EMAIL PROTECTED]> wrote on 01/18/2008 11:16:19
AM:

> Michael,
> I used the deprecated build process to create a single xerces.jar
> file from the 2.9 components (per the instructions on the apache
> site).  It was our understanding that this should be a straight
> replacement for the older 1.4.x xerces parser, but we are getting
> the errors mentioned in my previous post during the build of our
> application.  I even tried including the five different jar files
> (including all five of them in my classpath via my IDE (Eclipse)),
> but the error persisted.
> steve


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to