donaldp 00/12/07 03:58:11
Modified: docs index.html
Log:
oops missed some documetnation submitted by Jose Alberto Fernandez <[EMAIL
PROTECTED]>
Revision Changes Path
1.169 +17 -2 jakarta-ant/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/index.html,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- index.html 2000/12/06 00:25:11 1.168
+++ index.html 2000/12/07 11:58:09 1.169
@@ -29,7 +29,7 @@
</ul>
<p>Version: @VERSION@</p>
-<p>$Id: index.html,v 1.168 2000/12/06 00:25:11 jon Exp $</p>
+<p>$Id: index.html,v 1.169 2000/12/07 11:58:09 donaldp Exp $</p>
<hr>
<h2>Table of Contents</h2>
@@ -2043,6 +2043,12 @@
returncode other than 0.</td>
<td align="center" valign="top">No</td>
</tr>
+ <tr>
+ <td valign="top">newenvironment</td>
+ <td valign="top">Do not propagate old environment when new environment
+ variables are specified.</td>
+ <td align="center" valign="top">No, default is <em>false</em></td>
+ </tr>
</table>
<h3>Examples</h3>
<blockquote>
@@ -2162,6 +2168,12 @@
<td align="center" valign="top">No</td>
</tr>
<tr>
+ <td valign="top">newenvironment</td>
+ <td valign="top">Do not propagate old environment when new environment
+ variables are specified.</td>
+ <td align="center" valign="top">No, default is <em>false</em></td>
+ </tr>
+ <tr>
<td valign="top">parallel</td>
<td valign="top">Run the command only once, appending all files as
arguments. Defaults to true. If false, command will be executed
@@ -3833,7 +3845,7 @@
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.</p>
-<p>There are four ways to set properties:</p>
+<p>There are five ways to set properties:</p>
<ul>
<li>By supplying both the <i>name</i> and <i>value</i> attribute.</li>
<li>By supplying both the <i>name</i> and <i>refid</i> attribute.</li>
@@ -3843,6 +3855,9 @@
<li>By setting the <i>resource</i> 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.</li>
+ <li>By setting the <i>environment</i> 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.</li>
</ul>
<p>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