<?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: Grails Bug?</title>
	<atom:link href="http://www.mcdonaldland.info/2008/04/09/grails-bug/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mcdonaldland.info/2008/04/09/grails-bug/</link>
	<description>A magical discussion of software, economics, and other assorted theories. but mainly software.</description>
	<lastBuildDate>Tue, 31 Jan 2012 22:21:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jason McDonald</title>
		<link>http://www.mcdonaldland.info/2008/04/09/grails-bug/#comment-397</link>
		<dc:creator>Jason McDonald</dc:creator>
		<pubDate>Thu, 10 Apr 2008 12:41:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.mcdonaldland.info/2008/04/09/grails-bug/#comment-397</guid>
		<description>Thanks Kevin - I had not discovered the clean target yet.

I am using IntelliJ 7, which I think may be part of the problem. I wasn&#039;t aware that grails would build to its own directory so my IntelliJ build and the command line build were going to two separate places. I did multiple cleans through IntelliJ but it obviously wasn&#039;t hitting the grails folders. I just started using this version of the IDE since it has RoR and Grails support but I haven&#039;t learned all the nuances yet and find myself switching back over to the command line pretty frequently.</description>
		<content:encoded><![CDATA[<p>Thanks Kevin &#8211; I had not discovered the clean target yet.</p>
<p>I am using IntelliJ 7, which I think may be part of the problem. I wasn&#8217;t aware that grails would build to its own directory so my IntelliJ build and the command line build were going to two separate places. I did multiple cleans through IntelliJ but it obviously wasn&#8217;t hitting the grails folders. I just started using this version of the IDE since it has RoR and Grails support but I haven&#8217;t learned all the nuances yet and find myself switching back over to the command line pretty frequently.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin williams</title>
		<link>http://www.mcdonaldland.info/2008/04/09/grails-bug/#comment-396</link>
		<dc:creator>kevin williams</dc:creator>
		<pubDate>Wed, 09 Apr 2008 22:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.mcdonaldland.info/2008/04/09/grails-bug/#comment-396</guid>
		<description>try running:  grails clean
You probably had a compiled copy of the DependancyVersion class in the .grails\1.0-RC4\projects folder.  I think grails uses it as some kind of cache.

hope that helps

Are you using an IDE to write your code?  I know eclipse (used to) compile classes into the project root - not very good - you&#039;d change the groovy file but wouldn&#039;t see the change until you deleted the class file. I think that&#039;s been fixed for a while though.</description>
		<content:encoded><![CDATA[<p>try running:  grails clean<br />
You probably had a compiled copy of the DependancyVersion class in the .grails\1.0-RC4\projects folder.  I think grails uses it as some kind of cache.</p>
<p>hope that helps</p>
<p>Are you using an IDE to write your code?  I know eclipse (used to) compile classes into the project root &#8211; not very good &#8211; you&#8217;d change the groovy file but wouldn&#8217;t see the change until you deleted the class file. I think that&#8217;s been fixed for a while though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

