jQuery in Grails 1.3.7 -
can please tell how connect jquery plugin in grails 1.3.7.
while trying install command "grails install-plugin jquery" within directory plugin appears following text
"resolving dependencies ... dependencies resolved in 798ms. running script c: \ grails \ scripts \ installplugin.groovy environment set development application expects grails version [1.3.5], grails_home version [1.3.7] - use correct grails version or run 'grails upgrade' if grails version newer version application expects. "
trying install jquery plugin 1.4.4.1 http://grails.org. grateful help!
it looks have version mismatch between version of grails you're using , version used when application created. run 'grails-upgrade' , when complete, try installing plugin again. you're not going able install jquery plugin until resolve version mismatch issue.
mike
Comments
Post a Comment