jhm 2003/12/09 06:19:35
Modified: docs/manual Tag: ANT_16_BRANCH using.html
Log:
Sync with Head. Explain order of dependency-check/if-unless-evaluation
Revision Changes Path
No revision
No revision
1.31.2.2 +2 -1 ant/docs/manual/using.html
Index: using.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/using.html,v
retrieving revision 1.31.2.1
retrieving revision 1.31.2.2
diff -u -r1.31.2.1 -r1.31.2.2
--- using.html 9 Oct 2003 21:01:14 -0000 1.31.2.1
+++ using.html 9 Dec 2003 14:19:35 -0000 1.31.2.2
@@ -112,6 +112,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 <code>"init"</code>.</p>
+<p>If the depends attribute and the if/unless attribute are set, the depends
attribute is
+executed first.</p>
<p>A target has the following attributes:</p>
<table border="1" cellpadding="2" cellspacing="0">
<tr>
@@ -544,4 +546,3 @@
</body>
</html>
-
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]