5 Sep 05:26
[groovy-user] [ANN] MetaBuilder 1.1.0 released
From: didge <didge@...>
Subject: [groovy-user] [ANN] MetaBuilder 1.1.0 released
Newsgroups: gmane.comp.lang.groovy.user
Date: 2008-09-05 03:30:05 GMT
Subject: [groovy-user] [ANN] MetaBuilder 1.1.0 released
Newsgroups: gmane.comp.lang.groovy.user
Date: 2008-09-05 03:30:05 GMT
The latest 1.1.0 release of MetaBuilder is now available on sourceforge. Info and download instructions can be found here: http://groovytools.sourceforge.net/builder Many of the following new features were inspired by the feedback I've received so far: * Added support for min and max properties on collections and properites. If the size of a collection or property falls out of the bounds of its min and/or max vales, an exception is thrown. * You can now specify an Pattern as the check for a property, in addition to a Closure. * Added MetaConfigBuilder, which mimics ConfigSlurper and generates ConfigObjects. * Added support for ConfigSlurper syntax. You can now use syntax like: invoice { id = '123' date = new Date() } You can mix with the old attribute syntax as you like, too: invoice(id: '123) { date = new Date() } * You can now specify the def property as a Closure which is then called everytime a default value is needed.(Continue reading)
I wonder if we should investigate some way of making the "Groovy
Contrib" idea easier to work with -- Subversion is of course the problem
here
RSS Feed