Hi - I'm trying to make a new indexer plugin for Nutch, but I'm having trouble with the classpath. The error that I'm getting is: Error: java.lang.ClassNotFoundException: org.jaxen.JaxenException My plugin.xml file has that jar in it, and when building the jar file shows up: <library name="jaxen-1.1.6.jar"/>
Are there any gotchas with the classpath loader? Thank you! -Joe

