juergen 2004/02/06 10:11:42
Modified: testsuite build.xml
Removed: testsuite tp.properties.tamino
Log:
removed tamino-specific stuff; documentation (Michael)
Revision Changes Path
1.13 +4 -2 jakarta-slide/testsuite/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/testsuite/build.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- build.xml 6 Feb 2004 17:34:47 -0000 1.12
+++ build.xml 6 Feb 2004 18:11:42 -0000 1.13
@@ -123,8 +123,9 @@
<property name="tp.always.exclude" value="**/*UNEXPL*/**/*.xml"/>
<property name="tp.multiuser.exclude" value="**/multi-user/**/*.xml"/>
+ <property name="tp.result" location="${basedir}/result.xml"/>
<tprocessor config="${basedir}/testsuite/junit/tprocessor.xml"
- urlEncoding="UTF-8" tracingRequest="xar"
result="${basedir}/result.xml">
+ urlEncoding="UTF-8" tracingRequest="xar" result="${tp.result}">
<fileset dir="${basedir}/testsuite/junit/xmltestcases">
<include name="${tp.include}"/>
<include name="${tp.exclude}"/>
@@ -132,12 +133,13 @@
<exclude name="${tp.always.exclude}"/>
</fileset>
</tprocessor>
+ <echo>Results in ${tp.result}</echo>
</target>
<target name="tp.props">
<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 one of the
sample properties files and adjust it to your environment."/>
+ <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"/>
</target>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]