<?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: Just Released: Getting Started with Grails</title>
	<atom:link href="http://jasonrudolph.com/blog/2007/01/17/just-released-getting-started-with-grails/feed/" rel="self" type="application/rss+xml" />
	<link>http://jasonrudolph.com/blog/2007/01/17/just-released-getting-started-with-grails/</link>
	<description>puts Blog.new("nonsense")</description>
	<pubDate>Thu, 04 Dec 2008 20:43:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Jason Rudolph</title>
		<link>http://jasonrudolph.com/blog/2007/01/17/just-released-getting-started-with-grails/#comment-4424</link>
		<dc:creator>Jason Rudolph</dc:creator>
		<pubDate>Tue, 01 May 2007 01:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://jasonrudolph.com/blog/2007/01/17/just-released-getting-started-with-grails/#comment-4424</guid>
		<description>&lt;p&gt;&lt;p&gt;@Gil,&lt;/p&gt; &lt;p&gt;Thanks for checking out the book.&lt;/p&gt; &lt;blockquote&gt;I did not find 0.3.1 on the Grails website, only 0.4.2 and the 0.5 releases.&lt;/blockquote&gt; &lt;p&gt;You can find the links to the 0.3.1 release (along with other handy information) in the &lt;em&gt;Resources&lt;/em&gt; section of the book.  I&#39;ll include the links here as well.&lt;/p&gt; &lt;p&gt;&lt;a href="http://dist.codehaus.org/grails/grails-bin-0.3.1.tar.gz" rel="nofollow"&gt;http://dist.codehaus.org/grails/grails-bin-0.3.1.tar.gz&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://dist.codehaus.org/grails/grails-bin-0.3.1.zip" rel="nofollow"&gt;http://dist.codehaus.org/grails/grails-bin-0.3.1.zip&lt;/a&gt;&lt;/p&gt; &lt;p&gt;You can work through the book verbatim using the 0.3.1 Grails release and you can compare your progress with the &lt;a href="http://jasonrudolph.com/downloads/gswg/gswg_source_0_3_1.zip" rel="nofollow"&gt;example source code&lt;/a&gt;.  Or, you can work through the book using the 0.4.2 Grails release, and you&#39;ll just need to note a few minor items discussed in the &lt;a href="http://jasonrudolph.com/gswg_faq.html" rel="nofollow"&gt;FAQ&lt;/a&gt;.  If you&#39;d like to see the example source code for working through the book with Grails 0.4.2, that&#39;s available as well as discussed in &lt;a href="http://jasonrudolph.com/blog/2007/03/13/getting-updated-with-grails-updated-source-code-available-for-grails-042/" rel="nofollow"&gt;this post&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;I&#39;m sorry to hear that you&#39;re having trouble with your custom batch script.  You shouldn&#39;t need to write any custom scripts to get up and running with Grails.  If you follow the steps in the book (or on &lt;a href="http://www.grails.org/Installation" rel="nofollow"&gt;grails.org&lt;/a&gt;), you should be good to go..&lt;/p&gt; &lt;blockquote&gt;Right before the download line, the website had a comment &#8220;You will almost certainly see errors after upgrading to 0.4 unless you run &#8220;grails clean&#8221; and then &#8220;grails upgrade&#8221; on your project after installing 0.4.2. The grails upgrade target is largely non-destructive but read the on-screen instructions carefully.&#8221;&lt;/blockquote&gt; &lt;p&gt;This comment refers to taking an existing, pre-0.4 Grails application and upgrading it to Grails 0.4.  Since the book walks you through building the application from scratch, you won&#39;t have to worry about upgrading the app from a previous version.&lt;/p&gt; &lt;p&gt;I hope this helps.  Enjoy your time with Grails.&lt;/p&gt; &lt;p&gt;Cheers,&lt;/p&gt; &lt;p&gt;Jason&lt;/p&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p></p><p>@Gil,</p> <p>Thanks for checking out the book.</p> <blockquote>I did not find 0.3.1 on the Grails website, only 0.4.2 and the 0.5 releases.</blockquote> <p>You can find the links to the 0.3.1 release (along with other handy information) in the <em>Resources</em> section of the book.  I&#39;ll include the links here as well.</p> <p><a href="http://dist.codehaus.org/grails/grails-bin-0.3.1.tar.gz" rel="nofollow">http://dist.codehaus.org/grails/grails-bin-0.3.1.tar.gz</a></p> <p><a href="http://dist.codehaus.org/grails/grails-bin-0.3.1.zip" rel="nofollow">http://dist.codehaus.org/grails/grails-bin-0.3.1.zip</a></p> <p>You can work through the book verbatim using the 0.3.1 Grails release and you can compare your progress with the <a href="http://jasonrudolph.com/downloads/gswg/gswg_source_0_3_1.zip" rel="nofollow">example source code</a>.  Or, you can work through the book using the 0.4.2 Grails release, and you&#39;ll just need to note a few minor items discussed in the <a href="http://jasonrudolph.com/gswg_faq.html" rel="nofollow">FAQ</a>.  If you&#39;d like to see the example source code for working through the book with Grails 0.4.2, that&#39;s available as well as discussed in <a href="http://jasonrudolph.com/blog/2007/03/13/getting-updated-with-grails-updated-source-code-available-for-grails-042/" rel="nofollow">this post</a>.</p> <p>I&#39;m sorry to hear that you&#39;re having trouble with your custom batch script.  You shouldn&#39;t need to write any custom scripts to get up and running with Grails.  If you follow the steps in the book (or on <a href="http://www.grails.org/Installation" rel="nofollow">grails.org</a>), you should be good to go..</p> <blockquote>Right before the download line, the website had a comment &ldquo;You will almost certainly see errors after upgrading to 0.4 unless you run &ldquo;grails clean&rdquo; and then &ldquo;grails upgrade&rdquo; on your project after installing 0.4.2. The grails upgrade target is largely non-destructive but read the on-screen instructions carefully.&rdquo;</blockquote> <p>This comment refers to taking an existing, pre-0.4 Grails application and upgrading it to Grails 0.4.  Since the book walks you through building the application from scratch, you won&#39;t have to worry about upgrading the app from a previous version.</p> <p>I hope this helps.  Enjoy your time with Grails.</p> <p>Cheers,</p> <p>Jason</p>]]></content:encoded>
	</item>
	<item>
		<title>By: gilbert prine</title>
		<link>http://jasonrudolph.com/blog/2007/01/17/just-released-getting-started-with-grails/#comment-4422</link>
		<dc:creator>gilbert prine</dc:creator>
		<pubDate>Mon, 30 Apr 2007 17:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://jasonrudolph.com/blog/2007/01/17/just-released-getting-started-with-grails/#comment-4422</guid>
		<description>&lt;p&gt;Jason,&lt;/p&gt;

