Although it should not be a problem, I want to exclude everything except *.java files from my
Ant build targets. But when I
test using ant -v I can see that every single file in the directory tree is being tested and all except *.java files are being skipped as Ant don't know how to handle them.
The problem is probably simple to solve but given my very short experience with Ant (less than two days) I haven't been able to figure it out myself, despite a massive amount of searching.
As you can see from the build.xml file, my project is split across three packages which depend on each other.