<?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"
	>
<channel>
	<title>Comments on: Gradle Support</title>
	<atom:link href="http://blogs.jetbrains.com/idea/2009/08/gradle-support/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.jetbrains.com/idea/2009/08/gradle-support/</link>
	<description>tips &#38; tricks, news, how-to's</description>
	<pubDate>Mon, 13 Feb 2012 06:08:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Ben Doerr</title>
		<link>http://blogs.jetbrains.com/idea/2009/08/gradle-support/#comment-132897</link>
		<dc:creator>Ben Doerr</dc:creator>
		<pubDate>Tue, 27 Apr 2010 13:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1584#comment-132897</guid>
		<description>Just noticed that the gradle guys have put together a gradle-intellij-gui plugin. http://github.com/gradle/gradle-intellij-gui</description>
		<content:encoded><![CDATA[<p>Just noticed that the gradle guys have put together a gradle-intellij-gui plugin. <a href="http://github.com/gradle/gradle-intellij-gui" rel="nofollow">http://github.com/gradle/gradle-intellij-gui</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger Studner</title>
		<link>http://blogs.jetbrains.com/idea/2009/08/gradle-support/#comment-126131</link>
		<dc:creator>Roger Studner</dc:creator>
		<pubDate>Mon, 15 Feb 2010 04:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1584#comment-126131</guid>
		<description>All sorts of ways this isn't right now.

a) there isn't a groovy facet.. it is Add Framework Support.

b) Gradle 0.8/lib bundles groovy 1.6.4.. what if you are already using groovy 1.7 :)

Just not sure if this is a "feature" in any way anymore</description>
		<content:encoded><![CDATA[<p>All sorts of ways this isn&#8217;t right now.</p>
<p>a) there isn&#8217;t a groovy facet.. it is Add Framework Support.</p>
<p>b) Gradle 0.8/lib bundles groovy 1.6.4.. what if you are already using groovy 1.7 <img src='http://blogs.jetbrains.com/idea/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Just not sure if this is a &#8220;feature&#8221; in any way anymore</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Gromov</title>
		<link>http://blogs.jetbrains.com/idea/2009/08/gradle-support/#comment-119437</link>
		<dc:creator>Peter Gromov</dc:creator>
		<pubDate>Fri, 13 Nov 2009 12:19:27 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1584#comment-119437</guid>
		<description>Roger,

