After installing the plugin is required to run "grails compile"
From this Grails' version we don't know that after installing doesn't compile it, if someone knows how to fix this issue please advise.
From central plugin
Add the following code on
grails-app/conf/BuildConfig.groovy to enable GFS repository
grails.plugin.repos.discovery.gfs="http://svn.codehaus.org/gfs/trunk"
grails.plugin.repos.resolveOrder=['gfs','default','core']
and run
If you download the plugingrails install-plugin [plugin-path]/grails-flex-scaffold-0.2-beta.zip
elsegrails install-plugin http://svn.codehaus.org/gfs/trunk/grails-flex-scaffold/tags/RELEASE_0_2-beta/grails-flex-scaffold-0.2-beta.zip
See our
blog to know about the features in this release.
See
Official Docs for example to use it and User Guide