aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authoraclement <aclement>2005-04-19 15:31:51 +0000
committeraclement <aclement>2005-04-19 15:31:51 +0000
commit576bc8cef95c03137e1cbd9dc87cc9600c135a05 (patch)
tree08a1fb7cbda60121ec983f9bfa80b2ecfe4f92c3 /build
parentd5a35c332443049a0abd4b245ebd7c70c624b6de (diff)
downloadaspectj-576bc8cef95c03137e1cbd9dc87cc9600c135a05.tar.gz
aspectj-576bc8cef95c03137e1cbd9dc87cc9600c135a05.zip
Switch on junit task call.
Diffstat (limited to 'build')
-rw-r--r--build/build-common.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/build/build-common.xml b/build/build-common.xml
index 870ef9fff..e254ab608 100644
--- a/build/build-common.xml
+++ b/build/build-common.xml
@@ -99,23 +99,23 @@
<attribute name="suite"/>
<sequential>
<!-- showoutput="on" -->
-<!-- <junit showoutput="on" fork="on" haltonfailure="on" haltonerror="on" printsummary="on" dir="../@{project}">-->
-<!-- <classpath>-->
-<!-- <pathelement path="../@{project}/${build.dir}"/>-->
-<!-- <pathelement path="../@{project}/${test.build.dir}"/>-->
-<!-- <path refid="@{path}"/>-->
-<!-- </classpath>-->
-<!-- <test name="@{suite}"/>-->
-<!-- </junit>-->
+ <junit showoutput="on" fork="on" haltonfailure="on" haltonerror="on" printsummary="on" dir="../@{project}">
+ <classpath>
+ <pathelement path="../@{project}/${build.dir}"/>
+ <pathelement path="../@{project}/${test.build.dir}"/>
+ <path refid="@{path}"/>
+ </classpath>
+ <test name="@{suite}"/>
+ </junit>
<!-- TODO AV - using java to invoke JUnit since the junit task is hidding errors - don't know why -->
- <java classname="@{suite}" fork="on" dir="../@{project}">
+ <!--<java classname="@{suite}" fork="on" dir="../@{project}">
<jvmarg line=""/>
<classpath>
<pathelement path="../@{project}/${build.dir}"/>
<pathelement path="../@{project}/${test.build.dir}"/>
<path refid="@{path}"/>
</classpath>
- </java>
+ </java>-->
</sequential>
</macrodef>