build tools
Build Script Length - Maven 3, Polyglot Maven, Gradle and Ant
Submitted by Tomek Kaczanowski on Thu, 11/04/2010 - 14:12A short comparison of length of the build files of Maven 3, Polyglot Maven (Groovy version), Ant and Gradle. Please notice that this is NOT a full comparison of these build frameworks!
Will Hibernate Switch From Maven to Gradle?
Submitted by Tomek Kaczanowski on Tue, 07/06/2010 - 23:01Based on 'Gradle: why?' blog post from Steve Ebersole it seems like Hibernate is moving from Maven2 to Gradle!
Steve's post is really worth reading. He sums up his 2,5 year of Maven experiences and explains why he thinks of its time to move.
That would be just great for Gradle to "capture" such famous project! Go Gradle, go! :)
[Updated 2010-09-24 Hibernate's trunk still uses Maven. I can see two Gradle branches though: http://anonsvn.jboss.org/repos/hibernate/core/branches/]
Builds Are Complex So Choose Your Tools Wisely
Submitted by Tomek Kaczanowski on Tue, 06/08/2010 - 20:25While preparing for Javarsovia 2010 Gradle speech I tried to list all things that are performed during builds. I remembered few last projects of mine and tried to categorize various actions that happen during their build. The result surprised me - seems like today's builds do a lot of very different stuff.
Gradle talk on Javarsovia 2010
Submitted by Tomek Kaczanowski on Tue, 05/18/2010 - 22:13I'm happy to announce that I will give a talk on Gradle on Javarsovia 2010 conference. The event will take place on 26th of June 2010 in Warsaw, Poland.
Invoking m2release plugin on Hudson with cURL
Submitted by Tomek Kaczanowski on Thu, 05/06/2010 - 18:31A short information on how to execute a M2 Release Plugin on Hudson CI using cURL
Gradle talk - Java Camp #3, 10 April 2010 - slides and source code
Submitted by Tomek Kaczanowski on Mon, 04/12/2010 - 19:24If you are interested in slides (in polish) and source code of
Gradle presentation that I gave during Java Camp #3 (10 April 2010,
Cracow, Poland) you will find them here.
Gradle talk - Java Camp #3, 10 April 2010, Cracow, Poland
Submitted by Tomek Kaczanowski on Thu, 04/08/2010 - 11:38If you happen to be in Cracow (Poland) this Saturday (10 April 2010) and you know polish :) you might be interested in attending the Java Camp #3 conference. See http://www.java.pl/?p=138 for detailed agenda.
I'm happy to announce that I will give a talk on Gradle at 11 am. I have 1,5 hour to present Gradle and show how it compares to Ant/Maven. My plan is to show a lot of code to present how Gradle can solve real-life scenarios ...and bash Ant/Maven along the way ;).
Hope you will be there !
Grails uses Gradle now
Submitted by Tomek Kaczanowski on Wed, 01/27/2010 - 17:24Only a short news today: Grails is using Gradle now ! Graeme Rocher (Grails Project Lead) informed that the old Ant build was replaced with Gradle.
Hurray ! One more step for Gradle to take over the world ! ;)
I'm pretty sure we will soon hear about other well-known projects migrating to Gradle.
Java exPress - introduction to Gradle
Submitted by Tomek Kaczanowski on Mon, 12/14/2009 - 17:43I'm happy to announce, that my article devoted to Gradle was published in the latest Java exPress issue. :)
This article will introduce you to Gradle (a powerful and smart build system). Gradle is huge (and still growing), so some concepts were omitted (on purpose), but it should serve you right as a food for thought on what the strong points of Gradle are, and how much easier it can be to perform various build related tasks.
This used to be my blog. I moved to http://tomek.kaczanowscy.pl long time ago.