Browse Source

document proxyUser and proxyPassword attributes

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275735 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 21 years ago
parent
commit
74d14df04d
1 changed files with 31 additions and 0 deletions
  1. +31
    -0
      docs/manual/OptionalTasks/setproxy.html

+ 31
- 0
docs/manual/OptionalTasks/setproxy.html View File

@@ -126,6 +126,21 @@
</td>
</tr>
<!-- 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>
@@ -140,6 +155,22 @@
</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 -->
<tr>
<td bgcolor="#eeeeee" valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">socksProxyHost</font>


Loading…
Cancel
Save