Show
Ignore:
Timestamp:
08/16/07 08:07:46 (2 years ago)
Author:
dr2chase
Message:

junit.jar needs to be on classpath in build.xml; also updated testing shell scripts

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ProjectFortress/test.bat

    r605 r723  
    1616REM ################################################################################ 
    1717 
    18 java -cp "build;third_party/junit/junit.jar;third_party/xtc/xtc.jar;third_party/FJ/concurrent.jar;third_party/plt/plt.jar" junit.swingui.TestRunner com.sun.fortress.interpreter.drivers.SystemJUTests 
     18java -cp "build;third_party/junit/junit.jar;third_party/xtc/xtc.jar;third_party/jsr166y/jsr166y.jar;third_party/plt/plt.jar" junit.swingui.TestRunner com.sun.fortress.interpreter.drivers.SystemJUTests