Changeset 97
- Timestamp:
- 07/14/06 12:48:25 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.2/docs/phing_guide/book/chapters/appendixes/AppendixB-CoreTasks.html
r88 r97 674 674 <h2><a name="ExitTask"></a>ExitTask</h2> 675 675 <p> 676 Causes the current build script execution to fail and the script to exit with an (optional) error message.676 Causes the current build script execution to fail and the script to exit with an (optional) error message. 677 677 </p> 678 678 <h3>Example</h3> … … 714 714 </tr> 715 715 <tr> 716 <td height="35">os</td>716 <td>unless</td> 717 717 <td>String</td> 718 718 <td> Name of property that must <em>not</em> be set in order for script to exit.</td> trunk/docs/phing_guide/book/chapters/appendixes/AppendixB-CoreTasks.html
r86 r97 674 674 <h2><a name="ExitTask"></a>ExitTask</h2> 675 675 <p> 676 Causes the current build script execution to fail and the script to exit with an (optional) error message.676 Causes the current build script execution to fail and the script to exit with an (optional) error message. 677 677 </p> 678 678 <h3>Example</h3> … … 714 714 </tr> 715 715 <tr> 716 <td height="35">os</td>716 <td>unless</td> 717 717 <td>String</td> 718 718 <td> Name of property that must <em>not</em> be set in order for script to exit.</td>
