Added gump target
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353094 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
06da334819
commit
085fe292e3
@ -234,7 +234,7 @@
|
|||||||
<delete file="${main.testokfile}"/>
|
<delete file="${main.testokfile}"/>
|
||||||
<antcall target="-test-main-write-testfile"/>
|
<antcall target="-test-main-write-testfile"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="single-test" depends="compile-main">
|
<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" >
|
<junit printsummary="no" showoutput="true" filtertrace="no" fork="no" haltonfailure="${halt.on.test.failure}" failureproperty="main.test.failed" >
|
||||||
<classpath>
|
<classpath>
|
||||||
@ -565,4 +565,6 @@
|
|||||||
|
|
||||||
<target name="clean-dist" depends="clean,dist" description="Cleans the build directory then creates a distribution"/>
|
<target name="clean-dist" depends="clean,dist" description="Cleans the build directory then creates a distribution"/>
|
||||||
|
|
||||||
|
<target name="gump" depends="jar"/>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
Loading…
Reference in New Issue
Block a user