From 5236b17d095919e3a68d452673297927bf230f8a Mon Sep 17 00:00:00 2001
From: Jan Materne
Date: Tue, 9 Dec 2003 14:17:12 +0000
Subject: [PATCH] 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
---
docs/manual/using.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/manual/using.html b/docs/manual/using.html
index e49be65a3..1889e9d32 100644
--- a/docs/manual/using.html
+++ b/docs/manual/using.html
@@ -111,6 +111,8 @@ href="CoreTasks/tstamp.html">tstamp tasks in a so-called
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 @@ Reserved.