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 @@
- 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 @@ -85,6 +86,10 @@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.@@ -268,10 +271,8 @@
@@ -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!]]> - + +
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!]]> - + +
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!]]> - + +
Corresponds to<ant>
's nested<property>
element. -<ant>'s nested -<property>
element.]]>- <ant>'s nested + +<property>
element.]]> -
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 |
Creates a nested build path, and add it to the implicit build path. -- - - + +
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.]]> - + +
- 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
directory1/mybuild.xml
, directory2/mybuild.xml
, ....
,
- use the antfile attribute. The subant task does not set the base directory for you in this case.