]> source.dussan.org Git - aspectj.git/commitdiff
switch to using test.classpath rather than bin.classpath - works outside of eclipse
authoracolyer <acolyer>
Fri, 8 Aug 2003 13:05:45 +0000 (13:05 +0000)
committeracolyer <acolyer>
Fri, 8 Aug 2003 13:05:45 +0000 (13:05 +0000)
tests/junitModules.xml

index ec7235c8bf0251e05ec5fc69ddab446dc69b5bd3..fe4e7fc6d650f4846ac268e8253e57e6d99c8f29 100644 (file)
     <target name="ajc-tests" depends="init-taskdefs">
        <mkdir dir="${junitModules.output.dir}/ajc"/>
           <java classname="org.aspectj.testing.drivers.Harness"
-                   classpathref="bin.classpath"
+                   classpathref="test.classpath"
                    output="${ajc.tests.output.file}"
                    fork="true">
                    <arg value="-cruisecontrol"/>
        <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="bin.classpath"
+                   classpathref="test.classpath"
                    output="${ajc.tests.emacssym.output.file}"
                    fork="true">
                    <arg value="-cruisecontrol"/>