aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoracolyer <acolyer>2003-08-08 14:49:57 +0000
committeracolyer <acolyer>2003-08-08 14:49:57 +0000
commit555d9cd8fec8a2c0bc3daac63123a9bea941a912 (patch)
treebebd3d314d85b6542ce8ae0d03969617d0257e67 /tests
parent07ec8f62517b23d08ae060875db3d86ae94d009d (diff)
downloadaspectj-555d9cd8fec8a2c0bc3daac63123a9bea941a912.tar.gz
aspectj-555d9cd8fec8a2c0bc3daac63123a9bea941a912.zip
would help if i quoted test.classpath properly....
Diffstat (limited to 'tests')
-rw-r--r--tests/junitModules.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/junitModules.xml b/tests/junitModules.xml
index fe4e7fc6d..d2af0100e 100644
--- a/tests/junitModules.xml
+++ b/tests/junitModules.xml
@@ -436,7 +436,7 @@
<target name="ajc-tests" depends="init-taskdefs">
<mkdir dir="${junitModules.output.dir}/ajc"/>
<java classname="org.aspectj.testing.drivers.Harness"
- classpathref="test.classpath"
+ classpathref="${test.classpath}"
output="${ajc.tests.output.file}"
fork="true">
<arg value="-cruisecontrol"/>
@@ -448,7 +448,7 @@
<mkdir dir="${junitModules.output.dir}/ajc"/>
<copy file="${ajc.tests.xml.file}" tofile="${ajc.tests.emacssym.xml.file}"/>
<java classname="org.aspectj.testing.drivers.Harness"
- classpathref="test.classpath"
+ classpathref="${test.classpath}"
output="${ajc.tests.emacssym.output.file}"
fork="true">
<arg value="-cruisecontrol"/>