[ 
https://jira.codehaus.org/browse/MECLIPSE-696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=285718#comment-285718
 ] 

Barrie Treloar commented on MECLIPSE-696:
-----------------------------------------

Found this one handy
http://grepcode.com/file_/repo1.maven.org/maven2/org.codehaus.mojo/wagon-maven-plugin/1.0-beta-3/org/codehaus/mojo/wagon/shared/WagonUtils.java/?v=source
                
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to