jdo3.build error

2012-01-27 Thread mcaisse
I get an error on an api test when trying to build jdo 3. [junit] Running javax.jdo.AbstractJDOConfigTest [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.016 sec Full output below. Does anyone else see this? -- Michelle michelle@michelle-PC /cygdrive/c/jdo/trunk $ maven jdo

Re: jdo3.build error

2012-01-27 Thread Craig L Russell
I get the same error. Craig On Jan 27, 2012, at 9:05 AM, mcai...@sonic.net wrote: I get an error on an api test when trying to build jdo 3. [junit] Running javax.jdo.AbstractJDOConfigTest [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.016 sec Full output below. Does anyone else

Re: jdo3.build error

2012-01-27 Thread Craig L Russell
Michael and I looked and found that we get the same error on trunk but the branches/3.0 works fine. Maybe a diff between trunk and branches/3.0 would show what the problem is. Craig On Jan 27, 2012, at 9:50 AM, Craig L Russell wrote: I get the same error. Craig On Jan 27, 2012, at 9:05

Re: jdo3.build error

2012-01-27 Thread Michael Bouschen
Hi Michelle, are you using maven 1, because you are looking at the logging issue we have with executing the tck with mvn (JDO-647)? What I mean is: "The maven 1 tck execution created three log files per configuration. It looks like using maven2 there is only one big datanucleus log file.". If