From 96d032712f9308dbb2556b7301bab15a66415fed Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 16 Nov 2010 15:53:31 +0000 Subject: [PATCH] must have forgotten to commit this git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1035665 13f79535-47bb-0310-9956-ffa450edef68 --- docs/antlibs/index.html | 4 +- docs/antlibs/proper.html | 12 +- docs/antlibs/props/index.html | 4 +- docs/antlibs/sandbox.html | 4 +- docs/antnews.html | 4 +- docs/bylaws.html | 4 +- docs/manual/Tasks/bindtargets.html | 184 ++++++++++++++--------------- docs/manualdownload.html | 4 +- docs/mission.html | 4 +- docs/resources.html | 4 +- xdocs/antlibs/index.xml | 2 +- xdocs/antlibs/proper.xml | 6 +- xdocs/antlibs/props/index.xml | 2 +- xdocs/antlibs/sandbox.xml | 2 +- xdocs/antnews.xml | 2 +- xdocs/bylaws.xml | 2 +- xdocs/manualdownload.xml | 2 +- xdocs/mission.xml | 2 +- xdocs/resources.xml | 2 +- 19 files changed, 125 insertions(+), 125 deletions(-) diff --git a/docs/antlibs/index.html b/docs/antlibs/index.html index 2ccf35562..54839cf22 100644 --- a/docs/antlibs/index.html +++ b/docs/antlibs/index.html @@ -21,7 +21,7 @@ - Apache Ant - The Apache Antࡊ Libraries Subproject + Apache Ant - The Apache Ant™ Libraries Subproject @@ -163,7 +163,7 @@
 
-

The Apache Antࡊ Libraries Subproject

+

The Apache Ant™ Libraries Subproject

The Apache Ant Libraries Subproject diff --git a/docs/antlibs/proper.html b/docs/antlibs/proper.html index 832e3047d..18a17fb7c 100644 --- a/docs/antlibs/proper.html +++ b/docs/antlibs/proper.html @@ -21,7 +21,7 @@ - Apache Ant - Apache Antࡊ Libraries + Apache Ant - Apache Ant™ Libraries @@ -163,15 +163,15 @@
 
-

Apache Antࡊ Libraries

+

Apache Ant™ Libraries

Apache Ant Libraries

- - Apache AntUnitࡊ - Unit Test Framework for Ant Tasks + + Apache AntUnit™ - Unit Test Framework for Ant Tasks

Apache AntUnit borrows ideas from JUnit 3.x and the <junit> task. It provides a task that runs build files as unit tests @@ -251,8 +251,8 @@

- - Apache Compress Antlibࡊ + + Apache Compress Antlib™

The Apache Compress Antlib offers tasks and types for additional archive formats like CPIO and AR supported diff --git a/docs/antlibs/props/index.html b/docs/antlibs/props/index.html index 1c72cf74f..dd751801d 100644 --- a/docs/antlibs/props/index.html +++ b/docs/antlibs/props/index.html @@ -165,8 +165,8 @@

Apache Props Antlib

- - Apache Props Antlibࡊ + + Apache Props Antlib™

This is a library of supplementary handlers for Apache Ant properties resolution.

diff --git a/docs/antlibs/sandbox.html b/docs/antlibs/sandbox.html index 998b09083..d1faf88af 100644 --- a/docs/antlibs/sandbox.html +++ b/docs/antlibs/sandbox.html @@ -21,7 +21,7 @@ - Apache Ant - Apache Antࡊ Libraries - The Sandbox + Apache Ant - Apache Ant™ Libraries - The Sandbox @@ -163,7 +163,7 @@
 
-

Apache Antࡊ Libraries - The Sandbox

+

Apache Ant™ Libraries - The Sandbox

Apache Ant Libraries - The Sandbox diff --git a/docs/antnews.html b/docs/antnews.html index d587bec5e..1d5d64a9c 100644 --- a/docs/antnews.html +++ b/docs/antnews.html @@ -21,7 +21,7 @@ - Apache Ant - Apache Antࡊ Project News + Apache Ant - Apache Ant™ Project News @@ -206,7 +206,7 @@
 
-

Apache Antࡊ Project News

+

Apache Ant™ Project News

Apache Ant 1.8.1 diff --git a/docs/bylaws.html b/docs/bylaws.html index 866d71b65..3ef36a230 100644 --- a/docs/bylaws.html +++ b/docs/bylaws.html @@ -202,8 +202,8 @@

