From 17208490a19e28f648deeb9277c2570b278df48f Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 29 Jan 2002 16:47:32 +0000 Subject: [PATCH] make documentation match the code. The sentence I've removed must be a left-over from the time before the newenvironment attribute has been added. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271002 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/apply.html | 5 +---- docs/manual/CoreTasks/exec.html | 5 +---- docs/manual/CoreTasks/java.html | 3 --- docs/manual/OptionalTasks/junit.html | 4 ---- 4 files changed, 2 insertions(+), 15 deletions(-) diff --git a/docs/manual/CoreTasks/apply.html b/docs/manual/CoreTasks/apply.html index ac81e6df9..ac863e93d 100644 --- a/docs/manual/CoreTasks/apply.html +++ b/docs/manual/CoreTasks/apply.html @@ -152,9 +152,6 @@ attribute.

It is possible to specify environment variables to pass to the system command via nested <env> elements. See the description in the section about exec

-

Please note that the environment of the current Ant process is -not passed to the system command if you specify variables using -<env>.

Examples

 <apply executable="ls" >
@@ -199,7 +196,7 @@ of all files separated by spaces.

.o, replacing TARGETFILE with the absolute filename of the .o and SOURCEFILE with the absolute name of the .c file.

-

Copyright © 2001 Apache Software Foundation. All rights +


Copyright © 2001-2002 Apache Software Foundation. All rights Reserved.

diff --git a/docs/manual/CoreTasks/exec.html b/docs/manual/CoreTasks/exec.html index 287e9c488..1cc4adacd 100644 --- a/docs/manual/CoreTasks/exec.html +++ b/docs/manual/CoreTasks/exec.html @@ -107,9 +107,6 @@ href="../using.html#arg">Command line arguments.

env

It is possible to specify environment variables to pass to the system command via nested <env> elements.

-

Please note that the environment of the current Ant process is -not passed to the system command if you specify variables using -<env>.

@@ -166,7 +163,7 @@ sub process is killed and a message printed to the log. The return value of the execution will be "-1", which will halt the build if failonerror=true, but be ignored otherwise.
-

Copyright © 2001 Apache Software Foundation. All rights +

Copyright © 2001-2002 Apache Software Foundation. All rights Reserved.

diff --git a/docs/manual/CoreTasks/java.html b/docs/manual/CoreTasks/java.html index 3c92b03cb..d66d4bf5a 100644 --- a/docs/manual/CoreTasks/java.html +++ b/docs/manual/CoreTasks/java.html @@ -122,9 +122,6 @@ href="../using.html#path">PATH like structure and can also be set via a nest

It is possible to specify environment variables to pass to the forked VM via nested env elements. See the description in the section about exec

-

Please note that the environment of the current Ant process is -not passed to the forked VM if you specify variables using -env.

Settings will be ignored if fork is disabled.

Examples

  
diff --git a/docs/manual/OptionalTasks/junit.html b/docs/manual/OptionalTasks/junit.html
index 735c2a422..0160f1483 100644
--- a/docs/manual/OptionalTasks/junit.html
+++ b/docs/manual/OptionalTasks/junit.html
@@ -148,10 +148,6 @@ forked VM via nested <env> elements. See the
 description in the section about 
 exec

-

Please note that the environment of the current Ant process is -not passed to the forked VM if you specify variables using -<env>.

-

Settings will be ignored if fork is disabled.

formatter

Attribute