hammant 2003/02/08 05:52:25
Modified: altrmi build.xml
Log:
Update clover descriptions
Revision Changes Path
1.70 +8 -3 avalon-excalibur/altrmi/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/altrmi/build.xml,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- build.xml 4 Feb 2003 14:37:11 -0000 1.69
+++ build.xml 8 Feb 2003 13:52:25 -0000 1.70
@@ -629,7 +629,7 @@
</target>
- <target name="get-clover">
+ <target name="get-clover" description="Get clover from Ibiblio">
<mkdir dir="lib/clover_coverage"/>
@@ -650,11 +650,16 @@
</target>
- <target name="clover.report">
+ <target name="clover.report" description="Make Clover webapges">
<java classname="com.cortexeb.tools.clover.reporters.html.HtmlReporter"
fork="true">
<arg line="--outputdir build/clover_html --showSrc --initstring
${clover.initstring} --title 'AltRMI'"/>
<classpath refid="clover.classpath"/>
</java>
- </target>
+
+ </target>
+
+ <target name="clover-test" depends="with.clover, test, clover.report"
description="Test With Clover Coverage">
+
+ </target>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]