|
From: <fb...@us...> - 2003-06-25 19:56:36
|
Update of /cvsroot/jgb/jgb
In directory sc8-pr-cvs1:/tmp/cvs-serv6012
Modified Files:
build.xml
Log Message:
* build.xml:
Added new target to show a quick log of the Clover coverage on the
console.
Removed, yet again, the dependency between website and clean. We really
need a clover-flush Ant task here.
Index: build.xml
===================================================================
RCS file: /cvsroot/jgb/jgb/build.xml,v
retrieving revision 1.111
retrieving revision 1.112
diff -C2 -d -r1.111 -r1.112
*** build.xml 25 Jun 2003 04:21:02 -0000 1.111
--- build.xml 25 Jun 2003 19:56:32 -0000 1.112
***************
*** 213,217 ****
</target>
! <target name="website" depends="init,clean,test.with.clover,make.docs,clover.report.current,clover.report.historical,-referer.load"
description="Builds the web site and prepares it for easy transfer">
<mkdir dir="tmp/website"/>
--- 213,217 ----
</target>
! <target name="website" depends="init,test.with.clover,make.docs,clover.report.current,clover.report.historical,-referer.load"
description="Builds the web site and prepares it for easy transfer">
<mkdir dir="tmp/website"/>
***************
*** 513,517 ****
<target name="test.with.clover" depends="with.clover,test"
! description="Tests the system with Clover turned on"/>
<target name="junit.install"
--- 513,523 ----
<target name="test.with.clover" depends="with.clover,test"
! description="Tests the system with Clover turned on">
! </target>
!
! <target name="clover.log" depends="with.clover"
! description="Gives an idea of the coverage to the console">
! <clover-log/>
! </target>
<target name="junit.install"
|