Browse Source

Use new Runtime.exec() method of JDK 1.3 instead of antRun if present.

Submitted by:	Jesse Glick <Jesse.Glick@netbeans.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267902 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 25 years ago
parent
commit
92ba08996f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/index.html

+ 2
- 2
docs/index.html View File

@@ -1134,7 +1134,7 @@ systems.</p>
<tr>
<td valign="top">dir</td>
<td valign="top">the directory in which the command should be executed.</td>
<td align="center" valign="top">Yes</td>
<td align="center" valign="top">No</td>
</tr>
<tr>
<td valign="top">os</td>
@@ -1146,7 +1146,7 @@ systems.</p>
<td valign="top">output</td>
<td valign="top">the file to which the output of the command should be
redirected.</td>
<td align="center" valign="top">Yes</td>
<td align="center" valign="top">No</td>
</tr>
<tr>
<td valign="top">failonerror</td>


Loading…
Cancel
Save