diff options
author | Avik Sengupta <avik@apache.org> | 2005-06-01 17:33:00 +0000 |
---|---|---|
committer | Avik Sengupta <avik@apache.org> | 2005-06-01 17:33:00 +0000 |
commit | e9d7706a39f116c2aca17db6f9d7c5157970200d (patch) | |
tree | 7bcfa8be011172091841b50615ffde1517d7d140 /build.xml | |
parent | 63f005075d77ca5a1813ce2df0a0ae151ada339f (diff) | |
download | poi-e9d7706a39f116c2aca17db6f9d7c5157970200d.tar.gz poi-e9d7706a39f116c2aca17db6f9d7c5157970200d.zip |
minor updates to build
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353706 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -406,6 +406,7 @@ </target> <target name="debug-test" depends="-test-property-check,compile-main" description="Runs a single test case specified with -Dtestcase=classname with remote debug options turned on." > + <echo>Waiting for debugger on port 5001</echo> <junit printsummary="no" showoutput="true" filtertrace="no" fork="yes" haltonfailure="${halt.on.test.failure}" failureproperty="main.test.failed"> <jvmarg value="-Xdebug"/> <jvmarg value="-Xrunjdwp:transport=dt_socket,address=5001,server=y,suspend=y"/> @@ -448,6 +449,7 @@ <sysproperty key="HPSF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hpsf/data"/> <sysproperty key="HDF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hdf/data"/> <sysproperty key="HWPF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hwpf/data"/> + <sysproperty key="HSLF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hslf/data"/> <sysproperty key="java.awt.headless" value="true"/> <formatter type="plain"/> <formatter type="xml"/> @@ -479,6 +481,7 @@ <sysproperty key="HSSF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hssf/data"/> <sysproperty key="HPSF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hpsf/data"/> <sysproperty key="HWPF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hwpf/data"/> + <sysproperty key="HSLF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hslf/data"/> <sysproperty key="java.awt.headless" value="true"/> <sysproperty key="java.awt.headless" value="true"/> <formatter type="plain" usefile="no"/> |