Re: Building from Trunk fails.

2006-08-30 Thread Barrie Treloar

On 8/28/06, Barrie Treloar [EMAIL PROTECTED] wrote:

Revision 437522 of trunk fails with NPE during the build.bat process
when trying to stop continuum on a Windows XP machine.


The 1.0.3 tagged version also has the same NPE problem.

The reason is that I have CVSNT installed on my machine.
The command cvs init causes the CVSNT lock server to start.
Deleting the cvs-root directory fails because the lock server process
is using that directory.

My work around is to go into the CVSNT installation directory and
rename cvslock.exe to cvslock.exe.off.


[1.0.3] NoSuchMethodError: org.codehaus.plexus.util.cli.Commandline.setPid during build

2006-08-30 Thread Barrie Treloar

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)


Building from Trunk fails.

2006-08-27 Thread Barrie Treloar

Revision 437522 of trunk fails with NPE during the build.bat process
when trying to stop continuum on a Windows XP machine.

Any suggestions?


[INFO] 

[INFO] Building Continuum Core
[INFO]task-segment: [clean:clean, install]
[INFO] 

[INFO] [clean:clean]
...
[INFO] Continuum stopped.
47251 [main] INFO core.QuartzScheduler  - Scheduler
defaultScheduler_$_NON_CLUSTERED shutting down.
47251 [main] INFO core.QuartzScheduler  - Scheduler
defaultScheduler_$_NON_CLUSTERED paused.
47251 [main] INFO core.QuartzScheduler  - Scheduler
defaultScheduler_$_NON_CLUSTERED shutdown complete.
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.062 sec

Results :
Tests run: 29, Failures: 1, Errors: 0, Skipped: 0

java.lang.NullPointerException
   at 
org.apache.maven.continuum.DefaultContinuum.stopContinuum(DefaultContinuum.java:2221)
   at 
org.apache.maven.continuum.DefaultContinuum$1.run(DefaultContinuum.java:163)
[INFO] 
[ERROR] BUILD FAILURE
[INFO] 
[INFO] There are test failures.
[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 2 minutes 25 seconds
[INFO] Finished at: Mon Aug 28 13:41:23 CST 2006
[INFO] Final Memory: 14M/38M
[INFO] 


Re: plexus-utils snapshot version in what repository?

2006-03-01 Thread Barrie Treloar
On 3/2/06, Emmanuel Venisse [EMAIL PROTECTED] wrote:
 groupId isn't plexus but org.codehaus.plexus
 http://snapshots.maven.codehaus.org/maven2/org/codehaus/plexus/plexus-utils/1.2-SNAPSHOT/

Thanks, that would explain why I couldn't find it :)