|
@@ -10,7 +10,7 @@ |
|
|
<h2><a name="property">Property</a></h2> |
|
|
<h2><a name="property">Property</a></h2> |
|
|
<h3>Description</h3> |
|
|
<h3>Description</h3> |
|
|
<p>Sets a property (by name and value), or set of properties (from file or |
|
|
<p>Sets a property (by name and value), or set of properties (from file or |
|
|
resource) in the project.</p> |
|
|
|
|
|
|
|
|
resource) in the project. Properties are case sensitive.</p> |
|
|
<p>When a property was set by the user, or was a property in a parent project |
|
|
<p>When a property was set by the user, or was a property in a parent project |
|
|
(that started this project with the <a href="ant.html">ant task</a>), then this |
|
|
(that started this project with the <a href="ant.html">ant task</a>), then this |
|
|
property cannot be set, and will be ignored. This means that properties set |
|
|
property cannot be set, and will be ignored. This means that properties set |
|
@@ -90,7 +90,11 @@ href="../using.html#built-in-props">here</a>.</p> |
|
|
allow access of environment variables through "myenv.PATH" and |
|
|
allow access of environment variables through "myenv.PATH" and |
|
|
"myenv.TERM". This functionality is currently only implemented |
|
|
"myenv.TERM". This functionality is currently only implemented |
|
|
on select platforms. Feel free to send patches to increase the number of platforms |
|
|
on select platforms. Feel free to send patches to increase the number of platforms |
|
|
this functionality is supported on ;)</td> |
|
|
|
|
|
|
|
|
this functionality is supported on ;).<br> |
|
|
|
|
|
Note also that properties are case sensitive, even if the |
|
|
|
|
|
environment variables on your operating system are not, e.g. it |
|
|
|
|
|
will be ${env.Path} not ${env.PATH} on Windows 2000.</td> |
|
|
|
|
|
|
|
|
</tr> |
|
|
</tr> |
|
|
<tr> |
|
|
<tr> |
|
|
<td valign="top">classpath</td> |
|
|
<td valign="top">classpath</td> |
|
|