nebolsin / grails-quartz

This project provides integration of the Quartz scheduling framework into the Grails Framework
http://grails.org/plugin/quartz
61 stars 21 forks source link

1.0 don't support grails install-plugin? #18

Closed atian25 closed 13 years ago

atian25 commented 13 years ago

1.0 don't support grails install-plugin?

nebolsin commented 13 years ago

1.0 is not yet released so you can't install it by grails install-plugin quartz. But you should be able to install the latest snapshot with grails install-plugin https://github.com/downloads/nebolsin/grails-quartz/grails-quartz-1.0-SNAPSHOT-f9f08e24.zip.

Please, close this issue if that'll work for you.

kellyrob99 commented 12 years ago

I'm unable to install using this mechanism for a Grails 1.3.7 project

Resolving dependencies...
Dependencies resolved in 1328ms.
Running script /opt/local/share/java/grails/scripts/InstallPlugin.groovy
Environment set to development
Downloading zip https://github.com/downloads/nebolsin/grails-quartz/grails-quartz-1.0-SNAPSHOT-f9f08e24.zip. Please wait... ...
      [get] Getting: https://github.com/downloads/nebolsin/grails-quartz/grails-quartz-1.0-SNAPSHOT-f9f08e24.zip
      [get] To: /var/folders/I6/I6dwocZOFhm8YlnNEeW+XE+++TI/-Tmp-/grails-quartz-1.0-SNAPSHOT-f9f08e24.2416422316320527399.zip
.
Error reading plugin zip [/var/folders/I6/I6dwocZOFhm8YlnNEeW+XE+++TI/-Tmp-/grails-quartz-1.0-SNAPSHOT-f9f08e24.2416422316320527399.zip]. The plugin zip file may be corrupt.

Any ideas on what might be wrong?