Changeset 192
- Timestamp:
- 05/14/07 20:30:22 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/phing_guide/book/chapters/appendixes/AppendixB-CoreTasks.html
r184 r192 1257 1257 <h3>Example</h3> 1258 1258 <pre><property name="strings.test" value="Harr harr, more power!" /> 1259 <echo message="${strings.te xt}" />1259 <echo message="${strings.test}" /> 1260 1260 1261 1261 <property name="foo.bar" value="Yet another property..." /> … … 1617 1617 <h2><a name="TypedefTask"></a>TypedefTask</h2> 1618 1618 <p> 1619 With the TypedefTask you can import a user t askinto your1619 With the TypedefTask you can import a user type into your 1620 1620 buildfile. 1621 1621 </p> … … 1681 1681 </ul> 1682 1682 <h2><a name="UpToDateTask"></a>UpToDateTask</h2> 1683 <p> AvailableTask tests if a resource/file is set and sets a certain property1683 <p>UpToDateTask tests if a resource/file is set and sets a certain property 1684 1684 to a certain value if it exists. </p> 1685 1685 <pre title="Example of how to use AvailableTask"><uptodate property="propelBuild.notRequired" targetfile="${deploy}\propelClasses.tgz" >
