Hello avitabile, Make sure you have xmlParserAPIs.jar. That is where it exists. Of course, along with this, you will need the XercesImpl.jar. Those should go in CATALINA_HOME/common/endorsed. They could also be put in common/lib or shared/lib, but if you are using j2sdk1.4.x and want to override the endorsed package org.w3c.dom, you will need these jars in the common/endorsed directory.
Jake Friday, January 10, 2003, 3:03:42 AM, you wrote: acui> Hi, acui> I already put this question to the list and got no answer. acui> I try to formulate it differently, as I really hope someone acui> on the list will at least give a hint where I should look for acui> a solution. acui> I am trying to build a Tomcat distribution kit, using ant. acui> The build fails because it cannot find class NodeIterator: acui> >ant dist acui> ... acui> BUILD FAILED acui> java.lang.NoClassDefFoundError: org/w3c/dom/traversal/NodeIterator acui> What is wrong? I don't know where I should look to acui> understand why this class is not found. acui> Even a general directive about where to look for class acui> availability and inclusion will be appreciated. acui> Gustavo Avitabile acui> -- acui> To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> acui> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- Best regards, Jacob mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
