You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Barrie Treloar (JIRA)" <ji...@codehaus.org> on 2011/09/22 01:22:17 UTC

[jira] Updated: (MECLIPSE-696) Allow file contents to be obtained from url or location does not work behind a firewall

     [ https://jira.codehaus.org/browse/MECLIPSE-696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Barrie Treloar updated MECLIPSE-696:
------------------------------------

        Description: 
See MECLIPSE-219

The code uses raw getURL connections and the integration tests fail for testProject44 because the can not connect.

{code:title=EclipsePlugin.writeAdditionalConfig()}
inStream = file.getURL().openConnection().getInputStream();
{code}

I tried setting -Dhttp.proxyHost as additional args the tests but this doesn't appear to work.

  was:
Something like:

<file>
<name>.springBeans</name
<contents url="http://someurl"/>
</file>

    Patch Submitted:   (was: [Yes])

> Allow file contents to be obtained from url or location does not work behind a firewall
> ---------------------------------------------------------------------------------------
>
>                 Key: MECLIPSE-696
>                 URL: https://jira.codehaus.org/browse/MECLIPSE-696
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.3
>            Reporter: Barrie Treloar
>            Assignee: Arnaud Heritier
>             Fix For: 2.5
>
>
> See MECLIPSE-219
> The code uses raw getURL connections and the integration tests fail for testProject44 because the can not connect.
> {code:title=EclipsePlugin.writeAdditionalConfig()}
> inStream = file.getURL().openConnection().getInputStream();
> {code}
> I tried setting -Dhttp.proxyHost as additional args the tests but this doesn't appear to work.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira