The build.bat file supplied in the buildsystem directory does not correctly
point to the jsunit.jar file
--------------------------------------------------------------------------------------------------------
Key: XAP-348
URL: https://issues.apache.org/jira/browse/XAP-348
Project: XAP
Issue Type: Bug
Reporter: David Gennaco
Priority: Minor
The following line in (buildsystem\build.bat):
set CLASSPATH=%CLASSPATH%;./unittests/jsunit/java/lib/junit.jar
should be (pointing up one directory):
set CLASSPATH=%CLASSPATH%;../unittests/jsunit/java/lib/junit.jar
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.