Changeset 104
- Timestamp:
- 08/09/06 16:44:06 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.2/classes/phing/tasks/system/ExecTask.php
r59 r104 191 191 192 192 /** 193 * Specify the worki gndirectory for executing this command.193 * Specify the working directory for executing this command. 194 194 * @param PhingFile $dir 195 195 */ branches/2.2/docs/phing_guide/book/chapters/appendixes/AppendixB-CoreTasks.html
r103 r104 652 652 653 653 <-- 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" /> 656 655 </pre> 657 656 <h3>Attributes</h3> … … 679 678 <td> The directory the command is to be executed in. </td> 680 679 <td>n/a</td> 681 <td> Yes</td>680 <td>No</td> 682 681 </tr> 683 682 <tr>
