Hi!
I'm trying to build an Java version but the following error appears!
BUILD FAILED
/home/rodrigo/temp/MutationFinder/java/ant/build.xml:250: /data/toolrepository/cobertura-1.7 not found.
It seems that /data/toolrepository/cobertura-1.7 is necessary ...
It is correct?
Logged In: YES
user_id=1788372
Originator: NO
Thanks for pointing this out. A simple edit to the build.xml file will fix this. In the build target change "test.all" to "test.unit" This will still run the unit tests during the build, but will not compute code coverage using Cobertura. This flag was left on accidentally. We will make this change in the download in the future.
The build target should now look like the following:
<target name="build" depends="clean,compile,test.unit,package-project"/>
Alternatively, you can download Cobertura (http://cobertura.sourceforge.net/) and adjust the cobertura.dir property according to your system and that should fix things as well.
Logged In: YES
user_id=1312539
Originator: NO
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).