Changeset 88
- Timestamp:
- 07/10/06 13:20:52 (2 years ago)
- Files:
-
- branches/2.2/docs/phing_guide/book/chapters/appendixes/AppendixB-CoreTasks.html (modified) (3 diffs)
- branches/2.2/docs/phing_guide/book/chapters/appendixes/AppendixC-OptionalTasks.html (modified) (2 diffs)
- branches/2.2/docs/phing_guide/book/toc/FrameToC.html (modified) (1 diff)
- branches/2.2/docs/phing_guide/book/toc/ToC.html (modified) (1 diff)
- trunk/docs/phing_guide/book/chapters/appendixes/AppendixC-OptionalTasks.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.2/docs/phing_guide/book/chapters/appendixes/AppendixB-CoreTasks.html
r59 r88 778 778 </tbody> 779 779 </table> 780 781 <h2><a name="IncludePathTask"></a>IncludePathTask</h2> 782 <p>Sets the PHP include_path configuration option for the duration of this phing run.</p> 783 <h3>Example</h3> 784 <pre><includepath classpath="new/path/here" /> 785 <includepath classpath="path1:path2" /></pre> 786 <h3>Attributes</h3> 787 <table> 788 <thead> 789 <tr> 790 <th>Name</th> 791 <th>Type</th> 792 <th>Description</th> 793 <th>Default</th> 794 <th>Required</th> 795 </tr> 796 </thead> 797 <tbody> 798 <tr> 799 <td>classpath</td> 800 <td>String</td> 801 <td>the new include path[s]</td> 802 <td>n/a</td> 803 <td>Yes</td> 804 </tr> 805 </tbody> 806 </table> 807 780 808 <h2><a name="InputTask"></a>InputTask</h2> 781 <p> The <em>InputTask</em> can be used to interactively set property values based809 <p>The <em>InputTask</em> can be used to interactively set property values based 782 810 on input from the console (or other Reader).</p> 783 811 <h3>Example</h3> … … 806 834 <td>propertyName</td> 807 835 <td>String</td> 808 <td> The name of the property to set.</td>836 <td>The name of the property to set.</td> 809 837 <td>n/a</td> 810 838 <td>Yes</td> … … 813 841 <td>defaultValue</td> 814 842 <td>String</td> 815 <td> The default value to be set if no new value is provided.</td>843 <td>The default value to be set if no new value is provided.</td> 816 844 <td>n/a</td> 817 845 <td>Yes</td> branches/2.2/docs/phing_guide/book/chapters/appendixes/AppendixC-OptionalTasks.html
r64 r88 132 132 <td>database</td> 133 133 <td>String</td> 134 <td> The location for the coverage database. </td>134 <td>The location for the coverage database. </td> 135 135 <td>coverage.db</td> 136 136 <td>Yes</td> … … 647 647 <td>No</td> 648 648 </tr> 649 <tr> 650 <td>classpath</td> 651 <td>String</td> 652 <td>Used to define more paths on which - besides the PHP include_path - to look for the test files.</td> 653 <td>n/a</td> 654 <td>No</td> 655 </tr> 649 656 </tbody> 650 657 </table> 651 658 <h3>Supported Nested Tags</h3> 652 659 <ul> 653 <li>classpath</li>654 660 <li>fileset</li> 655 661 </ul> branches/2.2/docs/phing_guide/book/toc/FrameToC.html
r59 r88 99 99 <li><a href="../chapters/appendixes/AppendixB-CoreTasks.html#ExitTask" target="Content">ExitTask</a></li> 100 100 <li><a href="../chapters/appendixes/AppendixB-CoreTasks.html#ForeachTask" target="Content">ForeachTask</a></li> 101 <li><a href="../chapters/appendixes/AppendixB-CoreTasks.html#IncludePathTask" target="Content">IncludePathTask</a></li> 101 102 <li><a href="../chapters/appendixes/AppendixB-CoreTasks.html#InputTask" target="Content">InputTask</a></li> 102 103 <li><a href="../chapters/appendixes/AppendixB-CoreTasks.html#MkdirTask" target="Content">MkdirTask</a></li> branches/2.2/docs/phing_guide/book/toc/ToC.html
r59 r88 84 84 <li><a href="../chapters/appendixes/AppendixB-CoreTasks.html#ExitTask">ExitTask</a></li> 85 85 <li><a href="../chapters/appendixes/AppendixB-CoreTasks.html#ForeachTask">ForeachTask</a></li> 86 <li><a href="../chapters/appendixes/AppendixB-CoreTasks.html#IncludePathTask">IncludePathTask</a></li> 86 87 <li><a href="../chapters/appendixes/AppendixB-CoreTasks.html#InputTask">InputTask</a></li> 87 88 <li><a href="../chapters/appendixes/AppendixB-CoreTasks.html#MkdirTask">MkdirTask</a></li> trunk/docs/phing_guide/book/chapters/appendixes/AppendixC-OptionalTasks.html
r85 r88 132 132 <td>database</td> 133 133 <td>String</td> 134 <td> The location for the coverage database. </td>134 <td>The location for the coverage database. </td> 135 135 <td>coverage.db</td> 136 136 <td>Yes</td> … … 659 659 <h3>Supported Nested Tags</h3> 660 660 <ul> 661 <li>classpath</li>662 661 <li>fileset</li> 663 662 </ul>
