On Wed, 2003-12-10 at 12:26, Brice Copy wrote: > Hello, > > I downloaded and installed Maven 1.0rc1, then created a dummy project > following the project descriptor in the user guide. > When I try to attain simple goals like "java:compile", I get the > following exception stack : > > java.lang.ClassNotFoundException: > org.apache.maven.jelly.tags.project.MavenTagLibrary > at java.net.URLClassLoader$1.run(URLClassLoader.java:198) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:186) > at java.lang.ClassLoader.loadClass(ClassLoader.java:306) > at java.lang.ClassLoader.loadClass(ClassLoader.java:262) > at > org.apache.commons.jelly.parser.XMLParser.createTag(XMLParser.java:1039) > at > org.apache.commons.jelly.parser.XMLParser.startElement(XMLParser.java:647) > at > org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source) > at > org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown > Source) > at > org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown > Source) > (...) > > I'm able however to generate javadoc or even run > "java:prepare-filesystem" without any problems. > > Any ideas where I should start looking ? > Sorry if it's a given, I searched the mailing list and couldn't find > anything related. > > Any hints welcome,
Did you use the genapp process as described in the user guide. If not, do that before asking more questions. The genapp stuff should produce for you a fully working project for browsing. > Brice > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
