<?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: Building a Grails project with Gradle</title>
	<atom:link href="http://www.cacoethes.co.uk/blog/groovyandgrails/building-a-grails-project-with-gradle/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cacoethes.co.uk/blog/groovyandgrails/building-a-grails-project-with-gradle</link>
	<description>A search for meaning in software and life</description>
	<lastBuildDate>Tue, 31 Aug 2010 09:23:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter</title>
		<link>http://www.cacoethes.co.uk/blog/groovyandgrails/building-a-grails-project-with-gradle/comment-page-1#comment-1150</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 27 Aug 2010 06:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.cacoethes.co.uk/blog/?p=196#comment-1150</guid>
		<description>Yes, I was going to refer you to that page :) Luke Daley has been doing some more work on the plugin, so might see a version 1.1 shortly. That reminds me, I need to revert the README back to version 1.0.</description>
		<content:encoded><![CDATA[<p>Yes, I was going to refer you to that page <img src='http://www.cacoethes.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Luke Daley has been doing some more work on the plugin, so might see a version 1.1 shortly. That reminds me, I need to revert the README back to version 1.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Higgins-Thomas</title>
		<link>http://www.cacoethes.co.uk/blog/groovyandgrails/building-a-grails-project-with-gradle/comment-page-1#comment-1149</link>
		<dc:creator>James Higgins-Thomas</dc:creator>
		<pubDate>Thu, 26 Aug 2010 22:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.cacoethes.co.uk/blog/?p=196#comment-1149</guid>
		<description>Or, better, refer to here: http://github.com/grails/grails-gradle-plugin for more current information</description>
		<content:encoded><![CDATA[<p>Or, better, refer to here: <a href="http://github.com/grails/grails-gradle-plugin" rel="nofollow">http://github.com/grails/grails-gradle-plugin</a> for more current information</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Higgins-Thomas</title>
		<link>http://www.cacoethes.co.uk/blog/groovyandgrails/building-a-grails-project-with-gradle/comment-page-1#comment-1148</link>
		<dc:creator>James Higgins-Thomas</dc:creator>
		<pubDate>Thu, 26 Aug 2010 21:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.cacoethes.co.uk/blog/?p=196#comment-1148</guid>
		<description>Ah, to that last point - add     
mavenRepo urls: &#039;http://repository.jboss.org/nexus/content/groups/public-jboss/&#039;
to the second repositories {} collection...</description>
		<content:encoded><![CDATA[<p>Ah, to that last point &#8211; add<br />
mavenRepo urls: &#8216;http://repository.jboss.org/nexus/content/groups/public-jboss/&#8217;<br />
to the second repositories {} collection&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Higgins-Thomas</title>
		<link>http://www.cacoethes.co.uk/blog/groovyandgrails/building-a-grails-project-with-gradle/comment-page-1#comment-1147</link>
		<dc:creator>James Higgins-Thomas</dc:creator>
		<pubDate>Thu, 26 Aug 2010 21:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.cacoethes.co.uk/blog/?p=196#comment-1147</guid>
		<description>Many thanks for doing this!  I&#039;ve struggled trying to integrate a grails sub-component with non-grails projects before and this looks like it&#039;s super simple.  Haven&#039;t gotten it working yet (I think my mind refuses to wrap around the maven/ivy dependency models).  I am using Grails 1.3.4 and had to make two changes (so far):

apply id: &quot;grails&quot; -&gt; apply plugin: &quot;grails&quot; {as noted in the above thread}

and

compile &quot;org.grails:grails-crud:1.2.0&quot;, &quot;org.grails:grails-gorm:1.2.0&quot; -&gt; compile &quot;org.grails:grails-crud:1.3.4&quot;, &quot;org.grails:grails-gorm:1.3.4&quot;

Now if I can just figure out the reference to org.jboss.netty#netty;3.1.5.GA ...</description>
		<content:encoded><![CDATA[<p>Many thanks for doing this!  I&#8217;ve struggled trying to integrate a grails sub-component with non-grails projects before and this looks like it&#8217;s super simple.  Haven&#8217;t gotten it working yet (I think my mind refuses to wrap around the maven/ivy dependency models).  I am using Grails 1.3.4 and had to make two changes (so far):</p>
<p>apply id: &#8220;grails&#8221; -&gt; apply plugin: &#8220;grails&#8221; {as noted in the above thread}</p>
<p>and</p>
<p>compile &#8220;org.grails:grails-crud:1.2.0&#8243;, &#8220;org.grails:grails-gorm:1.2.0&#8243; -&gt; compile &#8220;org.grails:grails-crud:1.3.4&#8243;, &#8220;org.grails:grails-gorm:1.3.4&#8243;</p>
<p>Now if I can just figure out the reference to org.jboss.netty#netty;3.1.5.GA &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Stoneham</title>
		<link>http://www.cacoethes.co.uk/blog/groovyandgrails/building-a-grails-project-with-gradle/comment-page-1#comment-1120</link>
		<dc:creator>John Stoneham</dc:creator>
		<pubDate>Tue, 20 Jul 2010 23:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.cacoethes.co.uk/blog/?p=196#comment-1120</guid>
		<description>Notes for those finding this blog post: trying this with gradle 0.9-preview-3 and the latest snapshot, I have to change the second script above to say 

apply plugin: &quot;grails&quot;</description>
		<content:encoded><![CDATA[<p>Notes for those finding this blog post: trying this with gradle 0.9-preview-3 and the latest snapshot, I have to change the second script above to say </p>
<p>apply plugin: &#8220;grails&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.cacoethes.co.uk/blog/groovyandgrails/building-a-grails-project-with-gradle/comment-page-1#comment-1079</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 08 Jun 2010 16:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.cacoethes.co.uk/blog/?p=196#comment-1079</guid>
		<description>Hmmm...something else I need to take a look at. Too much to do! What error do you get if you don&#039;t apply the java and Groovy plugins? It delegates to the Grails build, so those plugins shouldn&#039;t be needed.</description>
		<content:encoded><![CDATA[<p>Hmmm&#8230;something else I need to take a look at. Too much to do! What error do you get if you don&#8217;t apply the java and Groovy plugins? It delegates to the Grails build, so those plugins shouldn&#8217;t be needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred Grott</title>
		<link>http://www.cacoethes.co.uk/blog/groovyandgrails/building-a-grails-project-with-gradle/comment-page-1#comment-1077</link>
		<dc:creator>Fred Grott</dc:creator>
		<pubDate>Tue, 08 Jun 2010 16:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.cacoethes.co.uk/blog/?p=196#comment-1077</guid>
		<description>Peter, I have not completed full testing yet but I have found with gradle 0.9 preview 3 that I had to apply plugins java and groovy before the grails plugin..

No task with same name conflicts so far</description>
		<content:encoded><![CDATA[<p>Peter, I have not completed full testing yet but I have found with gradle 0.9 preview 3 that I had to apply plugins java and groovy before the grails plugin..</p>
<p>No task with same name conflicts so far</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.cacoethes.co.uk/blog/groovyandgrails/building-a-grails-project-with-gradle/comment-page-1#comment-1041</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Thu, 06 May 2010 09:27:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.cacoethes.co.uk/blog/?p=196#comment-1041</guid>
		<description>OK, I&#039;ve released a new 1.0-SNAPSHOT. If there aren&#039;t any reports within a couple of weeks, I&#039;ll release as 1.0.</description>
		<content:encoded><![CDATA[<p>OK, I&#8217;ve released a new 1.0-SNAPSHOT. If there aren&#8217;t any reports within a couple of weeks, I&#8217;ll release as 1.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.cacoethes.co.uk/blog/groovyandgrails/building-a-grails-project-with-gradle/comment-page-1#comment-1036</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 04 May 2010 08:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.cacoethes.co.uk/blog/?p=196#comment-1036</guid>
		<description>@Helmut Thanks for the report. I have Ben&#039;s changes incorporated locally now, but I still need to resolve this &quot;task with that name already exists&quot; error. Hopefully one of the Gradle team will be able to help out. Once that&#039;s fixed, I&#039;ll re-release the plugin, probably as version 1.0.</description>
		<content:encoded><![CDATA[<p>@Helmut Thanks for the report. I have Ben&#8217;s changes incorporated locally now, but I still need to resolve this &#8220;task with that name already exists&#8221; error. Hopefully one of the Gradle team will be able to help out. Once that&#8217;s fixed, I&#8217;ll re-release the plugin, probably as version 1.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helmut Tammen</title>
		<link>http://www.cacoethes.co.uk/blog/groovyandgrails/building-a-grails-project-with-gradle/comment-page-1#comment-1027</link>
		<dc:creator>Helmut Tammen</dc:creator>
		<pubDate>Sun, 02 May 2010 09:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.cacoethes.co.uk/blog/?p=196#comment-1027</guid>
		<description>I detected another issue that only appears when using the Grails plugin (does not appear with Groovy or Java plugin).

When defining a new task in the build script like
task doit &lt;&lt; {
  println &quot;ready&quot;
}

I get the following runtime error:
Cause: Cannot add task &#039;:doit&#039; as a task with that name already exists.

If I use this it works:
task doit(overwrite: true) &lt;&lt; {
  println &quot;ready&quot;
}</description>
		<content:encoded><![CDATA[<p>I detected another issue that only appears when using the Grails plugin (does not appear with Groovy or Java plugin).</p>
<p>When defining a new task in the build script like<br />
task doit &lt;&lt; {<br />
  println &quot;ready&quot;<br />
}</p>
<p>I get the following runtime error:<br />
Cause: Cannot add task &#039;:doit&#039; as a task with that name already exists.</p>
<p>If I use this it works:<br />
task doit(overwrite: true) &lt;&lt; {<br />
  println &quot;ready&quot;<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
