|
|
@@ -49,7 +49,8 @@ target execution depending on the relative age of the specified files.</p> |
|
|
|
<td valign="top">srcfile</td> |
|
|
|
<td valign="top">The file to check against the target file(s).</td> |
|
|
|
<td valign="top" align="center">Yes, unless a nested |
|
|
|
<code><srcfiles></code> element is present.</td> |
|
|
|
<code><srcfiles></code> or <code><srcresources></code> |
|
|
|
element is present.</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">targetfile</td> |
|
|
@@ -67,6 +68,12 @@ set of files to check against the target file(s).</p> |
|
|
|
<p><strong>Note:</strong> You can specify either the <code>srcfile</code> |
|
|
|
attribute or nested <code><srcfiles></code> elements, but not both. |
|
|
|
|
|
|
|
<h4><a name="srcresources">srcresources</a></h4> |
|
|
|
<p>The nested <code><srcresources></code> element is a <a |
|
|
|
href="../CoreTypes/resources.html#union">union</a> and allows you to |
|
|
|
specify a collection of resources to check against the target file(s). |
|
|
|
<em>Since Ant 1.7</em></p> |
|
|
|
|
|
|
|
<h4><a name="mapper">mapper</a></h4> |
|
|
|
<p>The nested <code><mapper></code> element allows you to specify |
|
|
|
a set of target files to check for being up-to-date with respect to a |
|
|
|