Project Bylaws

- - Apache Antࡊ Project Bylaws + + Apache Ant™ Project Bylaws

This document defines the bylaws under which the Apache Ant project diff --git a/docs/manual/Tasks/bindtargets.html b/docs/manual/Tasks/bindtargets.html index d8374a49c..9fb81b442 100644 --- a/docs/manual/Tasks/bindtargets.html +++ b/docs/manual/Tasks/bindtargets.html @@ -1,92 +1,92 @@ - - - - - - -Bindtargets Task - - - - -

Bindtargets

-

Description

- -

Make some target the extension of some defined -extension point. It will make the -list of targets dependencies of the extension point.

- -

This target is useful when you want to have a target participate to another -build workflow, build workflow which explicitly expose an extension point for -that kind of insertion. But the target to bind and the extension point to -bind to are both declared in some imported build files. Modifying directly the -target dependency graph of these external build files may have a side effect -on some other project which import them. This task helps then to modify the -target dependencies but only in your context. -

- -

Note: this task is quite equivalent to the definition of an intermediate -target which will be the bridge between the target to bind and the extension -point. For instance: -

-
<bindtargets targets="jar,javadoc" extensionPoint="dist" />
-is quite equivalent to: -
<target name="bind-to-dist" depends="jar,javadoc" extensionOf="dist" />
-

-This task basically avoid the creation of a target. -

- -

The bindtargets task may only be used as a top-level task. This means that -it may not be used in a target. This is making the target dependency graph static -and predictable as soon as every build file is loaded.

- -

Since Apache Ant 1.8.2

- -

Parameters

- - - - - - - - - - - - - - - - - - - - - -
AttributeDescriptionRequired
targetsa comma separated list of target names to bind.Yes
extensionPointthe name of the extension point to bind the targets to.Yes
onMissingExtensionPointWhat to do if this target tries to extend a missing - extension-point. ("fail", - "warn", "ignore").No. Defaults to fail
- -

Examples

-
-<bindtargets targets="build-jar,build-src-jar" extensionPoint="dist" />
-
- - - + + + + + + +Bindtargets Task + + + + +

Bindtargets

+

Description

+ +

Make some target the extension of some defined +extension point. It will make the +list of targets dependencies of the extension point.

+ +

This target is useful when you want to have a target participate to another +build workflow, build workflow which explicitly expose an extension point for +that kind of insertion. But the target to bind and the extension point to +bind to are both declared in some imported build files. Modifying directly the +target dependency graph of these external build files may have a side effect +on some other project which import them. This task helps then to modify the +target dependencies but only in your context. +

+ +

Note: this task is quite equivalent to the definition of an intermediate +target which will be the bridge between the target to bind and the extension +point. For instance: +

+
<bindtargets targets="jar,javadoc" extensionPoint="dist" />
+is quite equivalent to: +
<target name="bind-to-dist" depends="jar,javadoc" extensionOf="dist" />
+

+This task basically avoid the creation of a target. +

+ +

The bindtargets task may only be used as a top-level task. This means that +it may not be used in a target. This is making the target dependency graph static +and predictable as soon as every build file is loaded.

+ +

Since Apache Ant 1.8.2

+ +

Parameters

+ + + + + + + + + + + + + + + + + + + + + +
AttributeDescriptionRequired
targetsa comma separated list of target names to bind.Yes
extensionPointthe name of the extension point to bind the targets to.Yes
onMissingExtensionPointWhat to do if this target tries to extend a missing + extension-point. ("fail", + "warn", "ignore").No. Defaults to fail
+ +

Examples

+
+<bindtargets targets="build-jar,build-src-jar" extensionPoint="dist" />
+
+ + + diff --git a/docs/manualdownload.html b/docs/manualdownload.html index cc0d1cb11..a00c6f943 100644 --- a/docs/manualdownload.html +++ b/docs/manualdownload.html @@ -200,8 +200,8 @@

Ant Manual Distributions

- - Downloading Apache Antࡊ's Manual + + Downloading Apache Ant™'s Manual

Apache Ant's manual is part of the binary distribution but is also available as a stand-alone download.

