Hi guys, Not sure if this is interesting to anyone here but I thought I'd mention that I did a short intro to Gradle hacking at the latest meeting with the Stockholm/Sweden-based groovy usergroup SweGUG. The meeting resulted in a prototype for a standalone-war plugin (it repackages a war-file with an embedded servlet container). The presentation went well and I'm hoping it will result in some new Gradle users here in Stockholm.
The slides won't mean much without the presentation but the example repo might be interesting to someone. I'm trying to demonstrate how to take go from a basic gradle build with custom tasks to a plugin in the buildSrc-folder. I'm planning on revamping it with a more proper example and finally breaking out the buildSrc into it's own top-level project in a multi-project build when I get time. Slides: http://www.slideshare.net/xlson/gradle-the-hackable-buildtool Code examples: https://github.com/xlson/gradle-plugin-dev-samples Standalone-war plugin prototype: https://github.com/xlson/standalone-war/tree/gradle-plugin Kind Regards, /Leo -------------------------------- Leonard Axelsson Agical AB Blog: http://xlson.com/ Twitter: @xlson Email: [email protected]
