PDA

View Full Version : Grails plugin manager is empty



geek.shrek
Jan 6th, 2011, 06:38 PM
Hi,

I'm using SpringSource
Version: 2.5.1.RELEASE
Build Id: 201011111000

and Grails 1.3.5

I'm working behind firewall and I have set the proxy correctly and I can get springsource updates

But When I try to get plugins from "Grails Plugin Manager" it shows an empty list.

The Error Log said

Unable to find or generate plugins list in: C:\Documents and Settings\myprof\.grails\1.3.5

Is there anyway to fix this?

Thanks,

pledbrook
Jan 11th, 2011, 09:28 AM
This was raised on the Grails user mailing list recently. You have to set the proxy via Grails, even if you're using STS:


grails add-proxy myProxy --host=proxy-server --port=4300 --username=guest --password=guest
grails set-proxy myProxy


You can add as many proxies as you like and switch between them (useful if you're on a laptop and work behind different proxies).