On Sun, May 11, 2014 at 7:56 PM, Stefan Bodewig <bode...@apache.org> wrote: >> I need to figure out a way to get a list of the java files in my >> structure and then delete the corresponding class files.
Just be aware/remember that it's not 1-to-1, i.e. a single .java can generate more than on .class file, because of inner and anonymous classes (MyClass$1.class for first anon class, MyClass$Inner.class for Inner class, etc...). --DD --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org