<?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: Running EasyB Specs From Gradle</title>
	<atom:link href="http://blog.james-carr.org/2010/02/12/running-easyb-specs-from-gradle/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.james-carr.org/2010/02/12/running-easyb-specs-from-gradle/</link>
	<description>Rants and Musings of an Agile Developer</description>
	<lastBuildDate>Thu, 26 Jan 2012 11:54:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: James Carr</title>
		<link>http://blog.james-carr.org/2010/02/12/running-easyb-specs-from-gradle/#comment-127336</link>
		<dc:creator>James Carr</dc:creator>
		<pubDate>Sun, 14 Feb 2010 21:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.james-carr.org/?p=691#comment-127336</guid>
		<description>Thanks a lot Hans!</description>
		<content:encoded><![CDATA[<p>Thanks a lot Hans!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans Dockter</title>
		<link>http://blog.james-carr.org/2010/02/12/running-easyb-specs-from-gradle/#comment-127330</link>
		<dc:creator>Hans Dockter</dc:creator>
		<pubDate>Sun, 14 Feb 2010 19:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.james-carr.org/?p=691#comment-127330</guid>
		<description>Hi James,

alternatively you can use the Gradle API for the filtering.

sourceSets.java.allSource.matching { include &quot;**/*.specification&quot; }.each { specFile -&gt; 
   arg(value: specFile)
}</description>
		<content:encoded><![CDATA[<p>Hi James,</p>
<p>alternatively you can use the Gradle API for the filtering.</p>
<p>sourceSets.java.allSource.matching { include &#8220;**/*.specification&#8221; }.each { specFile -&gt;<br />
   arg(value: specFile)<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

