tags:

views:

33

answers:

0

I keep my java files in non-standard places, e.g. class p1.p2.cl resides in file src/p2/cl.java, not src/p1/p2/cl.java. How to code javac ant task so that unmodified files would not recompile each time?

thanks, Alexei