<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Grails quickstart</title>
	<atom:link href="http://fernvale.wordpress.com/2007/08/03/grails-quickstart/feed/" rel="self" type="application/rss+xml" />
	<link>http://fernvale.wordpress.com/2007/08/03/grails-quickstart/</link>
	<description></description>
	<lastBuildDate>Mon, 19 Oct 2009 20:13:27 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jdporter</title>
		<link>http://fernvale.wordpress.com/2007/08/03/grails-quickstart/#comment-109</link>
		<dc:creator>jdporter</dc:creator>
		<pubDate>Thu, 07 May 2009 07:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://fernvale.wordpress.com/2007/08/03/grails-quickstart/#comment-109</guid>
		<description>I don&#039;t know exactly what causes the error.
But to get around it, you can change the value of the
    grails.enable.native2ascii
setting from true to false in the
    grails-app/conf/Config.groovy
file.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know exactly what causes the error.<br />
But to get around it, you can change the value of the<br />
    grails.enable.native2ascii<br />
setting from true to false in the<br />
    grails-app/conf/Config.groovy<br />
file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Billheimer</title>
		<link>http://fernvale.wordpress.com/2007/08/03/grails-quickstart/#comment-107</link>
		<dc:creator>Robert Billheimer</dc:creator>
		<pubDate>Tue, 24 Mar 2009 20:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://fernvale.wordpress.com/2007/08/03/grails-quickstart/#comment-107</guid>
		<description>I just downloaded and installed Grails version 1.1 along with Java 1.6.0_10 and set up my environment variables GRAILS_HOME and JAVA_HOME accordingly and added %GRAILS_HOME%\bin; to my Path environment variable.  I hen attempted this tutorial and when I entered &gt;grails generate-all Seminar I received the error:
Error executing script GenerateAll: No such property: readable for class: org.sp
ringframework.core.io.ClassPathResource
gant.TargetMissingPropertyException: No such property: readable for class: org.s
pringframework.core.io.ClassPathResource
        at gant.Gant$_dispatch_closure4.doCall(Gant.groovy:329)
        at gant.Gant$_dispatch_closure6.doCall(Gant.groovy:334)
        at gant.Gant$_dispatch_closure6.doCall(Gant.groovy)
        at gant.Gant.withBuildListeners(Gant.groovy:344)
        at gant.Gant.this$2$withBuildListeners(Gant.groovy)
        at gant.Gant$this$2$withBuildListeners.callCurrent(Unknown Source)
        at gant.Gant.dispatch(Gant.groovy:334)
        at gant.Gant.this$2$dispatch(Gant.groovy)
        at gant.Gant.invokeMethod(Gant.groovy)
        at gant.Gant.processTargets(Gant.groovy:495)
        at gant.Gant.processTargets(Gant.groovy:480)
Caused by: groovy.lang.MissingPropertyException: No such property: readable for
class: org.springframework.core.io.ClassPathResource
        at _GrailsSettings_groovy$_run_closure7_closure12.doCall(_GrailsSettings
_groovy:202)
        at _GrailsSettings_groovy$_run_closure7.doCall(_GrailsSettings_groovy:20
1)
        at _GrailsPackage_groovy$_run_closure7.doCall(_GrailsPackage_groovy:222)

        at _GrailsPackage_groovy$_run_closure2.doCall(_GrailsPackage_groovy:75)
        at GenerateAll$_run_closure1.doCall(GenerateAll.groovy:32)
        at gant.Gant$_dispatch_closure4.doCall(Gant.groovy:324)
        ... 10 more

