Popular Posts

Recent Comments

  • Popular Tags

  • How to install plugin faster without get list of available plugins first

    Sometime, i am not patient waiting for grails command get list of plugin first when i just want to install specific plugin.

    So i am looking for the way to install directly the plugin I want.

    First, browse your plugin first from http://svn.codehaus.org/grails-plugins/
    Then select your plugin folder

    For example, I want to install plugin J2d so i get this url after browsing SVN for a while:
    http://svn.codehaus.org/grails-plugins/grails-j2d/trunk/grails-j2d-0.2.zip

    Then i just run from command prompt:
    C:\MyApplication>grails install-plugin http://svn.codehaus.org/grails-plugins/grails-j2
    d/trunk/grails-j2d-0.2.zip

    Other way, download the zip first, then place the zip file into your application folder (the folder where there is grails-app folder), then just run:
    > grails install-plugin plugin_name.zip

    Yay, shortcut to install plugin without more waiting time….



    Welcome

    Welcome to my Grails Developer blog, I hope you can find useful contents here for your Grails learning and development purpose. God bless you.