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/testSerialization

    r605 r723  
    2525 
    2626if (uname | egrep -q CYGWIN) ; then  
    27   CP="build;third_party/junit/junit.jar;third_party/xtc/xtc.jar;third_party/FJ/concurrent.jar;third_party/plt/plt.jar" 
     27  CP="build;third_party/junit/junit.jar;third_party/xtc/xtc.jar;third_party/jsr166y/jsr166y.jar;third_party/plt/plt.jar" 
    2828else 
    29   CP="build:third_party/junit/junit.jar:third_party/xtc/xtc.jar:third_party/FJ/concurrent.jar:third_party/plt/plt.jar" 
     29  CP="build:third_party/junit/junit.jar:third_party/xtc/xtc.jar:third_party/jsr166y/jsr166y.jar:third_party/plt/plt.jar" 
    3030fi 
    3131