My 2 cents, 

> 
> * Synchronize Maven (project.xml) and Ant (build.xml).
> Proposed fix: Add jcoverage test coverage to build.xml. (I 
> have EMMA test coverage with Ant locally). This might imply 
> adding jcoverage jars to a lib dir.

To simplify your devs,

- You can generate a minimal build.xml from maven with the ant plugin :
        http://maven.apache.org/reference/plugins/ant/

- You can use the jcoverage report in maven :
        http://maven.apache.org/reference/plugins/jcoverage/

Arnaud




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to