You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/01/18 15:59:41 UTC

DO NOT REPLY [Bug 4937] - Checkpoints for builds

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4937>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4937

Checkpoints for builds

conor@cortexebusiness.com.au changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From conor@cortexebusiness.com.au  2003-01-18 14:59 -------
I don't see Ant providing checkpoints. As the others have suggested, the best
idea is to design your buildfile to only perform the necessary tasks. Most tasks
include some form of dependency check so they only do the minimum amount of work
necessary. The <uptodate> and <dependset> tasks can be used to manage more
arbitrary dependencies across tasks.

I'm going to makr as WONTFIX.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>