On Fri, Oct 16, 2009 at 10:13 PM, Olivier Lamy <[email protected]> wrote: > Hi, > Plexus 1.4.0-SNAPSHOT is here : > https://svn.codehaus.org/plexus/plexus-containers/branches/plexus-containers-1.x/.
Thanks Olivier that sorted out my maven-3 build problem - but I still get a failure in my ant plugin. I created an bug report here: http://jira.codehaus.org/browse/MNG-4396 Hopefully thats in the correct place Niall > Or you can add this repository [1] in your settings > > -- > Olivier > > [1] http://repository.sonatype.org/content/groups/forge/ > > 2009/10/16 Niall Pemberton <[email protected]>: >> I checked out and built maven3 (after reverting the plexus version >> from 1.4.0-SNAPSHOT to 1.3.0) and tried to run the >> commons-build-plugin[1] (which is an Ant plugin) and it failed (some >> of the output with -X shown below) >> >> So I thought this might be caused by me reverting the plexus version. >> So I checked out plexus from http://svn.codehaus.org/plexus/trunks but >> found that the version in its pom is 1.2-SNAPSHOT. So where can I find >> plexus 1.4.0-SNAPSHOT? >> >> Niall >> >> [1] http://commons.apache.org/commons-build-plugin/ >> >> >> [ERROR] : Unable to find the mojo 'jira-page' (or one of its required >> components) in the plugin >> 'org.apache.commons:commons-build-plugin:1.1' >> >> Caused by: >> org.codehaus.plexus.component.repository.exception.ComponentLookupException: >> Unable to lookup component 'org.apache.maven.plugin.Mojo', it could >> not be started. >> role: org.apache.maven.plugin.Mojo >> roleHint: org.apache.commons:commons-build-plugin:1.1:jira-page >> classRealm: plugin>org.apache.commons:commons-build-plugin:1.1 >> at >> org.codehaus.plexus.DefaultComponentRegistry.getComponent(DefaultComponentRegistry.java:366) >> at >> org.codehaus.plexus.DefaultComponentRegistry.lookup(DefaultComponentRegistry.java:178) >> at >> org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:388) >> at >> org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo(DefaultMavenPluginManager.java:488) >> ... 15 more >> Caused by: >> org.codehaus.plexus.component.repository.exception.ComponentLifecycleException: >> Error constructing component role: 'org.apache.maven.plugin.Mojo', >> implementation: '/generate-xdocs.build.xml:jira-page', role hint: >> 'org.apache.commons:commons-build-plugin:1.1:jira-page' >> at >> org.codehaus.plexus.component.builder.XBeanComponentBuilder.createComponentInstance(XBeanComponentBuilder.java:178) >> at >> org.codehaus.plexus.component.builder.XBeanComponentBuilder.build(XBeanComponentBuilder.java:123) >> at >> org.codehaus.plexus.component.manager.AbstractComponentManager.createComponentInstance(AbstractComponentManager.java:181) >> at >> org.codehaus.plexus.component.manager.PerLookupComponentManager.getComponent(PerLookupComponentManager.java:51) >> at >> org.codehaus.plexus.DefaultComponentRegistry.getComponent(DefaultComponentRegistry.java:351) >> ... 18 more >> Caused by: java.lang.AbstractMethodError: >> org.apache.maven.script.ant.AntMojoComponentFactory.newInstance(Lorg/codehaus/plexus/component/repository/ComponentDescriptor;Lorg/codehaus/plexus/classworlds/realm/ClassRealm;Lorg/codehaus/plexus/PlexusContainer;)Ljava/lang/Object; >> at >> org.codehaus.plexus.component.builder.XBeanComponentBuilder.createComponentInstance(XBeanComponentBuilder.java:163) >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > > -- > Olivier > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
