Hmm... This is something related to local environment. POJO test suite doesn't have any unstable third-party dependencies and generally works fine.

BTW, sometimes when a master build breaks, I do have to do this to restore my local repo and source tree to a sane state:

# find cayenne/ -type d -name target |xargs rm -rf
# rm -rf ~/.m2/repository/org/apache/cayenne
# cd cayenne && mvn install


Andrus

On Mar 8, 2007, at 2:57 AM, Lachlan Deck wrote:

[INFO] Surefire report directory: /Users/ldeck/Documents/ Development/OpenSource/Cayenne/itests/pojo/target/surefire-reports
*** CayenneAgent starting...
org.apache.maven.surefire.booter.SurefireExecutionException: org.apache.cayenne.itest.pojo.ExposedPkTest; nested exception is java.lang.ExceptionInInitializerError: null; nested exception is org.apache.maven.surefire.testset.TestSetFailedException: org.apache.cayenne.itest.pojo.ExposedPkTest; nested exception is java.lang.ExceptionInInitializerError: null org.apache.maven.surefire.testset.TestSetFailedException: org.apache.cayenne.itest.pojo.ExposedPkTest; nested exception is java.lang.ExceptionInInitializerError: null
java.lang.ExceptionInInitializerError
at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance (NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance (DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance (Constructor.java:494)

Reply via email to