No, we're not running Gradle scripts to extract dependencies. Sounds like a nice feature or idea for a separate plugin.</description>
		<content:encoded><![CDATA[<p>Roger,</p>
<p>No, we&#8217;re not running Gradle scripts to extract dependencies. Sounds like a nice feature or idea for a separate plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger Studner</title>
		<link>http://blogs.jetbrains.com/idea/2009/08/gradle-support/#comment-119414</link>
		<dc:creator>Roger Studner</dc:creator>
		<pubDate>Fri, 13 Nov 2009 01:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1584#comment-119414</guid>
		<description>Well, the make key, to me, for all of this.. is that Intellij will be able to auto-configure the "lib" dependencies of a project via a gradle build script.

m2eclipse, and the ivyde plugins for eclipse... always were so painful about this part..  which in the end turned the IDE into a "text editor" and all build work had to be done outside the IDE, with jars being manaually copied around.

blech!</description>
		<content:encoded><![CDATA[<p>Well, the make key, to me, for all of this.. is that Intellij will be able to auto-configure the &#8220;lib&#8221; dependencies of a project via a gradle build script.</p>
<p>m2eclipse, and the ivyde plugins for eclipse&#8230; always were so painful about this part..  which in the end turned the IDE into a &#8220;text editor&#8221; and all build work had to be done outside the IDE, with jars being manaually copied around.</p>
<p>blech!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Gromov</title>
		<link>http://blogs.jetbrains.com/idea/2009/08/gradle-support/#comment-115428</link>
		<dc:creator>Peter Gromov</dc:creator>
		<pubDate>Wed, 02 Sep 2009 20:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1584#comment-115428</guid>
		<description>Steve,

Yes, you're completely right. I doubt a bit whether it should be per-project or per-application setting, but I'm going to start with per-project and see what happens. The work is in progress and may be finished before the next EAP.</description>
		<content:encoded><![CDATA[<p>Steve,</p>
<p>Yes, you&#8217;re completely right. I doubt a bit whether it should be per-project or per-application setting, but I&#8217;m going to start with per-project and see what happens. The work is in progress and may be finished before the next EAP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Appling</title>
		<link>http://blogs.jetbrains.com/idea/2009/08/gradle-support/#comment-115426</link>
		<dc:creator>Steve Appling</dc:creator>
		<pubDate>Wed, 02 Sep 2009 19:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1584#comment-115426</guid>
		<description>I would think it would be more natural to just define the location of the gradle install in a plugin - just like you specify an ANT install.  This is a project level setting (not per module) and seems like it should be a property of the plugin.  It seems very strange to be required to put my build tool in the classpath for my product.  I don't want the gradle classes accessible at runtime by my project's code.  Wouldn't you find it odd to require ant.jar to be added to a module's classpath to get ant support?  Why is Gradle handled differently?</description>
		<content:encoded><![CDATA[<p>I would think it would be more natural to just define the location of the gradle install in a plugin - just like you specify an ANT install.  This is a project level setting (not per module) and seems like it should be a property of the plugin.  It seems very strange to be required to put my build tool in the classpath for my product.  I don&#8217;t want the gradle classes accessible at runtime by my project&#8217;s code.  Wouldn&#8217;t you find it odd to require ant.jar to be added to a module&#8217;s classpath to get ant support?  Why is Gradle handled differently?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Niederwieser</title>
		<link>http://blogs.jetbrains.com/idea/2009/08/gradle-support/#comment-115253</link>
		<dc:creator>Peter Niederwieser</dc:creator>
		<pubDate>Sat, 29 Aug 2009 20:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1584#comment-115253</guid>
		<description>Great to see some Gradle support in Maia! Now I'm waiting for the killer feature - the ability to import a Gradle project into IDEA...</description>
		<content:encoded><![CDATA[<p>Great to see some Gradle support in Maia! Now I&#8217;m waiting for the killer feature - the ability to import a Gradle project into IDEA&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Gromov</title>
		<link>http://blogs.jetbrains.com/idea/2009/08/gradle-support/#comment-115125</link>
		<dc:creator>Peter Gromov</dc:creator>
		<pubDate>Thu, 27 Aug 2009 10:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1584#comment-115125</guid>
		<description>Steve,

Actually you don't need a Groovy facet, it just provides a user-friendly interface to add Gradle to classpath. Actually it's the Gradle library in classpath which enables Gradle support, and it's necessary. So there's currently no way of having different Groovy and Gradle versions in one module. Maybe there will be one in future.

Do you have any suggestions on how to make the Gradle configuration more intuitive, natural and Groovy-independent?</description>
		<content:encoded><![CDATA[<p>Steve,</p>
<p>Actually you don&#8217;t need a Groovy facet, it just provides a user-friendly interface to add Gradle to classpath. Actually it&#8217;s the Gradle library in classpath which enables Gradle support, and it&#8217;s necessary. So there&#8217;s currently no way of having different Groovy and Gradle versions in one module. Maybe there will be one in future.</p>
<p>Do you have any suggestions on how to make the Gradle configuration more intuitive, natural and Groovy-independent?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans Dockter</title>
		<link>http://blogs.jetbrains.com/idea/2009/08/gradle-support/#comment-115083</link>
		<dc:creator>Hans Dockter</dc:creator>
		<pubDate>Wed, 26 Aug 2009 19:03:05 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1584#comment-115083</guid>
		<description>Yes. That would work without a problem.</description>
		<content:encoded><![CDATA[<p>Yes. That would work without a problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Appling</title>
		<link>http://blogs.jetbrains.com/idea/2009/08/gradle-support/#comment-115075</link>
		<dc:creator>Steve Appling</dc:creator>
		<pubDate>Wed, 26 Aug 2009 16:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1584#comment-115075</guid>
		<description>I'm very happy that IDEA will include Gradle support, but find it odd that it is done through the Groovy facet.  Why should I have to have a Groovy facet if I'm not using Groovy in my project.  Gradle is just a build tool and does not imply any use of Groovy in your project.  Wouldn't you find it odd to require a Groovy facet to be able to use Ant?  Won't this cause problems if I am using Groovy, but need a different version of groovy than the one used in Gradle?

It seems like a Gradle installation should be independently selectable in a Gradle plugin like an Ant one is.</description>
		<content:encoded><![CDATA[<p>I&#8217;m very happy that IDEA will include Gradle support, but find it odd that it is done through the Groovy facet.  Why should I have to have a Groovy facet if I&#8217;m not using Groovy in my project.  Gradle is just a build tool and does not imply any use of Groovy in your project.  Wouldn&#8217;t you find it odd to require a Groovy facet to be able to use Ant?  Won&#8217;t this cause problems if I am using Groovy, but need a different version of groovy than the one used in Gradle?</p>
<p>It seems like a Gradle installation should be independently selectable in a Gradle plugin like an Ant one is.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

