Hi,

I would say that it depends on the tasks you are using. A few examples :
- for <javac>, you can use <depend> to check dependency
- for <copy>, by default only newer files are copied
....

You can always use <uptodate>, if/unless in <target> and other tools to do your own up to date tests.

Which tasks are you considering to use ?

Nicolas

[EMAIL PROTECTED] wrote:

Hello folks,
I am not sure you can do this in Ant but anyway i am asking the question:
-Is there a way to perform incremental builds using ant scripts, i.e build only 
what has changed?
If so does it rely on some manual-scripts-timestamp-moulinette or is there a 
smarter manner to do so?
Thanks for any help.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to