Attempting to build the "generate-reports" ant target results in the below error. This error is reproducible on both Linux & Windows environments by attempting to run "ant -f tests\integration\build.xml generate-reports" from the TestCaseGenerator.tool directory. The ant file appears to be looking for cobertura in the integration\export\shared\cobertura directory, which does exist, but it does not appear to be found by the ant script for an unknown reason.
BUILD FAILED
/home/user/TestCaseGenerator.tool/tests/integration/build.xml:110: Problem: failed to create task or type cobertura-report
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.