Author: maartenc
Date: Thu Mar  8 21:51:23 2012
New Revision: 1298604

URL: http://svn.apache.org/viewvc?rev=1298604&view=rev
Log:
DOCUMENTATION: http.proxyUserName -> http.proxyUser (IVY-822)

Modified:
    ant/site/ivy/sources/faq.html

Modified: ant/site/ivy/sources/faq.html
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/sources/faq.html?rev=1298604&r1=1298603&r2=1298604&view=diff
==============================================================================
--- ant/site/ivy/sources/faq.html (original)
+++ ant/site/ivy/sources/faq.html Thu Mar  8 21:51:23 2012
@@ -46,7 +46,7 @@ With the shared repository the problem i
 <p>For instance:
 <code>set ANT_OPTS=-Dhttp.proxyHost=myproxy -Dhttp.proxyPort=3128</code>
 Or for authenticated proxy:
-<code>set ANT_OPTS=-Dhttp.proxyHost=myproxyhost -Dhttp.proxyPort=8080 
-Dhttp.proxyUserName=myproxyusername -Dhttp.proxyPassword=myproxypassword 
-Dhttps.proxyHost=myproxyhost -Dhttps.proxyPort=8080</code>
+<code>set ANT_OPTS=-Dhttp.proxyHost=myproxyhost -Dhttp.proxyPort=8080 
-Dhttp.proxyUser=myproxyusername -Dhttp.proxyPassword=myproxypassword 
-Dhttps.proxyHost=myproxyhost -Dhttps.proxyPort=8080</code>
 </p>
 <p>If it still doesn't work, maybe it's your dependency file which is not ok. 
Check if the module name you depend on is actually a name of directory under
 <a href="http://www.ibiblio.org/maven/"; 
title="www.ibiblio.org/maven/">www.ibiblio.org/maven/</a>. If this is the case, 
check if the jar with a name like [module]-[revision].jar is present under the 
jars directory of this module on ibiblio. For instance: <a 
href="http://www.ibiblio.org/maven/commons-httpclient/jars/commons-httpclient-2.0.jar";
 
title="www.ibiblio.org/maven/commons-httpclient/jars/commons-httpclient-2.0.jar">www.ibiblio.org/maven/commons-httpclient/jars/commons-httpclient-2.0.jar</a></p>
@@ -58,7 +58,7 @@ Or for authenticated proxy:
 <p>If this is ok, check if you don't need any proxy setting nor 
authentication. For proxy setting, you can use for instance this:<br />
 <code>set ANT_OPTS=-Dhttp.proxyHost=myproxy -Dhttp.proxyPort=3128</code>
 Or for authenticated proxy:
-<code>set ANT_OPTS=-Dhttp.proxyHost=myproxyhost -Dhttp.proxyPort=8080 
-Dhttp.proxyUserName=myproxyusername -Dhttp.proxyPassword=myproxypassword 
-Dhttps.proxyHost=myproxyhost -Dhttps.proxyPort=8080</code>
+<code>set ANT_OPTS=-Dhttp.proxyHost=myproxyhost -Dhttp.proxyPort=8080 
-Dhttp.proxyUser=myproxyusername -Dhttp.proxyPassword=myproxypassword 
-Dhttps.proxyHost=myproxyhost -Dhttps.proxyPort=8080</code>
 For http authentication, fill in the appropriate data at [[doc:use/configure 
configuration]] time.</p>
 <p>If you still have no idea of what is wrong, then I suggest to use 
commons-httpclient if it isn't already the case (you should just put 
commons-httpclient in you classpath), and then <a 
href="http://jakarta.apache.org/commons/httpclient/logging.html";>turn on the 
debug logging</a>. You will then have very detailed information on how your url 
is handled. If you still have problem, ask for help on the 
[[mailing-lists]].</p>
 <h2><a name="getting-rid-of-lib-directory"></a>What if I do not want to put my 
library files in the lib directory ? </h2>


Reply via email to