diff --git a/docs/manual/CoreTasks/subant.html b/docs/manual/CoreTasks/subant.html index 36c00ba63..e25ac3405 100644 --- a/docs/manual/CoreTasks/subant.html +++ b/docs/manual/CoreTasks/subant.html @@ -18,6 +18,7 @@ Subant Task +
Calls a given target for all defined sub-builds. @@ -46,13 +47,13 @@

- Calls a given target for all defined sub-builds. This is an extension - of ant for bulk project execution. - - This task must no be used outside of a - target if it invokes the same build file it is - part of. + Calls a given target for all defined sub-builds. + This is an extension + of ant for bulk project execution. + This task must no be used outside of a + target if it invokes the same build file it is + part of.

@@ -73,7 +74,7 @@ with different base directories, use the genericantfile attribute
  • if you want to run directory1/mybuild.xml, directory2/mybuild.xml, ...., - use the antfile attribute. The subant task does not set the base directory for you in this case.
    because you can specify it in each build file. + use the antfile attribute. The subant task does not set the base directory for you in this case, because you can specify it in each build file.
  • @@ -85,6 +86,10 @@
    + + + + @@ -251,10 +256,8 @@
     
    Adds a directory set to the implicit build path.

    Note that the directories will be added to the build path in no particular order, so if order is significant, one should use a file list instead! - - - Note that the directories will be added to the build path in no particular order, so if order is significant, one should use a file list instead!]]> - + +

    @@ -268,10 +271,8 @@
    Adds an ordered file list to the implicit build path.

    Note that contrary to file and directory sets, file lists can reference non-existent files or directories! - - - Note that contrary to file and directory sets, file lists can reference non-existent files or directories!]]> - + +

    @@ -285,10 +286,8 @@
    Adds a file set to the implicit build path.

    Note that the directories will be added to the build path in no particular order, so if order is significant, one should use a file list instead! - - - Note that the directories will be added to the build path in no particular order, so if order is significant, one should use a file list instead!]]> - + +

    @@ -302,10 +301,8 @@
    Corresponds to <ant>'s nested <property> element. -<ant>'s nested <property> element.]]> - - <ant>'s nested <property> element.]]> - + +
    @@ -319,27 +316,8 @@
    Corresponds to <ant>'s nested <propertyset> element. -<ant>'s nested <propertyset> element.]]> - - <ant>'s nested <propertyset> element.]]> - - -
    - - - - - - -
     
    - - reference (org.apache.tools.ant.taskdefs.Ant.Reference) -
    - Corresponds to <ant>'s nested <reference> element. -<ant>'s nested <reference> element.]]> - - <ant>'s nested <reference> element.]]> - + +
    @@ -353,10 +331,8 @@
    Creates a nested build path, and add it to the implicit build path. - - - - + +
    @@ -370,10 +346,8 @@
    Creates a nested <buildpathelement>, and add it to the implicit build path. -<buildpathelement>, and add it to the implicit build path.]]> - - <buildpathelement>, and add it to the implicit build path.]]> - + +
    diff --git a/proposal/xdocs/src/org/apache/tools/ant/taskdefs/SubAnt.xml b/proposal/xdocs/src/org/apache/tools/ant/taskdefs/SubAnt.xml index 61a14a5c5..6a268f0af 100644 --- a/proposal/xdocs/src/org/apache/tools/ant/taskdefs/SubAnt.xml +++ b/proposal/xdocs/src/org/apache/tools/ant/taskdefs/SubAnt.xml @@ -1,12 +1,13 @@

    - EXPERIMENTAL: This task is experimental and may be under continual - change till Ant1.6 ships; it may even be omitted from the product. -

    -

    - Calls a given target for all defined sub-builds. This is an extension - of ant for bulk project execution. + Calls a given target for all defined sub-builds. + This is an extension + of ant for bulk project execution. + + This task must no be used outside of a + target if it invokes the same build file it is + part of.

    @@ -19,7 +20,7 @@ with different base directories, use the genericantfile attribute

  • if you want to run directory1/mybuild.xml, directory2/mybuild.xml, ...., - use the antfile attribute. The subant task does not set the base directory for you in this case.
    because you can specify it in each build file. + use the antfile attribute. The subant task does not set the base directory for you in this case, because you can specify it in each build file.