Browse Source

Explain order of dependency-check/if-unless-evaluation

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275761 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 21 years ago
parent
commit
5236b17d09
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      docs/manual/using.html

+ 2
- 1
docs/manual/using.html View File

@@ -111,6 +111,8 @@ href="CoreTasks/tstamp.html">tstamp</a> tasks in a so-called
all other targets depend. Make sure that target is always the first one in 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 the depends list of the other targets. In this manual, most initialization targets
have the name <code>&quot;init&quot;</code>.</p> have the name <code>&quot;init&quot;</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> <p>A target has the following attributes:</p>
<table border="1" cellpadding="2" cellspacing="0"> <table border="1" cellpadding="2" cellspacing="0">
<tr> <tr>
@@ -543,4 +545,3 @@ Reserved.</p>


</body> </body>
</html> </html>


Loading…
Cancel
Save