Latest Status: GRAILS-GRAILS14-221 failed
Build Result GRAILS-GRAILS14-165
Build GRAILS-GRAILS14-165 was successful.
- Has been successful since GRAILS-GRAILS14-164 (1 day before).
- Build completed on Jul 10, 2008 6:05:33 PM - 1 month ago
- Build took 11 minutes
- Built on agent Default Agent
This build was the result of the following 4 changes:
Code Changes
This build was triggerred at the scheduled time of 5:30 PM
-
pledbrook
Fixed the range constraint so that the error codes are "range.toosmall" and "range.toobig" rather than "size.toosmall" and "size.toobig". Although a breaking change, the behaviour does at least match the documentation now.
I also changed the constraint so that a Long field will work with an IntRange. -
leebutts
GRAILS-2879
removed old yui tree css and images
-
pledbrook
Fix for the build. IntelliJ kept telling me the cast from 'long' to 'Object' was redundant! Anyway, auto-boxing doesn't work with 1.4, so have to change it anyway.