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]> |
check this issue for explanation what's happening. http://www.netbeans.org/issues/show_bug.cgi?id=117565 workarounds include: 1. upgrade to netbeans 6.0 + mevenide 3.0.9 from the default update center. 2. if you can't upgrade or the upgrade doesn't work either, explicitly set the version of the maven-resources-plugin to an older version that works. 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 > >