-
Bug
-
Resolution: Done
-
Major
-
3.2.1.M1, 3.3.0.M1
-
None
-
Closing per Feng's comments.
https://hudson.qa.jboss.com/hudson/job/jbosstools-3.2_stable_branch.tests/166/#showFailuresLink
There are three ws junit tests failed. Because in hudson system, no jre5 location. the error is:
The JRE5 location is not right
I had remebered, some time ago, in 3.2-trunk codes,
https://issues.jboss.org/browse/JBIDE-6581
we need a system property for jre5, I will use the codes to get it's location: System.getProperty("jbosstools.test.jre.5", "");
I think for the 3.2 branch, we don't set the jre5 for the build, right?