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.


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]