When I tried to run this project I got the following error when trying to make an RDF from a POM using a mirrored copy of the Jetty directory. I also checked the target directory and it appears that it does indeed contain the log4j jar. So why doesn't this work?

	    C:\temp\rdf>pom2rdf.bat F:\libiblio\ maven-data-set.rdf xml
	    Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/log4j/Category
  	         at java.lang.Class.getDeclaredMethods0(Native Method)
  	         at java.lang.Class.privateGetDeclaredMethods(Class.java:2395)
  	         at java.lang.Class.getDeclaredMethod(Class.java:1907)
  	         at Loader.invokeMain(Loader.java:158)
  	         at Loader.run(Loader.java:147)
  	         at Loader.main(Loader.java:107)

Thank you,
Andrew J. Leer

(Also what can I do with the RDF version of the POM once I get it?)

Please inquire on our mailing lists, we don't do much in the way of support via these talk pages. --ryanlee 07:06, 3 August 2007 (EDT)