Browse Source

roll-back wrong change concerning executable attribute

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274990 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 22 years ago
parent
commit
27b47d055f
1 changed files with 1 additions and 8 deletions
  1. +1
    -8
      docs/manual/CoreTasks/exec.html

+ 1
- 8
docs/manual/CoreTasks/exec.html View File

@@ -44,14 +44,7 @@ Notes</i>).
<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>


Loading…
Cancel
Save