<?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: Update on Groovy and Grails Tools</title>
	<atom:link href="http://blog.springsource.org/2009/08/27/update-on-groovy-and-grails-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.springsource.org/2009/08/27/update-on-groovy-and-grails-tools/</link>
	<description>The voice of SpringSource</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:31:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Kal</title>
		<link>http://blog.springsource.org/2009/08/27/update-on-groovy-and-grails-tools/comment-page-1/#comment-168578</link>
		<dc:creator>Kal</dc:creator>
		<pubDate>Tue, 29 Sep 2009 05:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=2729#comment-168578</guid>
		<description>Christian, the M1 link no longer works. When I click on it, it results on a page that looks like one of those domain name squatters; it tells me that the domain has expired.</description>
		<content:encoded><![CDATA[<p>Christian, the M1 link no longer works. When I click on it, it results on a page that looks like one of those domain name squatters; it tells me that the domain has expired.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igor Poteryaev</title>
		<link>http://blog.springsource.org/2009/08/27/update-on-groovy-and-grails-tools/comment-page-1/#comment-168442</link>
		<dc:creator>Igor Poteryaev</dc:creator>
		<pubDate>Fri, 11 Sep 2009 18:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=2729#comment-168442</guid>
		<description>Andy, thanks for explaining.

Today I have repeated my tests under greclipse v.2. Too sad, but the problem still exists.
I&#039;ll extract smallest possible code to reproduce problem and try to create issue in greclipse JIRA.</description>
		<content:encoded><![CDATA[<p>Andy, thanks for explaining.</p>
<p>Today I have repeated my tests under greclipse v.2. Too sad, but the problem still exists.<br />
I&#039;ll extract smallest possible code to reproduce problem and try to create issue in greclipse JIRA.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aclement</title>
		<link>http://blog.springsource.org/2009/08/27/update-on-groovy-and-grails-tools/comment-page-1/#comment-168407</link>
		<dc:creator>aclement</dc:creator>
		<pubDate>Mon, 07 Sep 2009 18:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=2729#comment-168407</guid>
		<description>@Igor the intention is that compilation will behave the same inside or outside of Eclipse.  Please try your code under Greclipse v2 and let us know if you have a problem.  As far as I am aware all the dynamic methods are added correctly under Eclipse, if they are not then it is a bug.  If the grails compilation is using extra transforms to add dynamic methods, these transforms should work fine within eclipse too.

Andy Clement
Greclipse Committer, SpringSource</description>
		<content:encoded><![CDATA[<p>@Igor the intention is that compilation will behave the same inside or outside of Eclipse.  Please try your code under Greclipse v2 and let us know if you have a problem.  As far as I am aware all the dynamic methods are added correctly under Eclipse, if they are not then it is a bug.  If the grails compilation is using extra transforms to add dynamic methods, these transforms should work fine within eclipse too.</p>
<p>Andy Clement<br />
Greclipse Committer, SpringSource</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hari</title>
		<link>http://blog.springsource.org/2009/08/27/update-on-groovy-and-grails-tools/comment-page-1/#comment-168406</link>
		<dc:creator>Hari</dc:creator>
		<pubDate>Mon, 07 Sep 2009 16:39:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=2729#comment-168406</guid>
		<description>I would have done my project better if I got this tool before..</description>
		<content:encoded><![CDATA[<p>I would have done my project better if I got this tool before..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitter Trackbacks for Update on Groovy and Grails Tools &#124; SpringSource Team Blog [springsource.com] on Topsy.com</title>
		<link>http://blog.springsource.org/2009/08/27/update-on-groovy-and-grails-tools/comment-page-1/#comment-168301</link>
		<dc:creator>Twitter Trackbacks for Update on Groovy and Grails Tools &#124; SpringSource Team Blog [springsource.com] on Topsy.com</dc:creator>
		<pubDate>Fri, 28 Aug 2009 13:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=2729#comment-168301</guid>
		<description>[...] link is being shared on Twitter right now. @cdupuis, an influential author, said update on #groovy and [...]</description>
		<content:encoded><![CDATA[<p>[...] link is being shared on Twitter right now. @cdupuis, an influential author, said update on #groovy and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igor Poteryaev</title>
		<link>http://blog.springsource.org/2009/08/27/update-on-groovy-and-grails-tools/comment-page-1/#comment-168298</link>
		<dc:creator>Igor Poteryaev</dc:creator>
		<pubDate>Fri, 28 Aug 2009 11:02:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=2729#comment-168298</guid>
		<description>Once time upon, using greclipse v.1, I found that some tests fails when compiling within IDE, but same tests was ok when compiling and run with command line grails.
The reason was missed dynamics methods which was added by modigied compiler used by grails.
Will new grecplise use own groovy compiler for grails classes, or will use grails supplied one ?</description>
		<content:encoded><![CDATA[<p>Once time upon, using greclipse v.1, I found that some tests fails when compiling within IDE, but same tests was ok when compiling and run with command line grails.<br />
The reason was missed dynamics methods which was added by modigied compiler used by grails.<br />
Will new grecplise use own groovy compiler for grails classes, or will use grails supplied one ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Flower</title>
		<link>http://blog.springsource.org/2009/08/27/update-on-groovy-and-grails-tools/comment-page-1/#comment-168284</link>
		<dc:creator>Martin Flower</dc:creator>
		<pubDate>Thu, 27 Aug 2009 12:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=2729#comment-168284</guid>
		<description>Excellent communication and expectation management.  Keep up the good work.</description>
		<content:encoded><![CDATA[<p>Excellent communication and expectation management.  Keep up the good work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

