stevel 02/01/06 21:54:57
Modified: docs/manual/CoreTasks get.html
Log:
I was wrong, classpath: may be supported by some xml parsers, but it aint a
standard protocol/URL schema
Revision Changes Path
1.5 +1 -1 jakarta-ant/docs/manual/CoreTasks/get.html
Index: get.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/get.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- get.html 2 Jan 2002 05:16:04 -0000 1.4
+++ get.html 7 Jan 2002 05:54:57 -0000 1.5
@@ -11,7 +11,7 @@
<h3>Description</h3>
<p>Gets a file from a URL. When the verbose option is "on", this
task
displays a '.' for every 100 Kb retrieved. Any URL schema supported by
-the runtime is valid here, including http:, ftp:, and the classpath;
+the runtime is valid here, including http:, ftp: and jar:;
https: is only valid if the appropriate support is added to the pre-1.4 Java
runtimes.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>