You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Koji Sekiguchi (JIRA)" <ji...@apache.org> on 2009/06/16 01:50:07 UTC

[jira] Resolved: (SOLR-1219) use setproxy ant task when proxy properties are specified

     [ https://issues.apache.org/jira/browse/SOLR-1219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Koji Sekiguchi resolved SOLR-1219.
----------------------------------

    Resolution: Fixed

Committed revision 785029.

> 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
>            Assignee: Koji Sekiguchi
>            Priority: Trivial
>             Fix For: 1.4
>
>         Attachments: SOLR-1219.patch
>
>
> 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.