From d483cb49e91fdd57891c87a747269187f24fd1c4 Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Thu, 7 Dec 2000 11:58:09 +0000 Subject: [PATCH] oops missed some documetnation submitted by Jose Alberto Fernandez git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268326 13f79535-47bb-0310-9956-ffa450edef68 --- docs/index.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 37e1b262f..d8915dafd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2043,6 +2043,12 @@ systems.

returncode other than 0. No + + newenvironment + Do not propagate old environment when new environment + variables are specified. + No, default is false +

Examples

@@ -2161,6 +2167,12 @@ command. At least one nested <fileset> is required.

returncode other than 0. No + + newenvironment + Do not propagate old environment when new environment + variables are specified. + No, default is false + parallel Run the command only once, appending all files as @@ -3833,7 +3845,7 @@ resource) in the project.

property cannot be set, and will be ignored. This means that properties set outside the current project always override the properties of the current project.

-

There are four ways to set properties:

+

There are five ways to set properties:

  • By supplying both the name and value attribute.
  • By supplying both the name and refid attribute.
  • @@ -3843,6 +3855,9 @@ project.

  • By setting the resource attribute with the resource name of the property file to load. This property file has the format as defined by the file used in the class java.util.Properties.
  • +
  • By setting the environment attribute with a prefix to use. + Properties will be defined for every environment variable by + prefixing the suplied name and a period to the name of the variable.

Although combinations of the three ways are possible, only one should be used at a time. Problems might occur with the order in which properties are set, for