Changeset 88

Show
Ignore:
Timestamp:
07/10/06 13:20:52 (2 years ago)
Author:
bernhard
Message:

Fix for ticket #45 ("The user guide is not up-to-date: the whole includepath task and the classpath attribute of the nested phpunit2/batchtest tag are missing.")

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.2/docs/phing_guide/book/chapters/appendixes/AppendixB-CoreTasks.html

    r59 r88  
    778778  </tbody> 
    779779</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>&lt;includepath classpath=&quot;new/path/here&quot; /&gt; 
     785&lt;includepath classpath=&quot;path1:path2&quot; /&gt;</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 
    780808<h2><a name="InputTask"></a>InputTask</h2> 
    781 <p> The <em>InputTask</em> can be used to interactively set property values based 
     809<p>The <em>InputTask</em> can be used to interactively set property values based 
    782810  on input from the console (or other Reader).</p> 
    783811<h3>Example</h3> 
     
    806834      <td>propertyName</td> 
    807835      <td>String</td> 
    808       <td> The name of the property to set.</td> 
     836      <td>The name of the property to set.</td> 
    809837      <td>n/a</td> 
    810838      <td>Yes</td> 
     
    813841      <td>defaultValue</td> 
    814842      <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> 
    816844      <td>n/a</td> 
    817845      <td>Yes</td> 
  • branches/2.2/docs/phing_guide/book/chapters/appendixes/AppendixC-OptionalTasks.html

    r64 r88  
    132132      <td>database</td> 
    133133      <td>String</td> 
    134       <td> The location for the coverage database. </td> 
     134      <td>The location for the coverage database. </td> 
    135135      <td>coverage.db</td> 
    136136      <td>Yes</td> 
     
    647647                  <td>No</td> 
    648648                </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> 
    649656          </tbody> 
    650657        </table> 
    651658        <h3>Supported Nested Tags</h3> 
    652659        <ul> 
    653           <li>classpath</li> 
    654660          <li>fileset</li> 
    655661        </ul> 
  • branches/2.2/docs/phing_guide/book/toc/FrameToC.html

    r59 r88  
    9999<li><a href="../chapters/appendixes/AppendixB-CoreTasks.html#ExitTask" target="Content">ExitTask</a></li> 
    100100<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> 
    101102<li><a href="../chapters/appendixes/AppendixB-CoreTasks.html#InputTask" target="Content">InputTask</a></li> 
    102103<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  
    8484<li><a href="../chapters/appendixes/AppendixB-CoreTasks.html#ExitTask">ExitTask</a></li> 
    8585<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> 
    8687<li><a href="../chapters/appendixes/AppendixB-CoreTasks.html#InputTask">InputTask</a></li> 
    8788<li><a href="../chapters/appendixes/AppendixB-CoreTasks.html#MkdirTask">MkdirTask</a></li> 
  • trunk/docs/phing_guide/book/chapters/appendixes/AppendixC-OptionalTasks.html

    r85 r88  
    132132      <td>database</td> 
    133133      <td>String</td> 
    134       <td> The location for the coverage database. </td> 
     134      <td>The location for the coverage database. </td> 
    135135      <td>coverage.db</td> 
    136136      <td>Yes</td> 
     
    659659        <h3>Supported Nested Tags</h3> 
    660660        <ul> 
    661           <li>classpath</li> 
    662661          <li>fileset</li> 
    663662        </ul>