False alert. :) It only happens if running under windows and placed inside a folder with spaces in the name, like c:\document and settings\jdo2\
Regards, Quoting [EMAIL PROTECTED]: > I downloaded from SVN jdo2 branch because the files are not available to > download, and I had several times the same NoClassDefFoundError error, which > was not logged to anywhere. > > privateRuntck.jdori: > [mkdir] Created dir: C:\Documents and Settings\ebengtso\My > Documents\jpoxwor > kspace\2.0-beta\tck20\target\logs\20060121-151045 > [echo] Run all configurations on jdori > exclude: > > doRuntck.jdori: > [java] java.lang.NoClassDefFoundError: and > [java] Exception in thread "main" > [java] [ERROR] Java Result: 1 > [echo] Finished run with database="derby" > identitytype="applicationidentity" > mapping="". > > exclude: > > doRuntck.jdori: > Overriding previous definition of reference to this.jdori.classpath > [java] java.lang.NoClassDefFoundError: and > [java] Exception in thread "main" > [java] [ERROR] Java Result: 1 > [echo] Finished run with database="derby" > identitytype="applicationidentity" > mapping="". > > exclude: > > doRuntck.jdori: > Overriding previous definition of reference to this.jdori.classpath > [java] java.lang.NoClassDefFoundError: and > [java] Exception in thread "main" > [java] [ERROR] Java Result: 1 > [echo] Finished run with database="derby" > identitytype="applicationidentity" > mapping="". > > exclude: > > > > > Quoting Craig L Russell <[EMAIL PROTECTED]>: > > > This is now a real vote for the release of JDO 2 beta. > > > > Here's how to test the jdo 2.0-beta staging release. > > > > 1. Download the TCK source release from http://www.apache.org/~clr/ > > downloads/mirror-dist-db-jdo/2.0-beta/jdo2-tck-src-20_Jan_2006.zip. > > > > 2. Unzip the release into a directory, hereinafter called <dist>. > > > > 3. Change to the <dist> directory: cd <dist> > > > > 4. The release depends on artifacts that are only available on the > > staging release area, so you need to edit the maven location from > > which the artifacts are downloaded. Find the line of maven.xml in the > > project.properties file with the maven.remote.repo property, and add > > "http://www.apache.org/~clr/downloads/maven" to the ibiblio and jpox > > urls. The JPOX releases might not be available until Sunday evening. > > Interim, you can manually download the nightly SNAPSHOT build and > > rename the jar file to the 1.1.0-beta-6 version. > > > > 5. Change to the jdo2-tck-2.0-beta directory. This is the working > > directory for the testing of the release. > > > > 6. Open and read the RunRules.html document and perform as many of > > the steps therein as you like. > > > > 7. If you run maven runtck.jdori from the jdo2-tck-2.0-beta > > directory, you should expect 4 or 5 errors and 4 or 5 failures in > > 1152 JUnit tests. > > > > 8. If you like, you can also check out the source distributions of > > the api20, core20, and enhancer20. These are also in the http:// > > www.apache.org/~clr/downloads/mirror-dist-db-jdo/2.0-beta/ area for > > staging. > > > > Please send feedback to [EMAIL PROTECTED] > > > > Thanks, > > > > Craig > > > > Craig Russell > > Architect, Sun Java Enterprise System http://java.sun.com/products/jdo > > 408 276-5638 mailto:[EMAIL PROTECTED] > > P.S. A good JDO? O, Gasp! > > > > > > > >
