Conditional Compilation
Conditional Compilation
(OP)
Hi,
My ANT is compiling all sub-projects every time the parent project changes.
How can I tell the <target> of the sub-project to only compile if at least one of the source files is newer that the output file?
Thanks,
//Agroni
My ANT is compiling all sub-projects every time the parent project changes.
How can I tell the <target> of the sub-project to only compile if at least one of the source files is newer that the output file?
Thanks,
//Agroni