You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@locus.apache.org on 2000/08/09 11:21:05 UTC

cvs commit: jakarta-ant/docs index.html

bodewig     00/08/09 02:21:05

  Modified:    docs     index.html
  Log:
  Use new Runtime.exec() method of JDK 1.3 instead of antRun if present.
  Submitted by:	Jesse Glick <Je...@netbeans.com>
  
  Revision  Changes    Path
  1.68      +2 -2      jakarta-ant/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/index.html,v
  retrieving revision 1.67
  retrieving revision 1.68
  diff -u -r1.67 -r1.68
  --- index.html	2000/08/07 11:47:11	1.67
  +++ index.html	2000/08/09 09:21:04	1.68
  @@ -1134,7 +1134,7 @@
     <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 @@
       <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>