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/15 10:34:07 UTC

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

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.


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

Posted by "Koji Sekiguchi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Koji Sekiguchi reassigned SOLR-1219:
------------------------------------

    Assignee: Koji Sekiguchi

I'll commit soon.

> 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.


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

Posted by "Koji Sekiguchi (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Koji Sekiguchi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Koji Sekiguchi updated SOLR-1219:
---------------------------------

    Attachment: SOLR-1219.patch

> 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
>         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.


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

Posted by "Koji Sekiguchi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Koji Sekiguchi updated SOLR-1219:
---------------------------------

    Fix Version/s: 1.4

> 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.