diff --git a/docs/mission.html b/docs/mission.html index 432e812f1..500be78e3 100644 --- a/docs/mission.html +++ b/docs/mission.html @@ -21,7 +21,7 @@ - Apache Ant - Apache Antࡊ Mission + Apache Ant - Apache Ant™ Mission @@ -200,7 +200,7 @@
 
-

Apache Antࡊ Mission

+

Apache Ant™ Mission

Board Resolution diff --git a/docs/resources.html b/docs/resources.html index 75aa13023..c3b8aff74 100644 --- a/docs/resources.html +++ b/docs/resources.html @@ -204,8 +204,8 @@ FAQs

- - At Apache Antࡊ's website + + At Apache Ant™'s website

Starting with the release of Apache Ant 1.4 the Ant's FAQ is bundled with the distribution, the most recent version can diff --git a/xdocs/antlibs/index.xml b/xdocs/antlibs/index.xml index 8ffcc6d01..9952a2070 100644 --- a/xdocs/antlibs/index.xml +++ b/xdocs/antlibs/index.xml @@ -19,7 +19,7 @@ - The Apache Ant&#2122; Libraries Subproject + The Apache Ant&#x2122; Libraries Subproject diff --git a/xdocs/antlibs/proper.xml b/xdocs/antlibs/proper.xml index 126256de1..bc1bbd54f 100644 --- a/xdocs/antlibs/proper.xml +++ b/xdocs/antlibs/proper.xml @@ -19,7 +19,7 @@ - Apache Ant&#2122; Libraries + Apache Ant&#x2122; Libraries @@ -27,7 +27,7 @@

- +

Apache AntUnit borrows ideas from JUnit 3.x and the <junit> task. It provides a task that runs build files as unit tests @@ -67,7 +67,7 @@ - +

The Apache Compress Antlib offers tasks and types for additional archive formats like CPIO and AR supported by Apache diff --git a/xdocs/antlibs/props/index.xml b/xdocs/antlibs/props/index.xml index 9733099f4..39319f032 100644 --- a/xdocs/antlibs/props/index.xml +++ b/xdocs/antlibs/props/index.xml @@ -24,7 +24,7 @@ -

+

This is a library of supplementary handlers for Apache Ant properties resolution.

diff --git a/xdocs/antlibs/sandbox.xml b/xdocs/antlibs/sandbox.xml index 990d68491..d1333c4cb 100644 --- a/xdocs/antlibs/sandbox.xml +++ b/xdocs/antlibs/sandbox.xml @@ -19,7 +19,7 @@ - Apache Ant&#2122; Libraries - The Sandbox + Apache Ant&#x2122; Libraries - The Sandbox diff --git a/xdocs/antnews.xml b/xdocs/antnews.xml index 0103de763..4a238f62b 100644 --- a/xdocs/antnews.xml +++ b/xdocs/antnews.xml @@ -22,7 +22,7 @@ Stefan Bodewig Magesh Umasankar Antoine Levy-Lambert - Apache Ant&#2122; Project News + Apache Ant&#x2122; Project News diff --git a/xdocs/bylaws.xml b/xdocs/bylaws.xml index f008899ae..afe19a08a 100644 --- a/xdocs/bylaws.xml +++ b/xdocs/bylaws.xml @@ -23,7 +23,7 @@ -
+

This document defines the bylaws under which the Apache Ant project operates. It defines the roles and responsibilities of the diff --git a/xdocs/manualdownload.xml b/xdocs/manualdownload.xml index c6c89d376..34ecfd756 100644 --- a/xdocs/manualdownload.xml +++ b/xdocs/manualdownload.xml @@ -24,7 +24,7 @@ -

+

Apache Ant's manual is part of the binary distribution but is also available as a stand-alone download.

diff --git a/xdocs/mission.xml b/xdocs/mission.xml index 3ad79efa3..cd94ce2a3 100644 --- a/xdocs/mission.xml +++ b/xdocs/mission.xml @@ -18,7 +18,7 @@ - Apache Ant&#2122; Mission + Apache Ant&#x2122; Mission Apache Ant PMC diff --git a/xdocs/resources.xml b/xdocs/resources.xml index a9d8eb393..3eb03cc57 100644 --- a/xdocs/resources.xml +++ b/xdocs/resources.xml @@ -23,7 +23,7 @@
- +

Starting with the release of Apache Ant 1.4 the Ant's FAQ is bundled with the distribution, the most recent version can