Description
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.
Attachments
Issue Links
- is related to
-
IVY-831 NPE in AbstractResolver.exists() if a resource cannot be found
- Resolved