Removed clover postgoal

This commit is contained in:
Carlos Sanchez 2004-11-20 15:27:52 +00:00
parent a7c5e62c03
commit d175ca057c
1 changed files with 1 additions and 26 deletions

View File

@ -22,8 +22,7 @@
xmlns:j="jelly:core" xmlns:j="jelly:core"
xmlns:ant="jelly:ant" xmlns:ant="jelly:ant"
xmlns:util="jelly:util" xmlns:util="jelly:util"
xmlns:maven="jelly:maven" xmlns:maven="jelly:maven">
>
<!-- =========== Set root dir =========== --> <!-- =========== Set root dir =========== -->
@ -40,28 +39,4 @@
<j:set var="rootdir">${rootdirname}</j:set> <j:set var="rootdir">${rootdirname}</j:set>
<echo>Using root dir: ${rootdir}</echo> <echo>Using root dir: ${rootdir}</echo>
<!--
|
| Override the default clover-setup task from the clover plugin
|
-->
<postGoal name="clover:on">
<ant:clover-setup
initstring="${basedir}/target/clover/database/clover_coverage.db"
flushpolicy="interval"
flushinterval="500">
<ant:fileset dir="${maven.src.dir}">
<exclude name="**/*Exception.java"/>
</ant:fileset>
<!-- <statementContext id="nolog" regexp="^if \(logger.*\).*}"/>
<statementContext id="nojbosslog" regexp="^if \(super.logger.*\).*}"/>
-->
</ant:clover-setup>
</postGoal>
</project> </project>