Hi Bill, Thanks for your reply. I've now found the output.
Incidentally, the API subproject's build.properties has:
temp.dir = ${basedir}/temp
test.reports.dir = ${temp.dir}/tests/reports
but the tomahawk subproject's build.properties has:
tests.dir = ${build.dir}/tests
test.reports.dir = ${tests.dir}/reports
This causes API reports in
build/temp/tests/reports
but tomahawk reports in
build/tests/reports
That's no big deal though, now I know where to look.
Regards,
Simon
