February 27, 2008
This release has been superseded - Please see http://grails.codehaus.org/Selenium+plugin for the latest release information.
I’m a big fan of Selenium - it lets me test my web applications easily, quickly, and inside the browser. Now I’ve created a Grails plugin to bring the efficiency of Selenium to Grails projects easily.
When you install this plugin, it will [...]
Read the full article →
February 27, 2008
I run Linux (Ubuntu 7.10) as my desktop operating system, and it’s working out well. However, every time I upgrade Grails I forget to make the script in $GRAILS_HOME/bin executable and get this error:
prule@dev2:~/workspace/film-suggestions-grails$ grails clean
Exception in thread “main” java.lang.NoClassDefFoundError: org/codehaus/groovy/grails/cli/support/GrailsStarter
So, if you find yourself with this cryptic message, it is time to RTFM - [...]
Read the full article →