Archive of April 2008
Gldapo 0.5.2
I have released Gldapo 0.5.2. The 0.5 release saw the addition of support for write operations to the directory. It's a bit of a milestone release as Gldapo is now functional enough to be used in a real world project. In fact, I have received a few emails from users and potential users.
Marco Mornetti submitted a patch which allowed Gldapo to be used to authenticate users with ease which I pushed out as 0.5.1.
The 0.5.2 release fixes a bug with write operations and null or empty collection values.
The grails-ldap plugin has been updated to use the new Gldapo version.
11:41 AM | 1 Comment | Tags: gldapoJava TextMate Bundle
I have finally started on reworking the Java bundle for TM (it's currently sitting in review).
The old grammar had some serious problems, so I started completely from scratch. The old grammar seriously broke down on a few constructs, one of the most prominent being anonymous inner classes. I am proud to say that the new grammar handles them quite gracefully. I am sure there are lurking bugs in the new grammar, but it's an undisputed improvement.
Like always, comments and feature requests more than welcome.
01:52 AM | 0 Comments | Tags: java, textmateMaven TextMate Bundle
Some time ago, my Maven bundle for TextMate went live into the main repository. I encourage anybody working with Maven on Mac OS to check it out. I couldn't live with out it now.
My favourite feature would have to be the scoping of Groovy source in your POM if you use the Groovy plugin and specify an inline script. This makes all the snippets and niceties of the Groovy bundle available to you when writing inline scripts! Let's see IntelliJ do that.
01:48 AM | 1 Comment | Tags: maven, textmate