grails

Hudson CI testing for grails from git

After running continuous integration with continuum for a long while (which works great for maven projects) I decided to take a look at Hudson. It can also do maven - but seems to have a larger range of plugins available. Of interest to me was grails.

Installation

This was extremely simple - I just grabbed the hudson.war file from the hudson site and deployed it in a running glassfish.

LDAP configuration

Grails pastebin updated

Just updated the grails based pastebin.

I got fed up (read embarrassed) by the autogenerated URLs. They were simply too long as it was using UUID to generate the URLs.

So - I generated a nice new function that will generate a short (3-10 chars) random string of upper/lower case letters and numbers.

This also allowed me to have a "short url" function (similar to tinyurl etc etc) without too much extra work.

Grails pastebin 2.0/2.1 released

Version 2.0 and 2.1 (small bugfix release of 2.0) of the grails pastebin was released today. Features include:

  • Codebase is now internationalized (i18n)
  • User friendly URLs

Links

<

ul>

  • Running instance: http://dev.chrissearle.net/paste/
  • Support: https://dev.chrissearle.net/jira/browse/GRPASTEBIN/
  • Wiki: https://dev.chrissearle.net/confluence/display/GRPASTEBIN/Home
  • Grails pastebin 1.0 released

    Version 1.0 of the grails pastebin was released today. Features include:

    • Multiple language highlighting support
    • Expiring pastes (optional)

    Links

    Demo of date problem in grails

    Technical:

    Attached - demo app that shows date problem.

    Browse to .../datecheck/add

    and hit submit - it should allow the submit but it doesn't.

    Paste - pastebin

    The pastebin on this page (gnopaste) has been removed.

    Currently playing with a different version available on http://dev.chrissearle.net/paste/ (grails based) or you might want http://rafb.net/paste or http://pastebin.com/

    Subscribe to RSS - grails