Browse Source

want to catch failure to fork here.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274998 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 22 years ago
parent
commit
5f0938c6cf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/etc/testcases/taskdefs/initializeclass.xml

+ 1
- 1
src/etc/testcases/taskdefs/initializeclass.xml View File

@@ -4,7 +4,7 @@
<target name="all"/>

<target name="forked">
<java fork="true" output="forkedout"
<java fork="true" output="forkedout" failonerror="true"
className="org.apache.tools.ant.taskdefs.dir1.B">

<classpath>


Loading…
Cancel
Save