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