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 <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>
@@ -543,4 +545,3 @@
</body>
</html>
-
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]