<?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: Autocomplete Grails Script Names in bash/zsh</title>
	<atom:link href="http://naleid.com/blog/2008/03/25/autocomplete-grails-script-names-in-bashzsh/feed/" rel="self" type="application/rss+xml" />
	<link>http://naleid.com/blog/2008/03/25/autocomplete-grails-script-names-in-bashzsh/</link>
	<description>Groovy, Grails and OS X tips and tricks</description>
	<pubDate>Tue, 06 Jan 2009 00:47:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Grails Auto Complete &#171; blogo, logo penso?</title>
		<link>http://naleid.com/blog/2008/03/25/autocomplete-grails-script-names-in-bashzsh/#comment-792</link>
		<dc:creator>Grails Auto Complete &#171; blogo, logo penso?</dc:creator>
		<pubDate>Tue, 05 Aug 2008 12:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://tednaleid.wordpress.com/?p=10#comment-792</guid>
		<description>[...] I thought it would be more difficult to do it, but thanks to tutorials (here and here) and the other script for completion, it was quite [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] I thought it would be more difficult to do it, but thanks to tutorials (here and here) and the other script for completion, it was quite [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marius Scurtescu</title>
		<link>http://naleid.com/blog/2008/03/25/autocomplete-grails-script-names-in-bashzsh/#comment-15</link>
		<dc:creator>Marius Scurtescu</dc:creator>
		<pubDate>Sat, 05 Apr 2008 19:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://tednaleid.wordpress.com/?p=10#comment-15</guid>
		<description>Great script Ted!

I added your script, slightly modified so it works under Linux, to an Ubuntu deb package of Grails. See the 1.0.2 Grails package:
http://code.google.com/p/ant-deb-task/downloads/list</description>
		<content:encoded><![CDATA[<p>Great script Ted!</p>
<p>I added your script, slightly modified so it works under Linux, to an Ubuntu deb package of Grails. See the 1.0.2 Grails package:<br />
<a href="http://code.google.com/p/ant-deb-task/downloads/list" rel="nofollow" onclick="">http://code.google.com/p/ant-deb-task/downloads/list</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sakuraba</title>
		<link>http://naleid.com/blog/2008/03/25/autocomplete-grails-script-names-in-bashzsh/#comment-14</link>
		<dc:creator>Sakuraba</dc:creator>
		<pubDate>Wed, 26 Mar 2008 11:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://tednaleid.wordpress.com/?p=10#comment-14</guid>
		<description>THANKS!!!</description>
		<content:encoded><![CDATA[<p>THANKS!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tednaleid</title>
		<link>http://naleid.com/blog/2008/03/25/autocomplete-grails-script-names-in-bashzsh/#comment-13</link>
		<dc:creator>tednaleid</dc:creator>
		<pubDate>Tue, 25 Mar 2008 14:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://tednaleid.wordpress.com/?p=10#comment-13</guid>
		<description>Nice catch Sigi!  I had tested a blank project in the zsh version without issues, but forgot to test it in the bash one.  That bug also caused output to stderr if there's a plugins directory but nothing in it.  I've applied your fix to the code above for both situations.</description>
		<content:encoded><![CDATA[<p>Nice catch Sigi!  I had tested a blank project in the zsh version without issues, but forgot to test it in the bash one.  That bug also caused output to stderr if there&#8217;s a plugins directory but nothing in it.  I&#8217;ve applied your fix to the code above for both situations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siegfried</title>
		<link>http://naleid.com/blog/2008/03/25/autocomplete-grails-script-names-in-bashzsh/#comment-12</link>
		<dc:creator>Siegfried</dc:creator>
		<pubDate>Tue, 25 Mar 2008 12:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://tednaleid.wordpress.com/?p=10#comment-12</guid>
		<description>Great idea! The only thing to mention is that it prints out "ls: ./scripts/*.groovy: No such file or directory" if you don't have custom scripts in your grails app.

To work around that, you have to redirect the stderr to /dev/null like that:

ls -1 $D/*.groovy 2&#62;/dev/null

Cheers, sigi</description>
		<content:encoded><![CDATA[<p>Great idea! The only thing to mention is that it prints out &#8220;ls: ./scripts/*.groovy: No such file or directory&#8221; if you don&#8217;t have custom scripts in your grails app.</p>
<p>To work around that, you have to redirect the stderr to /dev/null like that:</p>
<p>ls -1 $D/*.groovy 2&gt;/dev/null</p>
<p>Cheers, sigi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernd Schiffer</title>
		<link>http://naleid.com/blog/2008/03/25/autocomplete-grails-script-names-in-bashzsh/#comment-11</link>
		<dc:creator>Bernd Schiffer</dc:creator>
		<pubDate>Tue, 25 Mar 2008 09:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://tednaleid.wordpress.com/?p=10#comment-11</guid>
		<description>Cool! Works great! Thanks for the tip!</description>
		<content:encoded><![CDATA[<p>Cool! Works great! Thanks for the tip!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
