|
@@ -29,7 +29,7 @@ |
|
|
|
|
|
|
|
|
<p>Changes the modification time of a resource and possibly creates it |
|
|
<p>Changes the modification time of a resource and possibly creates it |
|
|
at the same time. In addition to working with a single file, this Task |
|
|
at the same time. In addition to working with a single file, this Task |
|
|
can also work on <a href="../CoreTypes/resource.html">resource</a> and |
|
|
|
|
|
|
|
|
can also work on <a href="../CoreTypes/resource.html">resources</a> and |
|
|
resource collections (which also includes directories). Prior to Ant |
|
|
resource collections (which also includes directories). Prior to Ant |
|
|
1.7 only FileSet or <a href="../CoreTypes/filelist.html">Filelist</a> |
|
|
1.7 only FileSet or <a href="../CoreTypes/filelist.html">Filelist</a> |
|
|
(since Ant 1.6) have been supported.</p> |
|
|
(since Ant 1.6) have been supported.</p> |
|
@@ -82,8 +82,8 @@ resource collections (which also includes directories). Prior to Ant |
|
|
<h4>any resource collection</h4> |
|
|
<h4>any resource collection</h4> |
|
|
|
|
|
|
|
|
<p>You can use any number of nested resource collection elements to |
|
|
<p>You can use any number of nested resource collection elements to |
|
|
define the resource for this task and refer to resources defined |
|
|
|
|
|
elsewhere. <b>Note:</b> resource passed to this task must implement |
|
|
|
|
|
|
|
|
define the resources for this task and refer to resources defined |
|
|
|
|
|
elsewhere. <b>Note:</b> resources passed to this task must implement |
|
|
the <code>org.apache.tools.ant.types.resources.Touchable</code> |
|
|
the <code>org.apache.tools.ant.types.resources.Touchable</code> |
|
|
interface, this is true for all filesystem-based resources like those |
|
|
interface, this is true for all filesystem-based resources like those |
|
|
returned by path, fileset ot filelist.</p> |
|
|
returned by path, fileset ot filelist.</p> |
|
|