bodewig 2003/12/04 00:34:22 Modified: docs/manual/OptionalTasks Tag: ANT_16_BRANCH setproxy.html Log: Merge from HEAD Revision Changes Path No revision No revision 1.3.2.2 +31 -0 ant/docs/manual/OptionalTasks/setproxy.html Index: setproxy.html =================================================================== RCS file: /home/cvs/ant/docs/manual/OptionalTasks/setproxy.html,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -u -r1.3.2.1 -r1.3.2.2 --- setproxy.html 9 Oct 2003 21:01:12 -0000 1.3.2.1 +++ setproxy.html 4 Dec 2003 08:34:22 -0000 1.3.2.2 @@ -129,6 +129,21 @@ <!-- Attribute --> <tr> <td bgcolor="#eeeeee" valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif">proxyPassword</font> + </td> + <td bgcolor="#eeeeee" valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + Set the password for the proxy. Used only if the proxyUser is set.<br> + <em>since Ant 1.6</em> + </font> + </td> + <td bgcolor="#eeeeee" valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif">String</font> + </td> + </tr> + <!-- Attribute --> + <tr> + <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif">proxyPort</font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> @@ -138,6 +153,22 @@ </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif">int</font> + </td> + </tr> + <!-- Attribute --> + <tr> + <td bgcolor="#eeeeee" valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif">proxyUser</font> + </td> + <td bgcolor="#eeeeee" valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + set the proxy user. Probably requires a password to accompany this + setting. Default=""<br> + <em>since Ant 1.6</em> + </font> + </td> + <td bgcolor="#eeeeee" valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif">String</font> </td> </tr> <!-- Attribute -->
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]