nico 01/01/25 02:25:02
Modified: docs index.html
Log:
Corrected example for usetimestamp-attribute of get-task (by me)
and
Corrected examples for chmod-task
Submitted by: <[EMAIL PROTECTED]>
Revision Changes Path
1.195 +5 -6 jakarta-ant/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/index.html,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -r1.194 -r1.195
--- index.html 2001/01/22 22:17:50 1.194
+++ index.html 2001/01/25 10:25:01 1.195
@@ -34,7 +34,7 @@
<center>
<p>Version: @VERSION@<br>
-$Id: index.html,v 1.194 2001/01/22 22:17:50 glennm Exp $</p>
+$Id: index.html,v 1.195 2001/01/25 10:25:01 nico Exp $</p>
</center>
<hr>
@@ -1705,8 +1705,7 @@
</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 @@
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 @@
<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