You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by av...@apache.org on 2005/06/01 19:33:01 UTC

cvs commit: jakarta-poi build.xml

avik        2005/06/01 10:33:01

  Modified:    .        build.xml
  Log:
  minor updates to build
  
  Revision  Changes    Path
  1.74      +3 -0      jakarta-poi/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.73
  retrieving revision 1.74
  diff -u -r1.73 -r1.74
  --- build.xml	20 May 2005 11:26:59 -0000	1.73
  +++ build.xml	1 Jun 2005 17:33:00 -0000	1.74
  @@ -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"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/