|
|
@@ -1705,8 +1705,7 @@ directly. More FileSets can be specified using nested |
|
|
|
</table> |
|
|
|
<h3>Examples</h3> |
|
|
|
<blockquote> |
|
|
|
<p><code><chmod file="${dist}/start.sh" perm="ugo+rx" |
|
|
|
/></code></p> |
|
|
|
<p><code><chmod file="${dist}/start.sh" perm="ugo+rx"/></code></p> |
|
|
|
</blockquote> |
|
|
|
<p>makes the "start.sh" file readable and executable for anyone on a |
|
|
|
UNIX system.</p> |
|
|
@@ -1719,8 +1718,8 @@ UNIX system.</p> |
|
|
|
readable and executable for anyone on a UNIX system.</p> |
|
|
|
<blockquote> |
|
|
|
<pre> |
|
|
|
<chmod perm="g+w"/> |
|
|
|
<fileset dir="shared/sources1" > |
|
|
|
<chmod perm="g+w"> |
|
|
|
<fileset dir="shared/sources1"> |
|
|
|
<exclude name="**/trial/**"/> |
|
|
|
</fileset> |
|
|
|
<fileset refid="other.shared.sources"/> |
|
|
@@ -2860,7 +2859,7 @@ NB: This timestamp facility only works on downloads using the HTTP protocol. |
|
|
|
<pre> <get src="http://jakarta.apache.org/builds/tomcat/nightly/ant.zip" |
|
|
|
dest="optional.jar" |
|
|
|
verbose="true" |
|
|
|
usetimestamps="true"/></pre> |
|
|
|
usetimestamp="true"/></pre> |
|
|
|
<p> |
|
|
|
Gets the nightly ant build from the tomcat distribution, if the local copy |
|
|
|
is missing or out of date. Uses the verbose option |
|
|
|