aboutsummaryrefslogtreecommitdiffstats
path: root/aspectj5rt/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'aspectj5rt/build.xml')
-rw-r--r--aspectj5rt/build.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/aspectj5rt/build.xml b/aspectj5rt/build.xml
index 24d8cf7ad..f4a718ff5 100644
--- a/aspectj5rt/build.xml
+++ b/aspectj5rt/build.xml
@@ -26,8 +26,12 @@
</target>
<target name="test:compile" depends="compile" if="jdk15">
- <!-- TODO: if test relies on 1.5 source, then needs to override below -->
- <testcompile project="aspectj5rt" path="aspectj5rt.test.src.path"/>
+ <mkdir dir="../aspectj5rt/bintest"/>
+ <javac debug="on" destdir="../aspectj5rt/bintest" source="1.5" target="1.5">
+ <src path="../aspectj5rt/testsrc"/>
+ <classpath refid="aspectj5rt.test.src.path"/>
+ <classpath path="../aspectj5rt/bin"/>
+ </javac>
</target>
<target name="test" depends="test:compile" if="jdk15">