You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Erik-Berndt Scheper (JIRA)" <ji...@apache.org> on 2008/06/10 12:34:45 UTC

[jira] Created: (IVY-832) Ivy build system: fix build.xml to allow "ant coverage-report" behind a proxy

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.


[jira] Resolved: (IVY-832) Ivy build system: fix build.xml to allow "ant coverage-report" behind a proxy

Posted by "Maarten Coene (JIRA)" <ji...@apache.org>.
     [ 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.


[jira] Assigned: (IVY-832) Ivy build system: fix build.xml to allow "ant coverage-report" behind a proxy

Posted by "Maarten Coene (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVY-832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maarten Coene reassigned IVY-832:
---------------------------------

    Assignee: Maarten Coene

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


[jira] Commented: (IVY-832) Ivy build system: fix build.xml to allow "ant coverage-report" behind a proxy

Posted by "Erik-Berndt Scheper (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVY-832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12604428#action_12604428 ] 

Erik-Berndt Scheper commented on IVY-832:
-----------------------------------------

Thanks, this works fine now! 

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


[jira] Issue Comment Edited: (IVY-832) Ivy build system: fix build.xml to allow "ant coverage-report" behind a proxy

Posted by "Erik-Berndt Scheper (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVY-832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12603828#action_12603828 ] 

fbascheper edited comment on IVY-832 at 6/10/08 3:34 AM:
------------------------------------------------------------------

Found a NPE  (IVY-831) when investigating this problem.

      was (Author: fbascheper):
    Found a NPE when investigating this problem.
  
> 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.