On the Linux server (JDK1.6.0_20), when trying to do release:perform, I get this exception;
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 7 [INFO] [INFO] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError [INFO] at java.io.File.deleteOnExit(File.java:939) [INFO] at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80) [INFO] at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:229) [INFO] at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31) [INFO] at java.lang.Thread.run(Thread.java:619) [INFO] Caused by: java.lang.IllegalStateException: Shutdown in progress [INFO] at java.lang.Shutdown.add(Shutdown.java:62) [INFO] at java.lang.System$2.registerShutdownHook(System.java:1146) [INFO] at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20) [INFO] ... 5 more BUT, when building the trunk itself, without the release process stuff, it works. Does anyone has a clue what is happening?? Cheers -- Niclas Hedhman, Software Developer http://www.qi4j.org - New Energy for Java I live here; http://tinyurl.com/2qq9er I work here; http://tinyurl.com/2ymelc I relax here; http://tinyurl.com/2cgsug _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

