Hello
I would like to move some of the compiled classes to another directory. Thereby I have the following problem After running java:compile I use ant:move to move away some class files. This works but when I rerun java:compile the class files which have been moved away are not recompiled?! Any hints?? Thank you
