hammant 01/11/27 11:00:13
Modified: apps/db build.xml
Log:
test1 target runs tests
Revision Changes Path
1.20 +11 -1 jakarta-avalon-cornerstone/apps/db/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-cornerstone/apps/db/build.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- build.xml 2001/11/26 09:25:39 1.19
+++ build.xml 2001/11/27 19:00:13 1.20
@@ -51,6 +51,10 @@
<include name="*.jar" />
</fileset>
</path>
+
+ <path id="test.path">
+ <pathelement path="${build.classes}" />
+ </path>
<taskdef name="sar" classname="org.apache.avalon.phoenix.tools.tasks.Sar">
<classpath refid="project.class.path" />
@@ -289,7 +293,7 @@
<mkdir dir="${src.dist.docs}"/>
<copy todir="${src.dist.docs}">
- <fileset dir="${docs.dir}"/>
+ <fileset dir="${docs.dir}"/>1
</copy>
<copy todir="${src.dist.src}">
@@ -329,5 +333,11 @@
</target>
<target name="docs"/>
+
+ <target name="test1" depends="main">
+ <java classname="org.apache.avalon.db.test.Tester" fork="true">
+ <classpath refid="test.path"/>
+ </java>
+ </target>
</project>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>