Archive for the ‘groovy’ Category

Running EasyB Specs From Gradle

Although the cookbook includes an example of using the easyb ant task to run specs and produce reports, I thought I’d try my hand at writing a task to manually run easyb specifications from the commandline. Here’s the result: task spec dir.eachFileMatch(~/.*\.specification/){spec-> arg(value:spec.absolutePath) } } } } } Now I can run “gradle spec” from [...]

Using Gradle For Your “Enterprise Java Project”

Yesterday evening I fooled around with gradle quite a bit, finally sitting down and taking some time to learn it as I’ve been hearing lots of good things about it. And man, I like it! I decided to use it to build the kind of project that enterprise architects go ga-ga over: a multi module [...]

Subscribe to RSS Feed Follow me on Twitter!