Maven CVS head is not usable. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/
Colin Kilburn <[EMAIL PROTECTED]> wrote on 01/08/2003 03:18:53 PM: > I rebuilt maven from source today, and now maven complains that my > shortDescription should not be null and I get a seemingly unrelated > error. My shortDescription attribute in the project.xml is not null. > I saw a posting of someone having this error a few months ago using > reactor, and the solution was to add velocity to the dependencies. This > didn't fix it for me. > > Anyone know the fix here? output & stack trace follows. > > Thanks in advance, > Colin > > > [EMAIL PROTECTED] nams]$ maven > Loading plugin 'maven-sea-plugin-1.0' > Loading plugin 'maven-pom-plugin-1.3-SNAPSHOT' > Loading plugin 'maven-tasklist-plugin-2.1' > Loading plugin 'maven-gump-plugin-1.1' > Loading plugin 'maven-developer-activity-plugin-1.2' > WARNING : shortDescription should not be null > Loading plugin 'maven-latex-plugin-1.0' > Loading plugin 'maven-clover-plugin-1.2-SNAPSHOT' > Loading plugin 'maven-faq-plugin-1.0' > Loading plugin 'maven-struts-plugin-1.1' > Loading plugin 'maven-word2html-plugin-1.2' > Loading plugin 'maven-jdeveloper-plugin-1.1' > Loading plugin 'maven-uberjar-plugin-1.0' > java.lang.reflect.InvocationTargetException > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl. > invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at com.werken.forehead.Forehead.run(Forehead.java:543) > at com.werken.forehead.Forehead.main(Forehead.java:573) > Caused by: java.lang.NoClassDefFoundError: > org/apache/velocity/exception/MethodInvocationException > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Class.java:140) > at > org.apache.commons.jelly.tags.velocity.VelocityTagLibrary. > class$(VelocityTagLibrary.java:67) > at > org.apache.commons.jelly.tags.velocity.VelocityTagLibrary. > <init>(VelocityTagLibrary.java:71) > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native > Method) > at > sun.reflect.NativeConstructorAccessorImpl. > newInstance(NativeConstructorAccessorImpl.java:39) > at > sun.reflect.DelegatingConstructorAccessorImpl. > newInstance(DelegatingConstructorAccessorImpl.java:27) > at java.lang.reflect.Constructor.newInstance(Constructor.java:274) > at java.lang.Class.newInstance0(Class.java:306) > at java.lang.Class.newInstance(Class.java:259) > at > org.apache.commons.jelly.parser.XMLParser.createTag(XMLParser.java:1040) > 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) > at > org.apache.xerces.impl. > XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown > Source) > at > org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown > Source) > at org.apache.xerces.parsers.XML11Configuration.parse(Unknown > Source) > at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source) > at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) > at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) > at > org.apache.commons.jelly.parser.XMLParser.parse(XMLParser.java:320) > at > org.apache.maven.jelly.JellyUtils.compileScript(JellyUtils.java:206) > at > org.apache.maven.jelly.JellyUtils.compileScript(JellyUtils.java:172) > at > org.apache.maven.jelly.JellyUtils.compileScript(JellyUtils.java:156) > at > org.apache.maven.plugin.JellyPlugin.getCompiledScriptFor(JellyPlugin.java:272) > at > org.apache.maven.plugin.PluginManager. > createJellyScriptHousing(PluginManager.java:662) > at > org.apache.maven.plugin.PluginManager.loadPlugin(PluginManager.java:331) > at > org.apache.maven.plugin.PluginManager.initialize(PluginManager.java:288) > at org.apache.maven.Maven.initializePluginManager(Maven.java:238) > at org.apache.maven.Maven.initialize(Maven.java:199) > at org.apache.maven.Maven.<init>(Maven.java:132) > at org.apache.maven.cli.App.initializeMavenSession(App.java:295) > at org.apache.maven.cli.App.initialize(App.java:247) > at org.apache.maven.cli.App.doMain(App.java:384) > at org.apache.maven.cli.App.main(App.java:1015) > ... 6 more > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
