stevel 2002/06/22 23:38:04
Modified: docs/manual/OptionalTasks Tag: ANT_15_BRANCH splash.html
Log:
maybe we should factor out the stuff in setproxy, add a helper to set proxy
params on any HttpUrlConnection and then this task, get and setproxy can share
it
Revision Changes Path
No revision
No revision
1.1.2.1 +23 -14 jakarta-ant/docs/manual/OptionalTasks/splash.html
Index: splash.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/splash.html,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
--- splash.html 2 Apr 2002 11:07:57 -0000 1.1
+++ splash.html 23 Jun 2002 06:38:04 -0000 1.1.2.1
@@ -28,6 +28,26 @@
<td valign="top" align="center">No</td>
<td valign="top" align="center">antlogo.gif from the classpath</td>
</tr>
+
+ <tr>
+ <td valign="top">showduration</td>
+ <td valign="top">Initial period to pause the build to show the
+ splash in milliseconds.</td>
+ <td valign="top" align="center">No</td>
+ <td valign="top" align="center">5000 ms</td>
+ </tr>
+</table>
+<h3>Deprecated properties</h3>
+
+The following properties can be used to configure the proxy settings to
retrieve
+an image from behind a firewall. However, the settings apply not just to this
+task, but to all following tasks. Therefore they are now mostly deprecated
in
+preference to the <setproxy> task, that makes it clear to readers of
+the build exactly what is going on. We say mostly as this task's support
+includes proxy authentication, so you may still need to use its
+proxy attributes.
+
+<table border="1" cellpadding="2" cellspacing="0">
<tr>
<td valign="top">useproxy</td>
<td valign="top">Use a proxy to access imgurl. Note: Only tested
@@ -60,13 +80,7 @@
<td valign="top" align="center">No</td>
<td valign="top" align="center">None</td>
</tr>
- <tr>
- <td valign="top">showduration</td>
- <td valign="top">Initial period to pause the build to show the
- splash in milliseconds.</td>
- <td valign="top" align="center">No</td>
- <td valign="top" align="center">5000 ms</td>
- </tr>
+
</table>
<h3>Examples</h3>
<blockquote><pre>
@@ -76,15 +90,10 @@
<blockquote><pre>
<splash
imageurl="http://jakarta.apache.org/images/jakarta-logo.gif"
useproxy="true"
- showduration="5000"
- proxy="proxy.mydomain.com"
- port="8080"
- user="BuildEng"
- password="LetMePass"/>
+ showduration="5000"/>
</pre></blockquote>
-<p>Splashes the jakarta logo, via a connection through the proxy at
-proxy.mydomain.com on port 8080 (as user BuildEng/LetMePass) for
+<p>Splashes the jakarta logo, for
an initial period of 5 seconds.</p>
<hr>
<p align="center">Copyright © 2002 Apache Software Foundation. All
rights
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>