<?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: Groovy-related Configuration Changes</title>
	<atom:link href="http://blogs.jetbrains.com/idea/2009/09/groovy-related-configuration-changes/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.jetbrains.com/idea/2009/09/groovy-related-configuration-changes/</link>
	<description>tips &#38; tricks, news, how-to's</description>
	<pubDate>Wed, 16 May 2012 21:16:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Peter Gromov</title>
		<link>http://blogs.jetbrains.com/idea/2009/09/groovy-related-configuration-changes/#comment-127136</link>
		<dc:creator>Peter Gromov</dc:creator>
		<pubDate>Thu, 25 Feb 2010 21:57:37 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1815#comment-127136</guid>
		<description>Community Edition doesn't include Grails support</description>
		<content:encoded><![CDATA[<p>Community Edition doesn&#8217;t include Grails support</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marquex</title>
		<link>http://blogs.jetbrains.com/idea/2009/09/groovy-related-configuration-changes/#comment-126753</link>
		<dc:creator>marquex</dc:creator>
		<pubDate>Sun, 21 Feb 2010 11:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1815#comment-126753</guid>
		<description>When i create a new application module the option to create a Grails application in not displayed. I'm using the home edition of idea IDE, does it matter?</description>
		<content:encoded><![CDATA[<p>When i create a new application module the option to create a Grails application in not displayed. I&#8217;m using the home edition of idea IDE, does it matter?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans</title>
		<link>http://blogs.jetbrains.com/idea/2009/09/groovy-related-configuration-changes/#comment-116329</link>
		<dc:creator>Hans</dc:creator>
		<pubDate>Thu, 24 Sep 2009 15:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1815#comment-116329</guid>
		<description>Thanks, it worked.</description>
		<content:encoded><![CDATA[<p>Thanks, it worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Gromov</title>
		<link>http://blogs.jetbrains.com/idea/2009/09/groovy-related-configuration-changes/#comment-116207</link>
		<dc:creator>Peter Gromov</dc:creator>
		<pubDate>Tue, 22 Sep 2009 09:19:51 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1815#comment-116207</guid>
		<description>Hans,

Go to Compiler &#124; Resource patterns settings and add a pattern there that covers your class/script path.</description>
		<content:encoded><![CDATA[<p>Hans,</p>
<p>Go to Compiler | Resource patterns settings and add a pattern there that covers your class/script path.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans</title>
		<link>http://blogs.jetbrains.com/idea/2009/09/groovy-related-configuration-changes/#comment-116196</link>
		<dc:creator>Hans</dc:creator>
		<pubDate>Mon, 21 Sep 2009 23:18:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1815#comment-116196</guid>
		<description>What if I don't want the groovy class/script to be compiled? currently I'm having issues with this and Maia.</description>
		<content:encoded><![CDATA[<p>What if I don&#8217;t want the groovy class/script to be compiled? currently I&#8217;m having issues with this and Maia.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Gromov</title>
		<link>http://blogs.jetbrains.com/idea/2009/09/groovy-related-configuration-changes/#comment-115695</link>
		<dc:creator>Peter Gromov</dc:creator>
		<pubDate>Wed, 09 Sep 2009 13:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1815#comment-115695</guid>
		<description>Steve,

Probably there should be a possibility to run Gradle scripts via gradle-wrapper.jar. But in this case IDEA won't resolve any Gradle's classes except for those found in that jar. They'll be red or even wrongly auto-imported (http://www.jetbrains.net/jira/browse/IDEADEV-40264). So IDEA will anyway need to undertstand where the full Gradle distribution is located.</description>
		<content:encoded><![CDATA[<p>Steve,</p>
<p>Probably there should be a possibility to run Gradle scripts via gradle-wrapper.jar. But in this case IDEA won&#8217;t resolve any Gradle&#8217;s classes except for those found in that jar. They&#8217;ll be red or even wrongly auto-imported (http://www.jetbrains.net/jira/browse/IDEADEV-40264). So IDEA will anyway need to undertstand where the full Gradle distribution is located.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Appling</title>
		<link>http://blogs.jetbrains.com/idea/2009/09/groovy-related-configuration-changes/#comment-115694</link>
		<dc:creator>Steve Appling</dc:creator>
		<pubDate>Wed, 09 Sep 2009 12:44:21 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1815#comment-115694</guid>
		<description>The proposed changes to the gradle configuration look great!  That is much better than requiring the gradle jar in the classpath.  The screen shot didn't show the gradle configuration screen, but it probably needs more than just an installation directory.  It should also support a gradlew script.  Many projects will just check in a gradlew into VCS to bootstrap their build process.  It would be nice to allow selection of either a full gradle installation directory or a gradlew script.</description>
		<content:encoded><![CDATA[<p>The proposed changes to the gradle configuration look great!  That is much better than requiring the gradle jar in the classpath.  The screen shot didn&#8217;t show the gradle configuration screen, but it probably needs more than just an installation directory.  It should also support a gradlew script.  Many projects will just check in a gradlew into VCS to bootstrap their build process.  It would be nice to allow selection of either a full gradle installation directory or a gradlew script.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

