Changeset 104

Show
Ignore:
Timestamp:
08/09/06 16:44:06 (2 years ago)
Author:
rob
Message:

Documentation updates:

  • Typo fix in the api documentation for ExecTask
  • Phing guide - typo fix in the example, changed the dir property required = No
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.2/classes/phing/tasks/system/ExecTask.php

    r59 r104  
    191191     
    192192    /** 
    193      * Specify the workign directory for executing this command. 
     193     * Specify the working directory for executing this command. 
    194194     * @param PhingFile $dir 
    195195     */ 
  • branches/2.2/docs/phing_guide/book/chapters/appendixes/AppendixB-CoreTasks.html

    r103 r104  
    652652 
    653653<-- List the contents of "/tmp" out to a file. --> 
    654 <exec command="ls -l" "/tmp > foo.out" escape="false" /> 
    655  
     654<exec command="ls -l /tmp > foo.out" escape="false" /> 
    656655</pre> 
    657656<h3>Attributes</h3> 
     
    679678      <td> The directory the command is to be executed in. </td> 
    680679      <td>n/a</td> 
    681       <td>Yes</td> 
     680      <td>No</td> 
    682681    </tr> 
    683682    <tr>