Grails plugin manager not showing plugin list

Hello,

I'm using IntelliJ 8.1.2 an when i open the grails plugin manager on a new created grails project i see  the hibernate 1.1.1 plugin enabled.
Now when i press the "download information about all available grails plugins" button i expected too see a list of all
available grails plugins for grails 1.1.1 but nothing is shown . Should't the not installed but available plugins be listed ?

- after calling plugin-info on a existing plugin i now can see the list of plugins available but can't install none of them resulting always in:

Base Directory: /home/ivan/Entwicklung/IDE/workspaces/IntelliJ/KonservaX
Running script /home/ivan/Entwicklung/Groovy/Grails/grails-1.1.1/scripts/InstallPlugin.groovy
Environment set to development
Configured HTTP proxy: localhost:80
Reading remote plugin list ...
Error reading remote plugin list [http://svn.codehaus.org/grails/trunk/grails-plugins/.plugin-meta/plugins-list.xml], building locally...
Unable to list plugins, please check you have a valid internet connection: http://svn.codehaus.org/grails/trunk/grails-plugins
Reading remote plugin list ...
Error reading remote plugin list [http://plugins.grails.org/.plugin-meta/plugins-list.xml], building locally...
      [get] Getting: http://plugins.grails.org/grails-jawr/tags/RELEASE_2_51/grails-jawr-2.51.zip
      [get] To: /home/ivan/.grails/1.1.1/plugins/grails-jawr-2.51.zip
      [get] Error opening connection java.io.FileNotFoundException: http://plugins.grails.org/grails-jawr/tags/RELEASE_2_51/grails-jawr-2.51.zip
      [get] Error opening connection java.io.FileNotFoundException: http://plugins.grails.org/grails-jawr/tags/RELEASE_2_51/grails-jawr-2.51.zip
      [get] Error opening connection java.io.FileNotFoundException: http://plugins.grails.org/grails-jawr/tags/RELEASE_2_51/grails-jawr-2.51.zip
      [get] Can't get http://plugins.grails.org/grails-jawr/tags/RELEASE_2_51/grails-jawr-2.51.zip to /home/ivan/.grails/1.1.1/plugins/grails-jawr-2.51.zip
: Can't get http://plugins.grails.org/grails-jawr/tags/RELEASE_2_51/grails-jawr-2.51.zip to /home/ivan/.grails/1.1.1/plugins/grails-jawr-2.51.zip
    at org.apache.tools.ant.taskdefs.Get.doGet(Get.java:212)
    at org.apache.tools.ant.taskdefs.Get.execute(Get.java:76)

why is this happening and how can i get ariund this without downloading the plugins myself and installing locally ?

Sorry soory for all the noise... somehow a http proxy was set and after disabling it it works great...
Sorry again ..
Regards
Ivan

0

Could you attach your .ipr/.iml files here? Does list-plugins work from
'Run Grails Target' action from within IntelliJ IDEA?

0

请先登录再写评论。