Hi there,
I saw some questions like this here before, but none of the answers provided a solution for me.
I have Maven working through command-line as well as via m2eclipse by setting my Maven settings.xml and Eclipse proxy settings. All the issues that I had there are resolved.
But when I execute "perform eclipse" in the Roo Shell on one of my educational Roo projects, I receive the following error(s):
When I execute "proxy configuration" I receive kind of the following message (considering examplary correct data):Code:org.springframework.roo:org.springframework.roo.annotations:jar:1.2.2.RELEASE: Could not transfer artifact org.springframework.roo:org.springframework.roo.annotations:pom:1.2.2.RELEASE from/to spring-maven-release (http://maven.springframework.org/release): Not authorized by proxy, ReasonPhrase:Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. ).
I have supplied correct username and password data in the Maven settings.xml as well as in the Eclipse Preferences --> General --> Network Connections dialogs.Code:Proxy to use: HTTP @ proxy.hostname.local/01.02.03.04:8080
Maven works by command-line and by m2eclipse, and I can still access the Eclipse Updates and Marketplace.
How can I make sure Spring Roo accually uses the authentication information for the proxy server?
Is this a bug in Roo?
Thanks already for your help.


Reply With Quote