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

Maarten Coene resolved IVY-832.
-------------------------------

    Resolution: Fixed

I've modified the build.xml to pass all properties starting with "http" to the 
forked VM.
Could you give it a try?

> Ivy build system: fix build.xml to allow "ant coverage-report" behind a proxy
> -----------------------------------------------------------------------------
>
>                 Key: IVY-832
>                 URL: https://issues.apache.org/jira/browse/IVY-832
>             Project: Ivy
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 2.0-RC1
>            Reporter: Erik-Berndt Scheper
>            Assignee: Maarten Coene
>             Fix For: 2.0-RC1
>
>
> Currently the "ant coverage-report" fails behind a proxy. 
> The reason is the forked {{<junit>}} task inside 
> {{ <target name="test-internal" depends="build-test, init-tests" 
> unless="skip.test">}}
> It would be nice if the jvm proxy args (http.proxyHost http.proxyPort, etc; 
> see http://ant.apache.org/manual/proxy.html) would be copied into the forked 
> junit task. 
> Then it would be possible to successfully run this task behind a proxy.

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