pnever      2004/02/16 08:47:12

  Modified:    testsuite build.xml
  Log:
  Changes for usability of the tprocessor Ant task
  
  Revision  Changes    Path
  1.18      +3 -1      jakarta-slide/testsuite/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/build.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- build.xml 13 Feb 2004 10:59:47 -0000      1.17
  +++ build.xml 16 Feb 2004 16:47:12 -0000      1.18
  @@ -126,6 +126,8 @@
       <property name="tp.multiuser.exclude" value="**/multi-user/**/*.xml"/>
       
       <property name="tp.result" location="${basedir}/result.xml"/>
  +    <echo message="tp.include=${tp.include}"/>
  +    <echo message="tp.exclude=${tp.exclude}"/>
       <tprocessor config="${basedir}/testsuite/junit/tprocessor.xml"
                   urlEncoding="UTF-8" tracingRequest="xar" result="${tp.result}">
         <fileset dir="${basedir}/testsuite/junit/xmltestcases">
  @@ -142,6 +144,6 @@
       <property name="tp.props" location="${basedir}/tp.properties"/>
       <available file="${tp.props}" type="file" property="tp.exists" />
       <fail unless="tp.exists" message="${tp.props} not found. Please copy 
tp.properties.sample and adjust it to your environment."/>
  -    <property file="${tp.props}" prefix="xdav"/>
  +    <property file="${tp.props}"/>
     </target>
   </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to