In our development environment We have more an more build scripts for ant to perform the build tasks for several different build jobs.
These build scripts becomes sometimes large and does a lot of things and basically is source code it self.
So in a "TDD-world" we should have unit tests and coverage reports for the source code.
I found AntUnit and BuildFileTest.java for doing unit tests. But it would also be interesting to know the code coverage of those unit tests.
I have been searching google, but have not found anything. Does anyone know of code coverage tool for Ant build scripts?