ovidiu 02/04/04 17:43:11
Modified: src/scratchpad/schecoon build.xml
Log:
Added target for automatically running the Anteater tests.
Revision Changes Path
1.15 +10 -0 xml-cocoon2/src/scratchpad/schecoon/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/scratchpad/schecoon/build.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- build.xml 3 Apr 2002 21:25:24 -0000 1.14
+++ build.xml 5 Apr 2002 01:43:11 -0000 1.15
@@ -263,6 +263,16 @@
<delete dir="${dist.root}"/>
</target>
+ <target name="test">
+ <property name="host" value="localhost"/>
+ <property name="port" value="8080"/>
+ <property name="base" value="schecoon"/>
+
+ <exec executable="anteater">
+ <arg line="-f tests/anteater/all-tests.xml -Dhost=${host} -Dport=${port}
-Dbase=${base}"/>
+ </exec>
+ </target>
+
</project>
<!-- End of file -->
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]