Browse Source

Use an existing URL in the example

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275651 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 21 years ago
parent
commit
448b958341
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      docs/manual/CoreTasks/get.html

+ 3
- 3
docs/manual/CoreTasks/get.html View File

@@ -84,12 +84,12 @@ to set up the proxy first.
<pre> &lt;get src=&quot;http://ant.apache.org/&quot; dest=&quot;help/index.html&quot;/&gt;</pre> <pre> &lt;get src=&quot;http://ant.apache.org/&quot; dest=&quot;help/index.html&quot;/&gt;</pre>
<p>Gets the index page of http://ant.apache.org/, and stores it in the file <code>help/index.html</code>.</p> <p>Gets the index page of http://ant.apache.org/, and stores it in the file <code>help/index.html</code>.</p>


<pre> &lt;get src=&quot;http://jakarta.apache.org/builds/tomcat/nightly/ant.zip&quot;
dest=&quot;optional.jar&quot;
<pre> &lt;get src=&quot;http://www.apache.org/dist/ant/KEYS&quot;
dest=&quot;KEYS&quot;
verbose=&quot;true&quot; verbose=&quot;true&quot;
usetimestamp=&quot;true&quot;/&gt;</pre> usetimestamp=&quot;true&quot;/&gt;</pre>
<p> <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 is missing or out of date. Uses the verbose option
for progress information. for progress information.
</p> </p>


Loading…
Cancel
Save