Do you have any idea what is causing this error and what I need to do to correct it?</description>
		<content:encoded><![CDATA[<p>I just downloaded and installed Grails version 1.1 along with Java 1.6.0_10 and set up my environment variables GRAILS_HOME and JAVA_HOME accordingly and added %GRAILS_HOME%\bin; to my Path environment variable.  I hen attempted this tutorial and when I entered &gt;grails generate-all Seminar I received the error:<br />
Error executing script GenerateAll: No such property: readable for class: org.sp<br />
ringframework.core.io.ClassPathResource<br />
gant.TargetMissingPropertyException: No such property: readable for class: org.s<br />
pringframework.core.io.ClassPathResource<br />
        at gant.Gant$_dispatch_closure4.doCall(Gant.groovy:329)<br />
        at gant.Gant$_dispatch_closure6.doCall(Gant.groovy:334)<br />
        at gant.Gant$_dispatch_closure6.doCall(Gant.groovy)<br />
        at gant.Gant.withBuildListeners(Gant.groovy:344)<br />
        at gant.Gant.this$2$withBuildListeners(Gant.groovy)<br />
        at gant.Gant$this$2$withBuildListeners.callCurrent(Unknown Source)<br />
        at gant.Gant.dispatch(Gant.groovy:334)<br />
        at gant.Gant.this$2$dispatch(Gant.groovy)<br />
        at gant.Gant.invokeMethod(Gant.groovy)<br />
        at gant.Gant.processTargets(Gant.groovy:495)<br />
        at gant.Gant.processTargets(Gant.groovy:480)<br />
Caused by: groovy.lang.MissingPropertyException: No such property: readable for<br />
class: org.springframework.core.io.ClassPathResource<br />
        at _GrailsSettings_groovy$_run_closure7_closure12.doCall(_GrailsSettings<br />
_groovy:202)<br />
        at _GrailsSettings_groovy$_run_closure7.doCall(_GrailsSettings_groovy:20<br />
1)<br />
        at _GrailsPackage_groovy$_run_closure7.doCall(_GrailsPackage_groovy:222)</p>
<p>        at _GrailsPackage_groovy$_run_closure2.doCall(_GrailsPackage_groovy:75)<br />
        at GenerateAll$_run_closure1.doCall(GenerateAll.groovy:32)<br />
        at gant.Gant$_dispatch_closure4.doCall(Gant.groovy:324)<br />
        &#8230; 10 more</p>
<p>Do you have any idea what is causing this error and what I need to do to correct it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohamed Sanaulla</title>
		<link>http://fernvale.wordpress.com/2007/08/03/grails-quickstart/#comment-105</link>
		<dc:creator>Mohamed Sanaulla</dc:creator>
		<pubDate>Fri, 27 Feb 2009 09:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://fernvale.wordpress.com/2007/08/03/grails-quickstart/#comment-105</guid>
		<description>Really cool demo!</description>
		<content:encoded><![CDATA[<p>Really cool demo!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: douglas.racso</title>
		<link>http://fernvale.wordpress.com/2007/08/03/grails-quickstart/#comment-93</link>
		<dc:creator>douglas.racso</dc:creator>
		<pubDate>Mon, 15 Sep 2008 04:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://fernvale.wordpress.com/2007/08/03/grails-quickstart/#comment-93</guid>
		<description>very informative</description>
		<content:encoded><![CDATA[<p>very informative</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: singchyun</title>
		<link>http://fernvale.wordpress.com/2007/08/03/grails-quickstart/#comment-27</link>
		<dc:creator>singchyun</dc:creator>
		<pubDate>Mon, 13 Aug 2007 16:49:03 +0000</pubDate>
		<guid isPermaLink="false">http://fernvale.wordpress.com/2007/08/03/grails-quickstart/#comment-27</guid>
		<description>An example to add in validation for the Seminar domain class:

class Seminar {
  String title
  Date startDateTime
  String city
  Float cost
  Boolean mealsProvided
  static hasMany = [registrations:Registration]

  static constraints = {
        title(blank:false)
        startDateTime(blank:false)
        cost(min:5f,max:99f,nullable:false)
    }
}</description>
		<content:encoded><![CDATA[<p>An example to add in validation for the Seminar domain class:</p>
<p>class Seminar {<br />
  String title<br />
  Date startDateTime<br />
  String city<br />
  Float cost<br />
  Boolean mealsProvided<br />
  static hasMany = [registrations:Registration]</p>
<p>  static constraints = {<br />
        title(blank:false)<br />
        startDateTime(blank:false)<br />
        cost(min:5f,max:99f,nullable:false)<br />
    }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorenzo Jimenez</title>
		<link>http://fernvale.wordpress.com/2007/08/03/grails-quickstart/#comment-25</link>
		<dc:creator>Lorenzo Jimenez</dc:creator>
		<pubDate>Tue, 07 Aug 2007 13:38:39 +0000</pubDate>
		<guid isPermaLink="false">http://fernvale.wordpress.com/2007/08/03/grails-quickstart/#comment-25</guid>
		<description>Your little demo is nice. Now how I program the validations for each field?</description>
		<content:encoded><![CDATA[<p>Your little demo is nice. Now how I program the validations for each field?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grails quickstart &#171; life @ anchorvale</title>
		<link>http://fernvale.wordpress.com/2007/08/03/grails-quickstart/#comment-23</link>
		<dc:creator>Grails quickstart &#171; life @ anchorvale</dc:creator>
		<pubDate>Fri, 03 Aug 2007 10:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://fernvale.wordpress.com/2007/08/03/grails-quickstart/#comment-23</guid>
		<description>[...] Grails&#160;quickstart  3 08 2007   Just to jot down my delightful journey on learning the Grails framework: http://fernvale.wordpress.com/2007/08/03/grails-quickstart [...]</description>
		<content:encoded><![CDATA[<p>[...] Grails&nbsp;quickstart  3 08 2007   Just to jot down my delightful journey on learning the Grails framework: <a href="http://fernvale.wordpress.com/2007/08/03/grails-quickstart" rel="nofollow">http://fernvale.wordpress.com/2007/08/03/grails-quickstart</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
