]> source.dussan.org Git - poi.git/commitdiff
minor updates to build
authorAvik Sengupta <avik@apache.org>
Wed, 1 Jun 2005 17:33:00 +0000 (17:33 +0000)
committerAvik Sengupta <avik@apache.org>
Wed, 1 Jun 2005 17:33:00 +0000 (17:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353706 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index d4223e27ba88638fdd436a3a1dfc42203b17ac77..d0bb1dd30454e3373ab0c476b9067bc293c61ab9 100644 (file)
--- a/build.xml
+++ b/build.xml
     </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"/>
             <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"/>
                    <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"/>