Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 67824 invoked from network); 13 Oct 2003 16:02:34 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 13 Oct 2003 16:02:34 -0000 Received: (qmail 42764 invoked by uid 500); 13 Oct 2003 16:02:25 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 42709 invoked by uid 500); 13 Oct 2003 16:02:24 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 42696 invoked from network); 13 Oct 2003 16:02:24 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 13 Oct 2003 16:02:24 -0000 Received: (qmail 11862 invoked by uid 50); 13 Oct 2003 16:05:30 -0000 Date: 13 Oct 2003 16:05:30 -0000 Message-ID: <20031013160530.11861.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@ant.apache.org Cc: Subject: DO NOT REPLY [Bug 23785] New: - [patch] Having execute a nested if the target is out of date X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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=23785 [patch] Having execute a nested if the target is out of date Summary: [patch] Having execute a nested if the target is out of date Product: Ant Version: 1.7Alpha (nightly) Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Core tasks AssignedTo: dev@ant.apache.org ReportedBy: pdmclach1@msn.com Basically, I've added the capability for to have a nested task that only gets executed if the targets are out of date. At present I have to create a whole other to do the dependency check so that the primary target and have an unless="blah.uptodate". This would make my ant script have fewer 'unnecessary' targets & seems like a good idea. (To me, anyway). Apprently ant-contrib has this already. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org