From d291ecb0530e9cae0a12bb68eb203fe41b67c95c Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 11 Jun 2001 13:06:48 +0000 Subject: [PATCH] Minor clarification, removed ', fix typo. Submitted by: Jon Skeet git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269146 13f79535-47bb-0310-9956-ffa450edef68 --- docs/ant2/features.html | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/ant2/features.html b/docs/ant2/features.html index 1d7c18dcf..5cca2568d 100644 --- a/docs/ant2/features.html +++ b/docs/ant2/features.html @@ -65,7 +65,7 @@
  • add scoping rules for properties so that not all of them will be inherited by sub-builds, only those that have been specified explicitly. Fill in details once - they've been sorted out.
  • + they've been sorted out. @@ -97,7 +97,7 @@ Ant. Ant will automatically know all tasks contained in task libraries that have been placed into a special directory - in addition task libraries can be referenced and used in a build file - explicitly. Fill in details once they've been + explicitly. Fill in details once they've been sorted out.

    It has become apparent, that several "aspects" of @@ -111,7 +111,7 @@

    Ant2 will farm out common functionality from tasks into utility classes so that task writers can benefit from a tested and stable - framework - they shouldn't need to deal with existing tasks + framework - they shouldn't need to deal with existing tasks directly (like some tasks "abuse" the <touch> task in Ant1).

    @@ -120,16 +120,16 @@ compile time. Discussions on ant-dev usually talk about "container tasks" in this context.

    -

    The only way to &qout;include" common XML snippets so far +

    The only way to "include" common XML snippets so far has been the usage of external SYSTEM entities, a mechanism that - is tied to DTDs and doesn't mix well with alternative + is tied to DTDs and doesn't mix well with alternative approaches like XML Schema. Ant2 will provide a built-in include mechanism.

    New/Modified Features

    Ant2 will run the build process fully dynamically, which means - that task won't be instantiated before they are actually being run + that task won't be instantiated before they are actually being run and ${} expansion will see the very latest value of a property. It will be possible to reassign values of properties via a built-in task.

    @@ -140,8 +140,8 @@