<?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>Comments on: Buildr Still Not Ready for Prime Time</title>
	<atom:link href="http://www.codecommit.com/blog/java/buildr-still-not-ready-for-prime-time/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codecommit.com/blog/java/buildr-still-not-ready-for-prime-time</link>
	<description>(permanently in beta)</description>
	<lastBuildDate>Sun, 29 Aug 2010 20:01:44 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Daniel Spiewak</title>
		<link>http://www.codecommit.com/blog/java/buildr-still-not-ready-for-prime-time/comment-page-1#comment-3718</link>
		<dc:creator>Daniel Spiewak</dc:creator>
		<pubDate>Thu, 05 Jun 2008 18:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.codecommit.com/blog/java/buildr-still-not-ready-for-prime-time#comment-3718</guid>
		<description>To be honest, I know next-to-nothing about it.  I&#039;ve looked at their project page briefly, and it seemed interesting, but the syntax looked almost too heavy-weight for a proper build system.  Even Buildr can be a bit too much at times.  That was just my impression though, I&#039;m sure there&#039;s a lot about it that I&#039;m missing.</description>
		<content:encoded><![CDATA[<p>To be honest, I know next-to-nothing about it.  I&#8217;ve looked at their project page briefly, and it seemed interesting, but the syntax looked almost too heavy-weight for a proper build system.  Even Buildr can be a bit too much at times.  That was just my impression though, I&#8217;m sure there&#8217;s a lot about it that I&#8217;m missing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ittay Dror</title>
		<link>http://www.codecommit.com/blog/java/buildr-still-not-ready-for-prime-time/comment-page-1#comment-3713</link>
		<dc:creator>Ittay Dror</dc:creator>
		<pubDate>Thu, 05 Jun 2008 10:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.codecommit.com/blog/java/buildr-still-not-ready-for-prime-time#comment-3713</guid>
		<description>Do you mind sharing your thoughts on Gradle?</description>
		<content:encoded><![CDATA[<p>Do you mind sharing your thoughts on Gradle?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Binstock</title>
		<link>http://www.codecommit.com/blog/java/buildr-still-not-ready-for-prime-time/comment-page-1#comment-3578</link>
		<dc:creator>Andrew Binstock</dc:creator>
		<pubDate>Mon, 12 May 2008 22:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.codecommit.com/blog/java/buildr-still-not-ready-for-prime-time#comment-3578</guid>
		<description>Gant and Gradle are two possibilities. They both use Groovy as the scripting language and they eschew XML. Gant is the build engine used by Grails, so it clearly works on large complex projects. Just a thought.</description>
		<content:encoded><![CDATA[<p>Gant and Gradle are two possibilities. They both use Groovy as the scripting language and they eschew XML. Gant is the build engine used by Grails, so it clearly works on large complex projects. Just a thought.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Spiewak</title>
		<link>http://www.codecommit.com/blog/java/buildr-still-not-ready-for-prime-time/comment-page-1#comment-3577</link>
		<dc:creator>Daniel Spiewak</dc:creator>
		<pubDate>Mon, 12 May 2008 22:02:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.codecommit.com/blog/java/buildr-still-not-ready-for-prime-time#comment-3577</guid>
		<description>While I agree that there are some cases were transitive dependencies can be a major pain / totally crippling, I still think that they are a *critical* feature for any dependency management system.  They eliminate a lot of redundancy and make it much easier to work with major packages like Hibernate and Wicket.</description>
		<content:encoded><![CDATA[<p>While I agree that there are some cases were transitive dependencies can be a major pain / totally crippling, I still think that they are a *critical* feature for any dependency management system.  They eliminate a lot of redundancy and make it much easier to work with major packages like Hibernate and Wicket.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Brown</title>
		<link>http://www.codecommit.com/blog/java/buildr-still-not-ready-for-prime-time/comment-page-1#comment-3576</link>
		<dc:creator>Paul Brown</dc:creator>
		<pubDate>Mon, 12 May 2008 21:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.codecommit.com/blog/java/buildr-still-not-ready-for-prime-time#comment-3576</guid>
		<description>I can definitely see where your criticism of the feature comes from, seeing as it doesn&#039;t currently work well, but it&#039;s ironic because transitive dependencies are in many cases undesirable.  The cleanliness and correctness of the POMs buried deep beneath the other POMs that you rely on can have undesirable effects, e.g., putting JUnit or three different versions of commons-logging in your web application...</description>
		<content:encoded><![CDATA[<p>I can definitely see where your criticism of the feature comes from, seeing as it doesn&#8217;t currently work well, but it&#8217;s ironic because transitive dependencies are in many cases undesirable.  The cleanliness and correctness of the POMs buried deep beneath the other POMs that you rely on can have undesirable effects, e.g., putting JUnit or three different versions of commons-logging in your web application&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Spiewak</title>
		<link>http://www.codecommit.com/blog/java/buildr-still-not-ready-for-prime-time/comment-page-1#comment-3575</link>
		<dc:creator>Daniel Spiewak</dc:creator>
		<pubDate>Mon, 12 May 2008 19:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.codecommit.com/blog/java/buildr-still-not-ready-for-prime-time#comment-3575</guid>
		<description>@Assaf

I&#039;m looking forward to it!  1.4 is going to be a great release.</description>
		<content:encoded><![CDATA[<p>@Assaf</p>
<p>I&#8217;m looking forward to it!  1.4 is going to be a great release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Assaf</title>
		<link>http://www.codecommit.com/blog/java/buildr-still-not-ready-for-prime-time/comment-page-1#comment-3574</link>
		<dc:creator>Assaf</dc:creator>
		<pubDate>Mon, 12 May 2008 19:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.codecommit.com/blog/java/buildr-still-not-ready-for-prime-time#comment-3574</guid>
		<description>From what I could tell it would deal with SWF and SWC correctly, the problem is only with master POMs that a few (but pretty damn useful) projects use.  Hopefully we&#039;ll fix that for the transitive method soon enough.

Separately, watch the buildr-dev list.  Looks like we have agreement on doing transitive dependencies rfor 1.4.</description>
		<content:encoded><![CDATA[<p>From what I could tell it would deal with SWF and SWC correctly, the problem is only with master POMs that a few (but pretty damn useful) projects use.  Hopefully we&#8217;ll fix that for the transitive method soon enough.</p>
<p>Separately, watch the buildr-dev list.  Looks like we have agreement on doing transitive dependencies rfor 1.4.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Spiewak</title>
		<link>http://www.codecommit.com/blog/java/buildr-still-not-ready-for-prime-time/comment-page-1#comment-3573</link>
		<dc:creator>Daniel Spiewak</dc:creator>
		<pubDate>Mon, 12 May 2008 15:49:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.codecommit.com/blog/java/buildr-still-not-ready-for-prime-time#comment-3573</guid>
		<description>Hmm, SWF artifacts might be a problem.  You could actually reuse the same `pom_only` method since actually it&#039;s doing a generic mock of a JAR file.  In fact, you would have to use this method on any artifact which does not contain a JAR, not just artifacts which are POM only.

As an aside, I&#039;m not sure that Buildr knows how to properly download SWF artifacts.  It&#039;s fairly hacky right now, the way it parses the POM and figures out what to download.  You may have to write some special logic for this above and beyond the workaround for JAR-less artifacts.</description>
		<content:encoded><![CDATA[<p>Hmm, SWF artifacts might be a problem.  You could actually reuse the same `pom_only` method since actually it&#8217;s doing a generic mock of a JAR file.  In fact, you would have to use this method on any artifact which does not contain a JAR, not just artifacts which are POM only.</p>
<p>As an aside, I&#8217;m not sure that Buildr knows how to properly download SWF artifacts.  It&#8217;s fairly hacky right now, the way it parses the POM and figures out what to download.  You may have to write some special logic for this above and beyond the workaround for JAR-less artifacts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim O'Brien</title>
		<link>http://www.codecommit.com/blog/java/buildr-still-not-ready-for-prime-time/comment-page-1#comment-3572</link>
		<dc:creator>Tim O'Brien</dc:creator>
		<pubDate>Mon, 12 May 2008 15:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.codecommit.com/blog/java/buildr-still-not-ready-for-prime-time#comment-3572</guid>
		<description>What about stuff like SWF and SWC artifacts.   Would I have to write a workaround that handles all the different types of dependencies I might want to retrieve from the remote repository?</description>
		<content:encoded><![CDATA[<p>What about stuff like SWF and SWC artifacts.   Would I have to write a workaround that handles all the different types of dependencies I might want to retrieve from the remote repository?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Tjernlund</title>
		<link>http://www.codecommit.com/blog/java/buildr-still-not-ready-for-prime-time/comment-page-1#comment-3571</link>
		<dc:creator>Erik Tjernlund</dc:creator>
		<pubDate>Mon, 12 May 2008 07:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.codecommit.com/blog/java/buildr-still-not-ready-for-prime-time#comment-3571</guid>
		<description>I like Schmant (http://www.schmant.org/) as a build tool.</description>
		<content:encoded><![CDATA[<p>I like Schmant (<a href="http://www.schmant.org/" rel="nofollow">http://www.schmant.org/</a>) as a build tool.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
