Nicolas,
As a matter of fact i am using <javac> and <exec> with some specific compilers 
for non-java code.

-----Original Message-----
From: Nicolas Vervelle [mailto:[EMAIL PROTECTED]
Sent: Thu 9/15/2005 10:04 AM
To: Ant Users List
Subject: Re: incremental builds
 
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]




This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise private information.  If you have received it in 
error, please notify the sender immediately and delete the original.  Any other 
use of the email by you is prohibited.

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

Reply via email to