antoine 2003/07/30 03:32:43
Modified: docs/manual/CoreTasks exec.html
Log:
roll-back wrong change concerning executable attribute
Revision Changes Path
1.30 +1 -8 ant/docs/manual/CoreTasks/exec.html
Index: exec.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/exec.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- exec.html 30 Jul 2003 10:19:56 -0000 1.29
+++ exec.html 30 Jul 2003 10:32:43 -0000 1.30
@@ -44,14 +44,7 @@
<tr>
<td valign="top">executable</td>
<td valign="top">the command to execute without any command line
- arguments.<br/>
- <i>There is no resolution of this attribute against the build file
location.</i><br/>
- So you can use here :
- <ul>
- <li>the basename of the command if it is in the path (for instance
<code>ls</code>),</li>
- <li>the full path of the command (for instance
<code>/usr/local/bin/emacs</code>),</li>
- <li>a path relative to the running directory of ant.</li>
- </ul></td>
+ arguments.</td>
</tr>
<tr>
<td valign="top">dir</td>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]