bodewig 2003/11/20 06:57:17 Modified: docs/manual/CoreTasks Tag: ANT_16_BRANCH get.html Log: Use an existing URL in the example Revision Changes Path No revision No revision 1.11.2.2 +3 -3 ant/docs/manual/CoreTasks/get.html Index: get.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/get.html,v retrieving revision 1.11.2.1 retrieving revision 1.11.2.2 diff -u -r1.11.2.1 -r1.11.2.2 --- get.html 9 Oct 2003 21:01:06 -0000 1.11.2.1 +++ get.html 20 Nov 2003 14:57:17 -0000 1.11.2.2 @@ -85,12 +85,12 @@ <pre> <get src="http://ant.apache.org/" dest="help/index.html"/></pre> <p>Gets the index page of http://ant.apache.org/, and stores it in the file <code>help/index.html</code>.</p> -<pre> <get src="http://jakarta.apache.org/builds/tomcat/nightly/ant.zip" - dest="optional.jar" +<pre> <get src="http://www.apache.org/dist/ant/KEYS" + dest="KEYS" verbose="true" usetimestamp="true"/></pre> <p> -Gets the nightly ant build from the tomcat distribution, if the local copy +Gets the PGP keys of Ant's (current and past) release managers, if the local copy is missing or out of date. Uses the verbose option for progress information. </p>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]