vdkoogh 2002/08/31 03:12:23
Modified: . build.xml
Log:
IBMTest is now put in the results directory.
Revision Changes Path
1.43 +2 -0 xml-security/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-security/build.xml,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- build.xml 31 Aug 2002 00:32:25 -0000 1.42
+++ build.xml 31 Aug 2002 10:12:22 -0000 1.43
@@ -526,6 +526,7 @@
<junit printsummary="on"
fork="true"
filtertrace="true">
+ <jvmarg value="-Djava.compiler=NONE"/>
<classpath refid="classpath.test" />
<formatter type="xml"/>
<batchtest fork="yes" todir="${build.junit.xml}">
@@ -539,6 +540,7 @@
</fileset>
</batchtest>
<test name="org.apache.xml.security.test.interop.IBMTest"
+ todir="${build.junit.xml}"
if="ibm.available"/>
</junit>
<junitreport todir="${build.junit.xml}">