[
http://jira.jboss.com/jira/browse/JBPORTAL-1713?page=comments#action_1237... ]
Andrew Oliver commented on JBPORTAL-1713:
-----------------------------------------
Authentication to the proxy is the ticket. I'm having to use ntlmaps to get around
NTLM. Theoretically java can use NTLM but with Vista it doesn't work exactly. I
couldn't figure out why exactly. With ntlmaps, the problem is that java doesn't
pass the domain. Setting the user name explicitly makes all of these problems small.
Look here:
http://ant.apache.org/manual/proxy.html and
http://java.sun.com/j2se/1.5.0/docs/guide/net/properties.html
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