|
|
@@ -46,7 +46,7 @@ target execution depending on the relative age of the specified files.</p> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">srcfile</td> |
|
|
|
<td valign="top">The file to check against the target file.</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> |
|
|
|
</tr> |
|
|
@@ -71,9 +71,6 @@ attribute or nested <code><srcfiles></code> elements, but not both. |
|
|
|
a set of target files to check for being up-to-date with respect to a |
|
|
|
set of source files.</p> |
|
|
|
|
|
|
|
<p><strong>Note:</strong> The nested <code><mapper></code> element is |
|
|
|
only valid when used with the <code><srcfiles></code> element. |
|
|
|
|
|
|
|
<h3>Examples</h3> |
|
|
|
<pre> <uptodate property="xmlBuild.notRequired" targetfile="${deploy}\xmlClasses.jar" > |
|
|
|
<srcfiles dir= "${src}/xml" includes="**/*.dtd"/> |
|
|
|