Good stuff. I've branched off your bazaar repo to grab and compile from source, which worked without any problems. I've noted a few things in the build, and would like to supply you with updates (but I'm both a bazaar novice and also do not have a current launchpad account).
If I did sign up for a launchpad account, would I somehow post my own branch there in an area I'd create, or is there some way to write my forked branch to your current repository? Maybe you could add some steps to the wiki as to how you'd prefer collaboration be worked out for code changes/suggestions? I noticed that you have in the build.gradle a repository specified for mavenCentral(), but aside from the unused junit dependency, nothing else would ever have to reach out, and it compiles just fine by removing that resolver (and the junit dependency can also be removed unless you intend to use it later). There are some other things as well, when looking into the default templates, but it seems a much better idea for me to publish things as part of a branch, and let you decide which if any changes you'd like to keep. -Spencer --- On Thu, 6/2/11, Eric Berry <[email protected]> wrote: From: Eric Berry <[email protected]> Subject: [gradle-user] [ANN] gradle-templates 1.0 release To: "Gradle Users" <[email protected]> Date: Thursday, June 2, 2011, 8:01 PM I've finally finished basic support for the Gradle Scala Plugin, and I've decided to do a 1.0 release. https://launchpad.net/gradle-templates/trunk/1.0 The gradle-templates plugin has basic support for packaged Gradle plugins. This includes, Java, Groovy, War (Webapp), and Scala. It also has basic support for creating your own Gradle plugins. Jar files are available for download on the Launchpad project page: https://launchpad.net/gradle-templates Cheers, Eric -- Learn from the past. Live in the present. Plan for the future. Blog: http://eric-berry.blogspot.com jEdit <http://www.jedit.org> - Programmer's Text Editor Bazaar <http://bazaar.canonical.com> - Version Control for Humans
