Changeset 86

Show
Ignore:
Timestamp:
07/10/06 12:48:23 (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
  • trunk/docs/phing_guide/book/chapters/appendixes/AppendixB-CoreTasks.html

    r85 r86  
    719719      <td>n/a</td> 
    720720      <td>No</td> 
    721     </tr> 
    722   </tbody> 
    723 </table> 
    724  
    725 <h2><a name="IfTask"></a>IfTask</h2> 
    726 <p>Sets the PHP include_path configuration option for the duration of this phing run.</p> 
    727 <h3>Example</h3> 
    728 <pre>&lt;includepath classpath=&quot;new/path/here&quot; /&gt; 
    729 &lt;includepath classpath=&quot;path1:path2&quot; /&gt;</pre> 
    730 <h3>Attributes</h3> 
    731 <table> 
    732   <thead> 
    733     <tr> 
    734       <th>Name</th> 
    735       <th>Type</th> 
    736       <th>Description</th> 
    737       <th>Default</th> 
    738       <th>Required</th> 
    739     </tr> 
    740   </thead> 
    741   <tbody> 
    742     <tr> 
    743       <td>classpath</td> 
    744       <td>String</td> 
    745       <td>the new include path[s]</td> 
    746       <td>n/a</td> 
    747       <td>Yes</td> 
    748721    </tr> 
    749722  </tbody>