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-ffa450edef68master
@@ -152,9 +152,6 @@ attribute.</p> | |||||
<p>It is possible to specify environment variables to pass to the | <p>It is possible to specify environment variables to pass to the | ||||
system command via nested <code><env></code> elements. See the | system command via nested <code><env></code> elements. See the | ||||
description in the section about <a href="exec.html#env">exec</a></p> | 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> | <h3>Examples</h3> | ||||
<blockquote><pre> | <blockquote><pre> | ||||
<apply executable="ls" > | <apply executable="ls" > | ||||
@@ -199,7 +196,7 @@ of all files separated by spaces.</p> | |||||
<code>.o</code>, replacing TARGETFILE with the absolute filename of | <code>.o</code>, replacing TARGETFILE with the absolute filename of | ||||
the <code>.o</code> and SOURCEFILE with the absolute name of the | the <code>.o</code> and SOURCEFILE with the absolute name of the | ||||
<code>.c</code> file.</p> | <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> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -107,9 +107,6 @@ href="../using.html#arg">Command line arguments</a>.</p> | |||||
<h4><a name="env">env</a></h4> | <h4><a name="env">env</a></h4> | ||||
<p>It is possible to specify environment variables to pass to the | <p>It is possible to specify environment variables to pass to the | ||||
system command via nested <code><env></code> elements.</p> | 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"> | <table border="1" cellpadding="2" cellspacing="0"> | ||||
<tr> | <tr> | ||||
<td valign="top"><b>Attribute</b></td> | <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 | value of the execution will be "-1", which will halt the build if | ||||
<tt>failonerror=true</tt>, but be ignored otherwise. | <tt>failonerror=true</tt>, but be ignored otherwise. | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001-2002 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -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 | <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 | forked VM via nested <i>env</i> elements. See the description in the | ||||
section about <a href="exec.html#env">exec</a></p> | 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> | <p>Settings will be ignored if fork is disabled.</p> | ||||
<h3>Examples</h3> | <h3>Examples</h3> | ||||
<pre> | <pre> | ||||
@@ -148,10 +148,6 @@ forked VM via nested <code><env></code> elements. See the | |||||
description in the section about | description in the section about | ||||
<a href="../CoreTasks/exec.html#env">exec</a></p> | <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> | <p>Settings will be ignored if fork is disabled.</p> | ||||
<h4>formatter</h4> | <h4>formatter</h4> | ||||