From continuum-dev-return-5173-apmail-maven-continuum-dev-archive=maven.apache.org@maven.apache.org Thu Aug 31 00:05:13 2006 Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 94170 invoked from network); 31 Aug 2006 00:05:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Aug 2006 00:05:08 -0000 Received: (qmail 65140 invoked by uid 500); 31 Aug 2006 00:05:08 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 65117 invoked by uid 500); 31 Aug 2006 00:05:08 -0000 Mailing-List: contact continuum-dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-dev@maven.apache.org Delivered-To: moderator for continuum-dev@maven.apache.org Received: (qmail 47009 invoked by uid 99); 30 Aug 2006 23:41:01 -0000 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of baerrach@gmail.com designates 66.249.82.238 as permitted sender) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ILPkQBJ7rJPC20d+8S9EkVFJIoyaQGWkSIsLbuiXXeZEGtOKxiGgbWcqJ6U6MtgkG+bgnq7+PMjadGety66fo1azuZesjRyx8tOY2mAUvUJCQfTByuQ4adpC/++WZnkRXNCju1qGULl3myHSjp/lU7OM+C4W6W2jf7GZjSQSUYQ= Message-ID: Date: Thu, 31 Aug 2006 09:10:40 +0930 From: "Barrie Treloar" To: continuum-dev@maven.apache.org Subject: [1.0.3] NoSuchMethodError: org.codehaus.plexus.util.cli.Commandline.setPid during build MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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)