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