Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 59332 invoked from network); 9 Dec 2003 14:17:16 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 9 Dec 2003 14:17:16 -0000 Received: (qmail 2529 invoked by uid 500); 9 Dec 2003 14:17:12 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 2227 invoked by uid 500); 9 Dec 2003 14:17:10 -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 2207 invoked by uid 500); 9 Dec 2003 14:17:09 -0000 Received: (qmail 2204 invoked from network); 9 Dec 2003 14:17:09 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 9 Dec 2003 14:17:09 -0000 Received: (qmail 59298 invoked by uid 1694); 9 Dec 2003 14:17:12 -0000 Date: 9 Dec 2003 14:17:12 -0000 Message-ID: <20031209141712.59297.qmail@minotaur.apache.org> From: jhm@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/docs/manual using.html 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 jhm 2003/12/09 06:17:12 Modified: docs/manual using.html Log: Explain order of dependency-check/if-unless-evaluation Revision Changes Path 1.32 +2 -1 ant/docs/manual/using.html Index: using.html =================================================================== RCS file: /home/cvs/ant/docs/manual/using.html,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- using.html 3 Sep 2003 10:03:46 -0000 1.31 +++ using.html 9 Dec 2003 14:17:12 -0000 1.32 @@ -111,6 +111,8 @@ all other targets depend. Make sure that target is always the first one in the depends list of the other targets. In this manual, most initialization targets have the name "init".

+

If the depends attribute and the if/unless attribute are set, the depends attribute is +executed first.

A target has the following attributes:

@@ -543,4 +545,3 @@ - --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org