[jboss-jira] [JBoss JIRA] Commented: (JBPORTAL-1713) add proxy capabilities to the portal build
Andrew Oliver (JIRA)
jira-events at lists.jboss.org
Tue Sep 25 12:01:41 EDT 2007
[ http://jira.jboss.com/jira/browse/JBPORTAL-1713?page=comments#action_12378598 ]
Andrew Oliver commented on JBPORTAL-1713:
-----------------------------------------
just passing the -Ds w/o this didn't actually work for me. I snatched this from an old build of jboss-sx and fixed a bug in it. Basically it sets the proxy for the ant tasks that get the dependencies. W/O it you can't get any libraries from repository.jboss.org. Nowhere else in JBoss Portal's build does it seem to try and set the proxy server. The network I was building on requires all access through HTTP (using NTLM but that is a much longer story). The key piece is at the end (<setproxy/>) but there are proxies that need authentication and those that don't. This one happens to need authentication...others do not.
> add proxy capabilities to the portal build
> ------------------------------------------
>
> Key: JBPORTAL-1713
> URL: http://jira.jboss.com/jira/browse/JBPORTAL-1713
> Project: JBoss Portal
> Issue Type: Patch
> Security Level: Public(Everyone can see)
> Components: Portal Core
> Affects Versions: 2.6.3 Final
> Reporter: Andrew Oliver
> Assigned To: Julien Viet
> Attachments: build-proxy.patch
>
>
> This patch will add proxy settings to the build
> i.e.
> C:\Users\oliveran\portal\JBoss_Portal_Branch_2_6\build>build.bat -Dproxy.host=localhost -Dproxy.port=5865 -Dproxy.username=xxx -Dproxy.password=xxx
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list