I always forget these.
1. When setting the details from the (Windows) command line, use quotes everywhere:
> grails add-proxy someProxyName "--host=the.host.name" "--port=8080" "--username=myUserName" "--password=myPassword"
2. Don't forget to set-proxy:
> grails set-proxy someProxyName
3. The ProxySettings.groovy file is stored in the top level of .grails - not in the 1.3.5 subdirectory etc.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment