Hi
Seeing this exception when building rt/core :
Exception in thread "Thread-8" java.lang.ExceptionInInitializerError
at java.io.File.deleteOnExit(File.java:939)
at org.apache.cxf.helpers.FileUtils.delete(FileUtils.java:155)
at org.apache.cxf.helpers.FileUtils.removeDir(FileUtils.java:138)
at org.apache.cxf.helpers.FileUtils$1.run(FileUtils.java:82)
Caused by: java.lang.IllegalStateException: Shutdown in progress
at java.lang.Shutdown.add(Shutdown.java:62)
at java.lang.System$2.registerShutdownHook(System.java:1146)
at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20)
... 4 more
Not sure where it is coming from though. Can someone verify it as well ?
thanks, Sergey