bodewig 02/01/29 08:47:32
Modified: docs/manual/CoreTasks apply.html exec.html java.html
docs/manual/OptionalTasks junit.html
Log:
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.
Revision Changes Path
1.12 +1 -4 jakarta-ant/docs/manual/CoreTasks/apply.html
Index: apply.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/apply.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- apply.html 10 Jan 2002 08:48:29 -0000 1.11
+++ apply.html 29 Jan 2002 16:47:32 -0000 1.12
@@ -152,9 +152,6 @@
<p>It is possible to specify environment variables to pass to the
system command via nested <code><env></code> elements. See the
description in the section about <a href="exec.html#env">exec</a></p>
-<p>Please note that the environment of the current Ant process is
-<b>not</b> passed to the system command if you specify variables using
-<code><env></code>.</p>
<h3>Examples</h3>
<blockquote><pre>
<apply executable="ls" >
@@ -199,7 +196,7 @@
<code>.o</code>, replacing TARGETFILE with the absolute filename of
the <code>.o</code> and SOURCEFILE with the absolute name of the
<code>.c</code> file.</p>
-<hr><p align="center">Copyright © 2001 Apache Software Foundation. All
rights
+<hr><p align="center">Copyright © 2001-2002 Apache Software Foundation.
All rights
Reserved.</p>
</body>
1.12 +1 -4 jakarta-ant/docs/manual/CoreTasks/exec.html
Index: exec.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/exec.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- exec.html 10 Jan 2002 08:48:29 -0000 1.11
+++ exec.html 29 Jan 2002 16:47:32 -0000 1.12
@@ -107,9 +107,6 @@
<h4><a name="env">env</a></h4>
<p>It is possible to specify environment variables to pass to the
system command via nested <code><env></code> elements.</p>
-<p>Please note that the environment of the current Ant process is
-<b>not</b> passed to the system command if you specify variables using
-<code><env></code>.</p>
<table border="1" cellpadding="2" cellspacing="0">
<tr>
<td valign="top"><b>Attribute</b></td>
@@ -166,7 +163,7 @@
value of the execution will be "-1", which will halt the build if
<tt>failonerror=true</tt>, but be ignored otherwise.
<hr>
-<p align="center">Copyright © 2001 Apache Software Foundation. All
rights
+<p align="center">Copyright © 2001-2002 Apache Software Foundation. All
rights
Reserved.</p>
</body>
1.9 +0 -3 jakarta-ant/docs/manual/CoreTasks/java.html
Index: java.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/java.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- java.html 29 Jan 2002 16:20:20 -0000 1.8
+++ java.html 29 Jan 2002 16:47:32 -0000 1.9
@@ -122,9 +122,6 @@
<p>It is possible to specify environment variables to pass to the
forked VM via nested <i>env</i> elements. See the description in the
section about <a href="exec.html#env">exec</a></p>
-<p>Please note that the environment of the current Ant process is
-<b>not</b> passed to the forked VM if you specify variables using
-<i>env</i>.</p>
<p>Settings will be ignored if fork is disabled.</p>
<h3>Examples</h3>
<pre>
1.12 +0 -4 jakarta-ant/docs/manual/OptionalTasks/junit.html
Index: junit.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/junit.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- junit.html 29 Jan 2002 16:35:46 -0000 1.11
+++ junit.html 29 Jan 2002 16:47:32 -0000 1.12
@@ -148,10 +148,6 @@
description in the section about
<a href="../CoreTasks/exec.html#env">exec</a></p>
-<p>Please note that the environment of the current Ant process is
-<b>not</b> passed to the forked VM if you specify variables using
-<code><env></code>.</p>
-
<p>Settings will be ignored if fork is disabled.</p>
<h4>formatter</h4>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>