use setproxy ant task when proxy properties are specified
---------------------------------------------------------

                 Key: SOLR-1219
                 URL: https://issues.apache.org/jira/browse/SOLR-1219
             Project: Solr
          Issue Type: Improvement
    Affects Versions: 1.4
            Reporter: Koji Sekiguchi
            Priority: Trivial


Currectly, "ant luke" and "ant example" will be fail if you use proxy:

{code}
$ ant luke
build.xml:881: HTTP Authorization failure
{code}

To avoid this, use setproxy ant task when properties are specified by the user:

{code}
$ ant luke -Dproxy.host=hostname -Dproxy.port=8080 -Dproxy.user=user 
-Dproxy.password=passwd
{code}


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to