Re: [mevenide-user] Mevenide2 not running at all in NB 5.5.1 (Mac OS X)

"Milos Kleint" <[email protected]>
Newsgroups gmane.comp.jakarta.turbine.maven.mevenide.user
Message-ID <[email protected]>
which version of the surefire plugin is the build using? Sometimes the
plugins incorrectly claim that they are capable to work with 2.0+ but only
2.0.6+ or similar is true. I've just fixed the resources+surefire plugin
snapshots in the trunk a few days ago.

Milos

On Dec 4, 2007 11:54 AM, szymu <thenitro-h7QdYz1kt/[email protected]> wrote:

>
> I upgraded to required versions but...
>
> [surefire:test]
> ------------------------------------------------------------------------
> [ERROR]FATAL ERROR
> ------------------------------------------------------------------------
> org.codehaus.plexus.util.cli.Commandline.createArg
> ()Lorg/codehaus/plexus/util/cli/Arg;
> ------------------------------------------------------------------------
> Trace
> java.lang.NoSuchMethodError:
> org.codehaus.plexus.util.cli.Commandline.createArg
> ()Lorg/codehaus/plexus/util/cli/Arg;
>        at
> org.apache.maven.surefire.booter.ForkConfiguration.createCommandLine(
> ForkConfiguration.java:206)
>        at
> org.apache.maven.surefire.booter.SurefireBooter.fork(SurefireBooter.java
> :625)
>        at
> org.apache.maven.surefire.booter.SurefireBooter.forkSuites(
> SurefireBooter.java:466)
>        at
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesForkOnce(
> SurefireBooter.java:366)
>        at
> org.apache.maven.surefire.booter.SurefireBooter.run(SurefireBooter.java
> :239)
>        at
> org.apache.maven.plugin.surefire.SurefirePlugin.execute(
> SurefirePlugin.java:451)
>        at
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(
> DefaultPluginManager.java:417)
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(
> DefaultLifecycleExecutor.java:610)
>        at
>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle
> (DefaultLifecycleExecutor.java:551)
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(
> DefaultLifecycleExecutor.java:530)
>        at
>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures
> (DefaultLifecycleExecutor.java:309)
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(
> DefaultLifecycleExecutor.java:276)
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(
> DefaultLifecycleExecutor.java:143)
>        at
> org.codehaus.mevenide.netbeans.embedder.exec.MyLifecycleExecutor.execute(
> MyLifecycleExecutor.java:92)
>        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:393)
>        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:182)
>        at
> org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java:760)
>        at
> org.codehaus.mevenide.netbeans.execute.MavenJavaExecutor.run(
> MavenJavaExecutor.java:196)
>        at
> org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:151)
>
>
>
> Milos Kleint wrote:
> >
> > workarounds include:
> > 1. upgrade to netbeans  6.0 + mevenide 3.0.9 from the default update
> > center.
> >
> > Milos
> >
> >
> > On Dec 4, 2007 11:07 AM, szymu <thenitro-h7QdYz1kt/[email protected]> wrote:
> >
> >>
> >> Hi, i tried searching but unfortunatelly to no avail. I have a nasty
> >> problem
> >> with my config - I cannot run Maven2 builds from NetBeans 5.5.1 - each
> >> build
> >> throws an error such as below. My MAVEN_HOME and M2_HOME variables are
> >> set,
> >> I am running Maven from command line with no problem but I would like
> to
> >> do
> >> it from IDE (I guess that's what the plugin is for :)
> >>
> >> Any help will be greatly appreciated as this is reducing my
> productivity
> >> a
> >> bit...
> >>
> >> Best regards,
> >> Szymon
> >>
> >> =============================================
> >>
> >> [resources:resources]
> >> [INFO]Using default encoding to copy filtered resources.
> >> [INFO]Copying 8 resources
> >>
> >>
> [INFO]------------------------------------------------------------------------
> >> [ERROR]FATAL ERROR
> >>
> >>
> [INFO]------------------------------------------------------------------------
> >>
> >>
> [INFO]org.codehaus.plexus.util.FileUtils.copyFile(Ljava/io/File;Ljava/io/File;Ljava/lang/String;[Lorg/codehaus/plexus/util/FileUtils$FilterWrapper;)V
> >>
> >>
> [INFO]------------------------------------------------------------------------
> >> [INFO]Trace
> >> java.lang.NoSuchMethodError:
> >> org.codehaus.plexus.util.FileUtils.copyFile
> >>
> (Ljava/io/File;Ljava/io/File;Ljava/lang/String;[Lorg/codehaus/plexus/util/FileUtils$FilterWrapper;)V
> >>        at
> >> org.apache.maven.plugin.resources.ResourcesMojo.copyFile(
> >> ResourcesMojo.java:262)
> >>        at
> >> org.apache.maven.plugin.resources.ResourcesMojo.copyResources(
> >> ResourcesMojo.java:187)
> >>        at
> >> org.apache.maven.plugin.resources.ResourcesMojo.execute(
> ResourcesMojo.java
> >> :97)
> >>        at
> >> org.apache.maven.plugin.DefaultPluginManager.executeMojo(
> >> DefaultPluginManager.java:417)
> >>        at
> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(
> >> DefaultLifecycleExecutor.java:610)
> >>        at
> >>
> >>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle
> >> (DefaultLifecycleExecutor.java:551)
> >>        at
> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(
> >> DefaultLifecycleExecutor.java:530)
> >>        at
> >>
> >>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures
> >> (DefaultLifecycleExecutor.java:309)
> >>        at
> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments
> (
> >> DefaultLifecycleExecutor.java:276)
> >>        at
> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(
> >> DefaultLifecycleExecutor.java:143)
> >>        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java
> :393)
> >>        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:182)
> >>        at
> >> org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java:760)
> >>        at
> >> org.codehaus.mevenide.netbeans.execute.MavenJavaExecutor.run(
> >> MavenJavaExecutor.java:257)
> >>        at
> >> org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:131)
> >> --
> >> View this message in context:
> >>
> http://www.nabble.com/Mevenide2-not-running-at-all-in-NB-5.5.1-%28Mac-OS-X%29-tf4942165.html#a14147736
> >> Sent from the mevenide - user mailing list archive at Nabble.com.
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe from this list please visit:
> >>
> >>    http://xircles.codehaus.org/manage_email
> >>
> >>
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Mevenide2-not-running-at-all-in-NB-5.5.1-%28Mac-OS-X%29-tf4942165.html#a14148389
> Sent from the mevenide - user mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.