I just fixed it in svn. It seems some older version of plexus-utils is brought
in in continuum-webapp,
instead of the one defined in continuum-core.
-- Kenney
Emmanuel Venisse wrote:
It build fine for me on Windows XP.
Send us the output of mvn -X clean install
What do you build 1.0.3 or 1.1?
Emmanuel
Barrie Treloar a écrit :
The list is rather quiet...
Am I missing some documentation on the steps to build on a Windows XP
machine?
Has anyone else successfully built on a Windows machine?
Thanks
On 8/31/06, Barrie Treloar <[EMAIL PROTECTED]> wrote:
I am on a Windows XP machine and running build.bat.
Has anyone else seen this error before?
2006-08-31 08:55:49,497 [Thread-2] ERROR Action:execute-builder
- Error running build
java.lang.NoSuchMethodError:
org.codehaus.plexus.util.cli.Commandline.setPid(J)V
at
org.apache.maven.continuum.utils.shell.DefaultShellCommandHelper.executeShellCommand(DefaultShellCommandHelper.java:64)
at
org.apache.maven.continuum.utils.shell.DefaultShellCommandHelper.executeShellCommand(DefaultShellCommandHelper.java:51)
at
org.apache.maven.continuum.execution.AbstractBuildExecutor.executeShellCommand(AbstractBuildExecutor.java:186)
at
org.apache.maven.continuum.execution.maven.m2.MavenTwoBuildExecutor.build(MavenTwoBuildExecutor.java:98)
at
org.apache.maven.continuum.core.action.ExecuteBuilderContinuumAction.execute(ExecuteBuilderContinuumAction.java:127)
at
org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:275)
at
org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecutor.java:47)
at
org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable.run(ThreadedTaskQueueExecutor.java:103)
at java.lang.Thread.run(Thread.java:534)