git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353094
13f79535-47bb-0310-9956-
ffa450edef68
<delete file="${main.testokfile}"/>
<antcall target="-test-main-write-testfile"/>
</target>
-
+
<target name="single-test" depends="compile-main">
<junit printsummary="no" showoutput="true" filtertrace="no" fork="no" haltonfailure="${halt.on.test.failure}" failureproperty="main.test.failed" >
<classpath>
<target name="clean-dist" depends="clean,dist" description="Cleans the build directory then creates a distribution"/>
+ <target name="gump" depends="jar"/>
+
</project>