Re: java.lang.NoClassDefFoundError when running a test

2008-07-22 Thread Tobias Gierke
X Y Z X Y Z test-jar My example was of course incomplete, I had test on the test-jar dep. Regards, Tobias and somehow the classpath contained only the test-jar dependeny when the tests were executed. I think this is bug http://jira.codehaus.org/browse/MNG-1971. Since th

Re: java.lang.NoClassDefFoundError when running a test

2008-07-22 Thread Tobias Gierke
Hi, and somehow the classpath contained only the test-jar dependeny when the tests were executed. I think this is bug http://jira.codehaus.org/browse/MNG-1971. Since there seems to be no real Sorry, that's most likely not the right bug - still quite early here in Germany ;) If I recall corr

Re: java.lang.NoClassDefFoundError when running a test

2008-07-22 Thread Tobias Gierke
Hi, I'm getting a java.lang.NoClassDefFoundError when running a test and yet, the code compiles fine. Any ideas as to what's going on? The exact same code compiles and test fine on another box which has the same mvn and java version. I recently ran across the same issue.

java.lang.NoClassDefFoundError when running a test

2008-07-21 Thread Alan D. Cabrera
I'm getting a java.lang.NoClassDefFoundError when running a test and yet, the code compiles fine. Any ideas as to what's going on? The exact same code compiles and test fine on another box which has the same mvn and java version. There are no differences between 'mvn