Re: Unit Test failures

2009-02-15 Thread Christian Schneider
Hi Willem, I run the following commands for a build: set JAVA_HOME=C:\Program Files\Java\jdk1.5.0_16 set PATH=%JAVA_HOME%\bin;%PATH% set MAVEN_OPTS=-Xmx512M -XX:MaxPermSize=128M mvn -Pfastinstall clean install mvn -Pnochecks I will start a fresh build this evening. Greetings Christian Wille

Re: Unit Test failures

2009-02-15 Thread Daniel Kulp
On Sun February 15 2009 1:52:53 pm Christian Schneider wrote: > I currently get one error and one failure in systests on jdk 1.5 on > Windows Vista. > Is anyone already working on it or does this not happen on the > continuous build system? Both Hudson builds are clean. That said, we DID see that

Re: Unit Test failures

2009-02-15 Thread Willem Jiang
Hi Christian I just ran the test with the latest trunk code on my Windows Vista box with JDK 1.5.0_13, every thing looks good. Did you run the "mvn clean install -Pfastinstall" with jdk1.5 first in your trunk ? Willem Christian Schneider wrote: > I currently get one error and one failure in sys