Just use the same xml parser everywhere, it will simplify things.
I always use the crimson and jaxp that is delivered with slide.
Make sure you don't have other parsers around (parser.jar,xerces, ...)
check your system classpath.

If everything works then you can switch to using xerces and xalan.

Dirk


"li, gang" wrote:
> 
> I just joined the Slide "family" yesterday and want to be involved in the
> slide project. When I tried to build it with ant, i got the following error
> message:
> 
>     [javac]
> E:\java_playground\jakarta-slide\src\share\org\apache\slide\common\Na
> mespaceAccessTokenImpl.java:297: Method getXMLReader() not found in class
> javax.x
> ml.parsers.SAXParser.
> 
> I have put all the crimson.jar and xalan.jar (jaxp-1.1.3) in the lib
> directory of ant and the lib directory of slide. And I saw the
> getXMLReader() method in the API.
> 
> Any help would be appreciated. Also any suggestions on how to get started?
> 
> Gang
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


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

Reply via email to