&lt;p&gt;I just purchased Getting Started with Grails and read it before doing anything.  It looks very good!  I downloaded and unzipped the Grails 0.4.2 release to, and set the GRAILS&lt;em&gt;HOME to, t:grails0.4.2.  I set JAVA&lt;/em&gt;HOME to t:jdk1.5.0_06.  I then built the following gr.bat file in c:dos where I put Dos 5.0 and batch files I want on the path.  (For kicks, I just did a dir on c:dos and my earliest batch file, dated 4/3/1987, ran a basic program!)&lt;/p&gt;

&lt;p&gt;-------------------------- gr.bat
t:
cdgrails0.4.2&lt;/p&gt;

&lt;p&gt;path=C:WINNTsystem32;C:WINNT; c:dos;c:;c:adabin;t:jdk1.5.0_06bin;t:grails0.4.2bin;t:groovy1.0bin&lt;/p&gt;

&lt;p&gt;grails
-------------------------- end gr.bat&lt;/p&gt;

&lt;p&gt;I hoped that 0.4.2 would work.  I did not find 0.3.1 on the Grails website, only 0.4.2 and the 0.5 releases.  The output I got when I typed gr in from c: was:&lt;/p&gt;

&lt;p&gt;-------------------------- gr.bat response 
C:&#62;t:
T:&#62;cdgrails0.4.2
T:grails0.4.2&#62;path=C:WINNTsystem32;C:WINNT;c:dos;c:;c:adabin;t:jdk1.5.0_06bin;t:grails0.4.2bin;t:groovy1.0bin
T:grails0.4.2&#62;grails
exception while configuring main class loader:
java.io.FileNotFoundException: confgroovy-starter.conf (The system cannot find the path specified)
       at java.io.FileInputStream.open(Native Method)
       at java.io.FileInputStream.(FileInputStream.java:106)
       at java.io.FileInputStream.(FileInputStream.java:66)
       at org.codehaus.groovy.tools.GroovyStarter.rootLoader(GroovyStarter.java
:111)
       at org.codehaus.groovy.tools.GroovyStarter.main(GroovyStarter.java:160)
 T:grails0.4.2&#62;
