Down grading surefire to 2.4.2 conflicts with the upgrade to 2.4.3
(from 2.4) done on Dec 15.
Question for the list... was there a pressing need to go to 2.4.3.. or
would 2.4.2 be Ok ?
Ian
On 7 Jan 2009, at 15:16, Chico Charlesworth (JIRA) wrote:
[ https://issues.apache.org/jira/browse/SHINDIG-718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661605
#action_12661605 ]
chico.charlesworth edited comment on SHINDIG-718 at 1/7/09 7:16 AM:
--------------------------------------------------------------------
Although the previous patch fixes the proxy issue in
BasicHttpFetcher, the EndToEndTest unit test is still failing behind
a proxy because surefire 2.4.3 is not passing in the proxy settings
(e.g. when running 'mvn test -Dtest=EndToEndTest -
Dhttp.proxyHost=<proxyHost> -Dhttp.proxyPort=<proxyPort>).
The patch fix-718-surefirefix.patch fixes this by reverting to
version 2.4.2 of surefire which does pass in system properties
correctly, therefore allowing EndToEndTest to pass when running
behind a proxy.
was (Author: chico.charlesworth):
Although the previous patch fixes the proxy issue in
BasicHttpFetcher, the EndToEndTest unit test is still failing behind
a proxy because surefire 2.4.3 is not passing in the proxy settings
(e.g. when running 'mvn test -Dtest=EndToEndTest -
Dhttp.proxyHost=dev-proxy.forge.local -Dhttp.proxyPort=3128).
The patch fix-718-surefirefix.patch fixes this by reverting to
version 2.4.2 of surefire which does pass in system properties
correctly, therefore allowing EndToEndTest to pass when running
behind a proxy.
Building shindig from behind a proxy fails
------------------------------------------
Key: SHINDIG-718
URL: https://issues.apache.org/jira/browse/SHINDIG-718
Project: Shindig
Issue Type: Bug
Components: Common Components (Java)
Affects Versions: trunk
Environment: Behind a proxy
Reporter: Chico Charlesworth
Assignee: Ian Boston
Fix For: trunk
Attachments: fix-718-727075-bug.patch, fix-718-
surefirefix.patch
When the maven build runs behind a proxy the test
EndToEndTest.testTemplates() fails.
i.e. mvn clean install -Dhttp.proxyHost=<host> -
Dhttp.proxyPort=<port>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.