Browse Source

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
master
Stefan Bodewig 23 years ago
parent
commit
17208490a1
4 changed files with 2 additions and 15 deletions
  1. +1
    -4
      docs/manual/CoreTasks/apply.html
  2. +1
    -4
      docs/manual/CoreTasks/exec.html
  3. +0
    -3
      docs/manual/CoreTasks/java.html
  4. +0
    -4
      docs/manual/OptionalTasks/junit.html

+ 1
- 4
docs/manual/CoreTasks/apply.html View File

@@ -152,9 +152,6 @@ attribute.</p>
<p>It is possible to specify environment variables to pass to the
system command via nested <code>&lt;env&gt;</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>&lt;env&gt;</code>.</p>
<h3>Examples</h3>
<blockquote><pre>
&lt;apply executable=&quot;ls&quot; &gt;
@@ -199,7 +196,7 @@ of all files separated by spaces.</p>
<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 &copy; 2001 Apache Software Foundation. All rights
<hr><p align="center">Copyright &copy; 2001-2002 Apache Software Foundation. All rights
Reserved.</p>

</body>


+ 1
- 4
docs/manual/CoreTasks/exec.html View File

@@ -107,9 +107,6 @@ href="../using.html#arg">Command line arguments</a>.</p>
<h4><a name="env">env</a></h4>
<p>It is possible to specify environment variables to pass to the
system command via nested <code>&lt;env&gt;</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>&lt;env&gt;</code>.</p>
<table border="1" cellpadding="2" cellspacing="0">
<tr>
<td valign="top"><b>Attribute</b></td>
@@ -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
<tt>failonerror=true</tt>, but be ignored otherwise.
<hr>
<p align="center">Copyright &copy; 2001 Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2001-2002 Apache Software Foundation. All rights
Reserved.</p>

</body>


+ 0
- 3
docs/manual/CoreTasks/java.html View File

@@ -122,9 +122,6 @@ href="../using.html#path">PATH like structure</a> and can also be set via a nest
<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>


+ 0
- 4
docs/manual/OptionalTasks/junit.html View File

@@ -148,10 +148,6 @@ forked VM via nested <code>&lt;env&gt;</code> elements. See the
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>&lt;env&gt;</code>.</p>

<p>Settings will be ignored if fork is disabled.</p>

<h4>formatter</h4>


Loading…
Cancel
Save