Changeset 723
- Timestamp:
- 08/16/07 08:07:46 (2 years ago)
- Location:
- trunk/ProjectFortress
- Files:
-
- 6 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/ProjectFortress/.classpath
r713 r723 5 5 <classpathentry kind="lib" path="third_party/junit/junit.jar" sourcepath="third_party/junit/junit_src.jar"/> 6 6 <classpathentry kind="lib" path="third_party/plt/plt.jar"/> 7 <classpathentry kind="lib" path="third_party/jsr166y/jsr166y.jar" sourcepath="third_party/jsr166y/jsr166/src /jsr166y"/>7 <classpathentry kind="lib" path="third_party/jsr166y/jsr166y.jar" sourcepath="third_party/jsr166y/jsr166/src"/> 8 8 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 9 9 <classpathentry kind="output" path="build"/> -
trunk/ProjectFortress/build.xml
r703 r723 70 70 <property name="compile.classpath" value="${build}:${xtc}/xtc.jar:${jsr166y}/jsr166y.jar:${plt}/plt.jar:${junit}/junit.jar"/> 71 71 <property environment="env"/> 72 73 <property name="blahblahblah" value="com/sun/fortress"/> 72 74 73 75 <target name="help"> … … 298 300 </javac> 299 301 </target> 300 <property name="blahblahblah" value="com/sun/fortress"/>301 302 302 303 <target name="compileCommonLint" depends="init" … … 346 347 <pathelement location="${jsr166y}/jsr166y.jar"/> 347 348 <pathelement location="${plt}/plt.jar"/> 349 <pathelement location="${junit}/junit.jar"/> 348 350 </classpath> 349 351 <formatter type="plain" usefile="false"/> … … 377 379 <pathelement location="${jsr166y}/jsr166y.jar"/> 378 380 <pathelement location="${plt}/plt.jar"/> 381 <pathelement location="${junit}/junit.jar"/> 379 382 </classpath> 380 383 <formatter type="plain" usefile="true"/> … … 406 409 <pathelement location="${xtc}/xtc.jar"/> 407 410 <pathelement location="${plt}/plt.jar"/> 411 <pathelement location="${junit}/junit.jar"/> 408 412 </classpath> 409 413 <formatter type="brief" usefile="true"/> … … 432 436 <pathelement location="${xtc}/xtc.jar"/> 433 437 <pathelement location="${plt}/plt.jar"/> 438 <pathelement location="${junit}/junit.jar"/> 434 439 </classpath> 435 440 <formatter type="brief" usefile="true"/> -
trunk/ProjectFortress/test
r605 r723 19 19 20 20 if (uname | egrep -q CYGWIN) ; then 21 CP="build;third_party/junit/junit.jar;third_party/xtc/xtc.jar;third_party/ FJ/concurrent.jar;third_party/plt/plt.jar"21 CP="build;third_party/junit/junit.jar;third_party/xtc/xtc.jar;third_party/jsr166y/jsr166y.jar;third_party/plt/plt.jar" 22 22 else 23 CP="build:third_party/junit/junit.jar:third_party/xtc/xtc.jar:third_party/ FJ/concurrent.jar:third_party/plt/plt.jar"23 CP="build:third_party/junit/junit.jar:third_party/xtc/xtc.jar:third_party/jsr166y/jsr166y.jar:third_party/plt/plt.jar" 24 24 fi 25 25 -
trunk/ProjectFortress/test.bat
r605 r723 16 16 REM ################################################################################ 17 17 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.SystemJUTests18 java -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 -
trunk/ProjectFortress/testNPY
r605 r723 19 19 20 20 if (uname | egrep -q CYGWIN) ; then 21 CP="build;third_party/junit/junit.jar;third_party/xtc/xtc.jar;third_party/ FJ/concurrent.jar;third_party/plt/plt.jar"21 CP="build;third_party/junit/junit.jar;third_party/xtc/xtc.jar;third_party/jsr166y/jsr166y.jar;third_party/plt/plt.jar" 22 22 else 23 CP="build:third_party/junit/junit.jar:third_party/xtc/xtc.jar:third_party/ FJ/concurrent.jar:third_party/plt/plt.jar"23 CP="build:third_party/junit/junit.jar:third_party/xtc/xtc.jar:third_party/jsr166y/jsr166y.jar:third_party/plt/plt.jar" 24 24 fi 25 25 -
trunk/ProjectFortress/testSerialization
r605 r723 25 25 26 26 if (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" 28 28 else 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" 30 30 fi 31 31

