You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-dev@incubator.apache.org by "David Gennaco (JIRA)" <xa...@incubator.apache.org> on 2007/03/22 19:24:32 UTC

[jira] Created: (XAP-348) The build.bat file supplied in the buildsystem directory does not correctly point to the jsunit.jar file

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.