<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Reacties op: From Maven to Gradle &#8211; part 1</title>
	<atom:link href="http://www.beeworks.be/maven-to-gradle-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.beeworks.be/maven-to-gradle-part-1/</link>
	<description>Wij bouwen websites, ontwikkelen software op maat en integreren bestaande toepassingen in websites en webapplicaties.</description>
	<lastBuildDate>Sat, 30 Jan 2010 23:39:35 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Door: From Maven To Gradle - part 3 &#124; BeeWorks</title>
		<link>http://www.beeworks.be/maven-to-gradle-part-1/comment-page-1/#comment-141</link>
		<dc:creator>From Maven To Gradle - part 3 &#124; BeeWorks</dc:creator>
		<pubDate>Thu, 19 Nov 2009 18:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.beeworks.be/?p=285#comment-141</guid>
		<description>[...] the first 2 parts of this series on Gradle, we have migrated a simple project from Maven to Gradle, and [...]</description>
		<content:encoded><![CDATA[<p>[...] the first 2 parts of this series on Gradle, we have migrated a simple project from Maven to Gradle, and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: Roger</title>
		<link>http://www.beeworks.be/maven-to-gradle-part-1/comment-page-1/#comment-134</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Fri, 13 Nov 2009 00:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.beeworks.be/?p=285#comment-134</guid>
		<description>The missing part from all these (for 0.8+ gradle) is how to exclude dependencies.

All the old blog posts use addDepedency([], {exclude:}) or some other styntax which doesn&#039;t run anymore

any ideas :)?</description>
		<content:encoded><![CDATA[<p>The missing part from all these (for 0.8+ gradle) is how to exclude dependencies.</p>
<p>All the old blog posts use addDepedency([], {exclude:}) or some other styntax which doesn&#8217;t run anymore</p>
<p>any ideas <img src='http://www.beeworks.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: From Maven To Gradle - part 2 &#124; BeeWorks</title>
		<link>http://www.beeworks.be/maven-to-gradle-part-1/comment-page-1/#comment-106</link>
		<dc:creator>From Maven To Gradle - part 2 &#124; BeeWorks</dc:creator>
		<pubDate>Mon, 12 Oct 2009 13:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.beeworks.be/?p=285#comment-106</guid>
		<description>[...] the first part of this series, we discovered Gradle and tried to convert a simple Maven project, the domain model [...]</description>
		<content:encoded><![CDATA[<p>[...] the first part of this series, we discovered Gradle and tried to convert a simple Maven project, the domain model [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: Jason Porter</title>
		<link>http://www.beeworks.be/maven-to-gradle-part-1/comment-page-1/#comment-105</link>
		<dc:creator>Jason Porter</dc:creator>
		<pubDate>Sat, 10 Oct 2009 20:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.beeworks.be/?p=285#comment-105</guid>
		<description>Adding your blog post to the External Resources on the Gradle wiki: http://docs.codehaus.org/display/GRADLE/External+Resources</description>
		<content:encoded><![CDATA[<p>Adding your blog post to the External Resources on the Gradle wiki: <a href="http://docs.codehaus.org/display/GRADLE/External+Resources" rel="nofollow">http://docs.codehaus.org/display/GRADLE/External+Resources</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: Peter</title>
		<link>http://www.beeworks.be/maven-to-gradle-part-1/comment-page-1/#comment-103</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sat, 10 Oct 2009 15:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.beeworks.be/?p=285#comment-103</guid>
		<description>This is awesome. The time you wrote this is perfect for me.
I have a hate-love relationship to maven, so I hope I can now switch to sth. better with my timefinder.de project.

Thanks!

&gt; Gradle is the first real contender I’ve seen

There is also buildr. Check out this picture:
http://karussell.wordpress.com/2009/09/29/evolution-of-build-systems/</description>
		<content:encoded><![CDATA[<p>This is awesome. The time you wrote this is perfect for me.<br />
I have a hate-love relationship to maven, so I hope I can now switch to sth. better with my timefinder.de project.</p>
<p>Thanks!</p>
<p>&gt; Gradle is the first real contender I’ve seen</p>
<p>There is also buildr. Check out this picture:<br />
<a href="http://karussell.wordpress.com/2009/09/29/evolution-of-build-systems/" rel="nofollow">http://karussell.wordpress.com/2009/09/29/evolution-of-build-systems/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: Brian</title>
		<link>http://www.beeworks.be/maven-to-gradle-part-1/comment-page-1/#comment-102</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 09 Oct 2009 01:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.beeworks.be/?p=285#comment-102</guid>
		<description>Great write-up man.  Totally breaks down the barrier to entry for Gradle for people working with Maven, especially when working with the Ivy DSL they provide.  I haven&#039;t run into this as much with Java, but when working with Maven and other languages (i.e. - Flex), it&#039;s usually a train wreck.  If you can&#039;t find a plugin to do what you want, you end up doing something similar to what you had to do for Hibernate, and write your own plugin.  The beauty of Ant was that I could tackle those one-offs in my build script without having to construct infrastructure to support it (and the ant-run plugin Maven doesn&#039;t count :) ).  Maven still has me locked in because of three things, dependency management, pom inheritance, and multi-module projects.  Gradle is the first real contender I&#039;ve seen that may offer a flexible enough solution to getting rid of the pain I experience with Maven.  Looking forward to the 2nd post.</description>
		<content:encoded><![CDATA[<p>Great write-up man.  Totally breaks down the barrier to entry for Gradle for people working with Maven, especially when working with the Ivy DSL they provide.  I haven&#8217;t run into this as much with Java, but when working with Maven and other languages (i.e. &#8211; Flex), it&#8217;s usually a train wreck.  If you can&#8217;t find a plugin to do what you want, you end up doing something similar to what you had to do for Hibernate, and write your own plugin.  The beauty of Ant was that I could tackle those one-offs in my build script without having to construct infrastructure to support it (and the ant-run plugin Maven doesn&#8217;t count <img src='http://www.beeworks.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ).  Maven still has me locked in because of three things, dependency management, pom inheritance, and multi-module projects.  Gradle is the first real contender I&#8217;ve seen that may offer a flexible enough solution to getting rid of the pain I experience with Maven.  Looking forward to the 2nd post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: Ray Wenderlich</title>
		<link>http://www.beeworks.be/maven-to-gradle-part-1/comment-page-1/#comment-101</link>
		<dc:creator>Ray Wenderlich</dc:creator>
		<pubDate>Thu, 08 Oct 2009 13:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.beeworks.be/?p=285#comment-101</guid>
		<description>Thanks for the heads up on this.  I too had some issues with Maven so I&#039;ll have to check this out.</description>
		<content:encoded><![CDATA[<p>Thanks for the heads up on this.  I too had some issues with Maven so I&#8217;ll have to check this out.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
