Is there a way to get Ant to compile a single .java file, rather than have
to re-compile all the changed files in the project?
So if I have foo.java and bar.java. I edit both but I only want to compile
foo.java. I can do this using ant by having a foo.java target and a bar.java
and then doing ant [bar.java|foo.java]. But suppose the project has a 100
files. I don't want to write a build.xml with a hundred targets. Is there a
way of generalising ant to handle this?
Kevin Jones
DevelopMentor
www.develop.com