juergen 2004/02/18 01:31:59
Modified: testsuite build.xml
Log:
shorter name
Revision Changes Path
1.19 +4 -4 jakarta-slide/testsuite/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/testsuite/build.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- build.xml 16 Feb 2004 16:47:12 -0000 1.18
+++ build.xml 18 Feb 2004 09:31:59 -0000 1.19
@@ -13,7 +13,7 @@
<target name="compile">
<echo message="Compiling ..." />
<delete dir="${debug}" />
- <mkdir dir="${debug}" />
+ <mkdir dir="${debug}" />
<javac srcdir="${src}"
destdir="${debug}"
debug="on" >
@@ -111,7 +111,7 @@
<target name="tp.pattern" depends="tp.props" description=
"Runs all tests matched by the pattern specified by -Dtp.include and
-Dtp.exclude.">
- <taskdef name="tprocessor"
classname="org.apache.slide.testsuite.testtools.tutil.TProcessorTask">
+ <taskdef name="tp"
classname="org.apache.slide.testsuite.testtools.tutil.TProcessorTask">
<classpath>
<fileset dir="${lib}" >
<include name="*.jar" />
@@ -128,7 +128,7 @@
<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"
+ <tp config="${basedir}/testsuite/junit/tprocessor.xml"
urlEncoding="UTF-8" tracingRequest="xar" result="${tp.result}">
<fileset dir="${basedir}/testsuite/junit/xmltestcases">
<include name="${tp.include}"/>
@@ -136,7 +136,7 @@
<exclude name="${tp.multiuser.exclude}"/>
<exclude name="${tp.always.exclude}"/>
</fileset>
- </tprocessor>
+ </tp>
<echo>Results in ${tp.result}</echo>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]