From 3bf298063bb7102da748df1a44850b029e321763 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Wed, 26 Mar 2003 17:55:37 +0000 Subject: [PATCH] manual insertion of xdocs pages git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274316 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/subant.html | 342 +++++++++++++++++++++++ docs/manual/CoreTasks/whichresource.html | 199 +++++++++++++ 2 files changed, 541 insertions(+) create mode 100644 docs/manual/CoreTasks/subant.html create mode 100644 docs/manual/CoreTasks/whichresource.html diff --git a/docs/manual/CoreTasks/subant.html b/docs/manual/CoreTasks/subant.html new file mode 100644 index 000000000..8461c9df7 --- /dev/null +++ b/docs/manual/CoreTasks/subant.html @@ -0,0 +1,342 @@ + + + + + Subant + Task + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ Subant + Task +
EXPERIMENTAL: This task is experimental and may be under continual change till Ant1.6 ships; it may even be omitted from the product. +
+ + + Apache Ant + +
+
+ + + + + + + + + + +
 
+ + + Description +
+ 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. +

+ + + + + + + + + + +
 
+ + + Parameters +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Attribute + + Description + + Type +
+ antfile + + + Sets the default build file name to append to directory names found in the build path -default "build.xml" + + + String +
+ buildpath + + + Set the buildpath to be used to find sub-projects. + + + Path +
+ buildpathref + + + Buildpath to use, by reference. + + + Reference +
+ failonerror + + + Sets whether to fail with a build exception on error, or go on. + + + boolean +
+ inheritall + + + Corresponds to <ant>'s inheritall attribute. + + + boolean +
+ inheritrefs + + + Corresponds to <ant>'s inheritrefs attribute. + + + boolean +
+ target + + + + + String +
+
+ + + + + + + + + + +
 
+ + + Parameters as nested elements +
+ + + + + +
 
+ + dirset (org.apache.tools.ant.types.DirSet) +
+ 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!]]> + + +

+ + + + + + +
 
+ + filelist (org.apache.tools.ant.types.FileList) +
+ 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-existen]]>]]> + + +

+ + + + + + +
 
+ + fileset (org.apache.tools.ant.types.FileSet) +
+ 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!]]> + + +

+ + + + + + +
 
+ + property (org.apache.tools.ant.taskdefs.Property) +
+ Corresponds to <ant>'s nested <property> element. +<ant>'s nested <property> element.]]> + + <ant>'s nested <property> 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.]]> + + +
+ + + + + + +
 
+ + buildpath (org.apache.tools.ant.types.Path) +
+ Creates a nested build path, and add it to the implicit build path. + + + + + +
+ + + + + + +
 
+ + buildpathelement (org.apache.tools.ant.types.Path.PathElement) +
+ 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.]]> + + +
+ + +
+ + + +
+
+
+
+ Copyright © 2000-2003, Apache Software Foundation +
+
+ + + diff --git a/docs/manual/CoreTasks/whichresource.html b/docs/manual/CoreTasks/whichresource.html new file mode 100644 index 000000000..5e80c494e --- /dev/null +++ b/docs/manual/CoreTasks/whichresource.html @@ -0,0 +1,199 @@ + + + + + Whichresource + Task + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ Whichresource + Task +
Find a class or resource on the supplied classpath, or the system classpath if none is supplied. +
+ + + Apache Ant + +
+
+ + + + + + + + + + +
 
+ + + Description +
+ Find a class or resource on the supplied classpath, or the system classpath if none is supplied. The named property is set if the item can be found. For example
 <whichresource resource="/log4j.properties" property="log4j.url" > 
+
+ + + + + + + + + + +
 
+ + + Parameters +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Attribute + + Description + + Type +
+ class + + + name the class to look for + + + String +
+ classpath + + + Set the classpath to be used for this compilation. + + + Path +
+ property + + + the property to fill with the URL of the resource or class + + + String +
+ resource + + + name the resource to look for + + + String +
+
+ + + + + + + + + + +
 
+ + + Parameters as nested elements +
+ + + + + +
 
+ + classpath (org.apache.tools.ant.types.Path) +
+ Adds a path to the classpath. + + + + + +
+ + +
+ + + +
+
+
+
+ Copyright © 2000-2003, Apache Software Foundation +
+
+ + +