Hi all,
how can I prevent Ant to process a task if a source file is older than the current target.
For example, I created a javacc file MyParser.jj and there is no need for javacc to re-generate the file MyParser.java as long as the MyParser.jj is older than MyParser.java.
Thanks