Skip to content

Commit

Permalink
Make sure we fork, so that we can be sure not to use Ant libraries, b…
Browse files Browse the repository at this point in the history
…ut only those in cdk/jars

git-svn-id: https://cdk.svn.sourceforge.net/svnroot/cdk/trunk/cdk@2111 eb4e18e3-b210-0410-a6ab-dec725e4b171
  • Loading branch information
egonw committed Nov 14, 2003
1 parent 25bec56 commit 0cb2a72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.xml
Expand Up @@ -688,7 +688,7 @@
</target>

<target name="test-core" depends="dist-core, dist-test">
<junit printsummary="yes" haltonfailure="yes">
<junit printsummary="yes" haltonfailure="yes" fork="yes">
<classpath refid="project.class.path" />
<classpath>
<fileset dir="${dist}/jar">
Expand All @@ -706,7 +706,7 @@
</target>

<target name="test-standard" depends="dist-core, dist-standard, dist-test">
<junit printsummary="yes" haltonfailure="yes">
<junit printsummary="yes" haltonfailure="yes" fork="yes">
<classpath refid="project.class.path" />
<classpath>
<fileset dir="${dist}/jar">
Expand All @@ -725,7 +725,7 @@
</target>

<target name="test-io" depends="dist-core, dist-standard, dist-test, dist-io">
<junit printsummary="yes" haltonfailure="yes" showoutput="yes">
<junit printsummary="yes" haltonfailure="yes" showoutput="yes" fork="yes">
<classpath refid="project.class.path" />
<classpath>
<fileset dir="${dist}/jar">
Expand Down

0 comments on commit 0cb2a72

Please sign in to comment.