From e09047d73c19c9608d7408f1ba4f2f23ee9d067c Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 31 Oct 2001 07:59:07 +0000 Subject: [PATCH] We seem to agree - at least on small things 8-) git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269844 13f79535-47bb-0310-9956-ffa450edef68 --- docs/ant2/features.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/ant2/features.html b/docs/ant2/features.html index 5cca2568d..4762b58ba 100644 --- a/docs/ant2/features.html +++ b/docs/ant2/features.html @@ -163,6 +163,9 @@ not guarantee this behavior but will allow build file writers to specify the order explicitly. +
  • Dereferencing a non existent property a via ${a} will result + in a build failure.
  • +

    Support Integration of Ant Into Other Tools