antoine 2003/07/30 03:19:56
Modified: docs/manual/CoreTasks exec.html
Log:
added precisions regarding the executable attribute in the <exec/> task
Revision Changes Path
1.29 +8 -1 ant/docs/manual/CoreTasks/exec.html
Index: exec.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/exec.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- exec.html 28 Jul 2003 10:39:31 -0000 1.28
+++ exec.html 30 Jul 2003 10:19:56 -0000 1.29
@@ -44,7 +44,14 @@
<tr>
<td valign="top">executable</td>
<td valign="top">the command to execute without any command line
- arguments.</td>
+ 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>
</tr>
<tr>
<td valign="top">dir</td>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]