rdonkin 02/02/09 03:52:15
Modified: betwixt build.xml
Log:
Added target to run only bean writer tests.
Revision Changes Path
1.11 +9 -1 jakarta-commons-sandbox/betwixt/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/betwixt/build.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- build.xml 7 Feb 2002 19:17:26 -0000 1.10
+++ build.xml 9 Feb 2002 11:52:15 -0000 1.11
@@ -3,7 +3,7 @@
<!--
"Digester" component of the Jakarta Commons Subproject
- $Id: build.xml,v 1.10 2002/02/07 19:17:26 jstrachan Exp $
+ $Id: build.xml,v 1.11 2002/02/09 11:52:15 rdonkin Exp $
-->
@@ -250,6 +250,14 @@
</java>
</target>
+ <target name="test.write" depends="compile.tests"
+ description="Runs sample bean write">
+ <java classname="org.apache.commons.betwixt.TestBeanWriter" fork="yes">
+ <classpath refid="test.classpath"/>
+ <sysproperty key="org.apache.commons.logging.log"
value="org.apache.commons.logging.impl.SimpleLog"/>
+ <sysproperty key="org.apache.commons.logging.simplelog.defaultlog"
value="info"/>
+ </java>
+ </target>
<target name="test.reader" depends="compile.tests"
description="Runs test of bean reader">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>