-------------------------- end gr.bat response&lt;/p&gt;

&lt;p&gt;Since it was looking for confgroovy-starter.conf, I copied conf to the base of t: and tried typing gr from c: again and got farther:&lt;/p&gt;

&lt;p&gt;-------------------------- gr.bat response
C:&#62;t:
T:grails0.4.2&#62;cdgrails0.4.2
T:grails0.4.2&#62;path=C:WINNTsystem32;C:WINNT;c:dos;c:;c:adabin;t:jdk1.5.0_06bin;t:grails0.4.2bin;t:groovy1.0bin
T:grails0.4.2&#62;grails
java.lang.ClassNotFoundException: org.codehaus.groovy.grails.cli.GrailsScriptRunner
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at org.codehaus.groovy.tools.RootLoader.loadClass(RootLoader.java:145)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
        at org.codehaus.groovy.tools.GroovyStarter.rootLoader(GroovyStarter.java
:121)
        at org.codehaus.groovy.tools.GroovyStarter.main(GroovyStarter.java:160)
T:grails0.4.2
-------------------------- end gr.bat response&lt;/p&gt;

&lt;p&gt;I figured maybe I could find the problem so I downloaded Groovy.  I got it to work and looked around, but I finally gave up.  It may be 0.4.2 or an error on my part.  Did I read the directions wrong or do something dumb that you can see but I can’t?  More important, can I get 0.3.1 from the grails.org and just didn’t see how to do it?  &lt;/p&gt;

&lt;p&gt;Right before the download line, the website had a comment 
“You will almost certainly see errors after upgrading to 0.4 unless you run "grails clean" and then "grails upgrade" on your project after installing 0.4.2.  The grails upgrade target is largely non-destructive but read the on-screen instructions carefully.”&lt;/p&gt;

&lt;p&gt;I may do that, but it may be something you would want to do and post on your website.  If you have any suggestions, I would appreciate them.&lt;/p&gt;

&lt;p&gt;Gil Prine
prine@comcast.net
301 869-7294&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Jason,</p>

<p>I just purchased Getting Started with Grails and read it before doing anything.  It looks very good!  I downloaded and unzipped the Grails 0.4.2 release to, and set the GRAILS<em>HOME to, t:grails0.4.2.  I set JAVA</em>HOME to t:jdk1.5.0_06.  I then built the following gr.bat file in c:dos where I put Dos 5.0 and batch files I want on the path.  (For kicks, I just did a dir on c:dos and my earliest batch file, dated 4/3/1987, ran a basic program!)</p>

<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; gr.bat
t:
cdgrails0.4.2</p>

<p>path=C:WINNTsystem32;C:WINNT; c:dos;c:;c:adabin;t:jdk1.5.0_06bin;t:grails0.4.2bin;t:groovy1.0bin</p>

<p>grails
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; end gr.bat</p>

<p>I hoped that 0.4.2 would work.  I did not find 0.3.1 on the Grails website, only 0.4.2 and the 0.5 releases.  The output I got when I typed gr in from c: was:</p>

