Did you remove crimson.jar and jaxp.jar from the jakarta-ant/lib directory? However I'm not sure where the xslp processor in your error message comes from.
"Marc G. Fournier" wrote: > Trying not to embarress myself a second time with a 'spelling mistake', I > think I've checked everything this time *cross fingers* > > First, xalan.jar is installed with the xalan-j port, and I have > build.properties set right for it: > > reilly2001# grep xalan build.properties > xalan.jar=/usr/local/xalan-j2.1.0/bin/xalan.jar > reilly2001# ls -lt /usr/local/xalan-j2.1.0/bin/xalan.jar > -rw-r--r-- 1 root wheel 732330 Jan 14 00:29 /usr/local/xalan-j2.1.0/bin/xalan.jar > > Build goes through to building what I believe is the docs ... and then > fails looking for: > > /usr/local/java_misc/jakarta-tomcat-4.0.1-src/webapps/tomcat-docs/build.xml:80: >java.lang.NoClassDefFoundError: javax/xml/transform/Source > > Which, from what I can tell, is part of xalan.jar: > > reilly2001# find /usr/local/xalan-j2.1.0 -name "Source*" -print | grep transform > /usr/local/xalan-j2.1.0/docs/apidocs/javax/xml/transform/class-use/Source.html > /usr/local/xalan-j2.1.0/docs/apidocs/javax/xml/transform/class-use/SourceLocator.html > /usr/local/xalan-j2.1.0/docs/apidocs/javax/xml/transform/SourceLocator.html > /usr/local/xalan-j2.1.0/docs/apidocs/javax/xml/transform/Source.html > /usr/local/xalan-j2.1.0/src/javax/xml/transform/SourceLocator.java > /usr/local/xalan-j2.1.0/src/javax/xml/transform/Source.java > > But, I'm also getting: > > build-main: > [style] DEPRECATED - xslp processor is deprecated. Use trax or xalan instead. > > at the top ... but I am using xalan, aren't I? > > -- > 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]>
