For those who live behind firewalls and have to use HTTP proxies - how are proxy authorization credentials for direct HTTP connections specified? Setting ROO_OPTS="-Dhttp.proxyHost=<proxy-host> and -Dhttp.proxyPort=<proxy-port>" doesn't seem to complete the picture. How are the username and password specified?
I know that additionally Maven proxies need to be specified in settings.xml - but what about when Roo tries to access resources directly via HTTP like DTDs?


Reply With Quote