<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; gr.bat response 
C:&gt;t:
T:&gt;cdgrails0.4.2
T:grails0.4.2&gt;path=C:WINNTsystem32;C:WINNT;c:dos;c:;c:adabin;t:jdk1.5.0_06bin;t:grails0.4.2bin;t:groovy1.0bin
T:grails0.4.2&gt;grails
exception while configuring main class loader:
java.io.FileNotFoundException: confgroovy-starter.conf (The system cannot find the path specified)
       at java.io.FileInputStream.open(Native Method)
       at java.io.FileInputStream.(FileInputStream.java:106)
       at java.io.FileInputStream.(FileInputStream.java:66)
       at org.codehaus.groovy.tools.GroovyStarter.rootLoader(GroovyStarter.java
:111)
       at org.codehaus.groovy.tools.GroovyStarter.main(GroovyStarter.java:160)
 T:grails0.4.2&gt;
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; end gr.bat response</p>

<p>Since it was looking for confgroovy-starter.conf, I copied conf to the base of t: and tried typing gr from c: again and got farther:</p>

<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; gr.bat response
C:&gt;t:
T:grails0.4.2&gt;cdgrails0.4.2
T:grails0.4.2&gt;path=C:WINNTsystem32;C:WINNT;c:dos;c:;c:adabin;t:jdk1.5.0_06bin;t:grails0.4.2bin;t:groovy1.0bin
T:grails0.4.2&gt;grails
java.lang.ClassNotFoundException: org.codehaus.groovy.grails.cli.GrailsScriptRunner
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at org.codehaus.groovy.tools.RootLoader.loadClass(RootLoader.java:145)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
        at org.codehaus.groovy.tools.GroovyStarter.rootLoader(GroovyStarter.java
:121)
        at org.codehaus.groovy.tools.GroovyStarter.main(GroovyStarter.java:160)
T:grails0.4.2
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; end gr.bat response</p>

<p>I figured maybe I could find the problem so I downloaded Groovy.  I got it to work and looked around, but I finally gave up.  It may be 0.4.2 or an error on my part.  Did I read the directions wrong or do something dumb that you can see but I can’t?  More important, can I get 0.3.1 from the grails.org and just didn’t see how to do it?  </p>

<p>Right before the download line, the website had a comment 
“You will almost certainly see errors after upgrading to 0.4 unless you run &#8220;grails clean&#8221; and then &#8220;grails upgrade&#8221; on your project after installing 0.4.2.  The grails upgrade target is largely non-destructive but read the on-screen instructions carefully.”</p>

<p>I may do that, but it may be something you would want to do and post on your website.  If you have any suggestions, I would appreciate them.</p>

<p>Gil Prine
<a href="mailto:prine@comcast.net">prine@comcast.net</a>
301 869-7294</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ted Gordon</title>
		<link>http://jasonrudolph.com/blog/2007/01/17/just-released-getting-started-with-grails/#comment-3988</link>
		<dc:creator>Ted Gordon</dc:creator>
		<pubDate>Thu, 05 Apr 2007 18:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://jasonrudolph.com/blog/2007/01/17/just-released-getting-started-with-grails/#comment-3988</guid>
		<description>&lt;p&gt;I'm sorry - I figured out that I had to register.  Thanks much for making the book available.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry - I figured out that I had to register.  Thanks much for making the book available.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ted Gordon</title>
		<link>http://jasonrudolph.com/blog/2007/01/17/just-released-getting-started-with-grails/#comment-3987</link>
		<dc:creator>Ted Gordon</dc:creator>
		<pubDate>Thu, 05 Apr 2007 16:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://jasonrudolph.com/blog/2007/01/17/just-released-getting-started-with-grails/#comment-3987</guid>
		<description>&lt;p&gt;The link to download the book doesn't work.  Does this mean the download version is no longer free?  Thanks.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The link to download the book doesn&#8217;t work.  Does this mean the download version is no longer free?  Thanks.</p>]]></content:encoded>
	</item>
</channel>
</rss>
