<?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: Bash/Zsh aliases to switch Groovy and Grails version</title>
	<atom:link href="http://naleid.com/blog/2009/03/08/bashzsh-aliases-to-switch-groovy-and-grails-version/feed/" rel="self" type="application/rss+xml" />
	<link>http://naleid.com/blog/2009/03/08/bashzsh-aliases-to-switch-groovy-and-grails-version/</link>
	<description>Groovy, Grails and OS X tips and tricks</description>
	<lastBuildDate>Thu, 17 May 2012 00:35:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Smart Bash/Zsh Aliases to Run Appropriate Grails Version - Ted Naleid</title>
		<link>http://naleid.com/blog/2009/03/08/bashzsh-aliases-to-switch-groovy-and-grails-version/comment-page-1/#comment-3109</link>
		<dc:creator>Smart Bash/Zsh Aliases to Run Appropriate Grails Version - Ted Naleid</dc:creator>
		<pubDate>Tue, 27 Sep 2011 03:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://naleid.com/blog/?p=46#comment-3109</guid>
		<description>[...] of different apps that are using different versions of grails that need to be run concurrently. Switching a symlink no longer fit the way I needed to work so I came up with a couple bash/zsh aliases that are smart [...]</description>
		<content:encoded><![CDATA[<p>[...] of different apps that are using different versions of grails that need to be run concurrently. Switching a symlink no longer fit the way I needed to work so I came up with a couple bash/zsh aliases that are smart [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir Grichina</title>
		<link>http://naleid.com/blog/2009/03/08/bashzsh-aliases-to-switch-groovy-and-grails-version/comment-page-1/#comment-2741</link>
		<dc:creator>Vladimir Grichina</dc:creator>
		<pubDate>Sat, 31 Jul 2010 11:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://naleid.com/blog/?p=46#comment-2741</guid>
		<description>Forgot to include link into previous comment - http://www.componentix.com/blog/16</description>
		<content:encoded><![CDATA[<p>Forgot to include link into previous comment &#8211; <a href="http://www.componentix.com/blog/16" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.componentix.com/blog/16?referer=');">http://www.componentix.com/blog/16</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir Grichina</title>
		<link>http://naleid.com/blog/2009/03/08/bashzsh-aliases-to-switch-groovy-and-grails-version/comment-page-1/#comment-2740</link>
		<dc:creator>Vladimir Grichina</dc:creator>
		<pubDate>Sat, 31 Jul 2010 11:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://naleid.com/blog/?p=46#comment-2740</guid>
		<description>Provided updated version of script with ability to do &quot;create-app&quot;, &quot;upgrade&quot;, etc, given you specify version to use explicitly.</description>
		<content:encoded><![CDATA[<p>Provided updated version of script with ability to do &#8220;create-app&#8221;, &#8220;upgrade&#8221;, etc, given you specify version to use explicitly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir Grichina</title>
		<link>http://naleid.com/blog/2009/03/08/bashzsh-aliases-to-switch-groovy-and-grails-version/comment-page-1/#comment-2618</link>
		<dc:creator>Vladimir Grichina</dc:creator>
		<pubDate>Sat, 10 Apr 2010 19:02:28 +0000</pubDate>
		<guid isPermaLink="false">http://naleid.com/blog/?p=46#comment-2618</guid>
		<description>Yep, Ted, there are issues you mention. I think I&#039;ll make updated script to take them into account.

In the meanwhile, there is a post of another developer from my team which describes the script for Windows which takes these things into account. May be useful for someone - http://www.componentix.com/blog/12</description>
		<content:encoded><![CDATA[<p>Yep, Ted, there are issues you mention. I think I&#8217;ll make updated script to take them into account.</p>
<p>In the meanwhile, there is a post of another developer from my team which describes the script for Windows which takes these things into account. May be useful for someone &#8211; <a href="http://www.componentix.com/blog/12" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.componentix.com/blog/12?referer=');">http://www.componentix.com/blog/12</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tednaleid</title>
		<link>http://naleid.com/blog/2009/03/08/bashzsh-aliases-to-switch-groovy-and-grails-version/comment-page-1/#comment-2505</link>
		<dc:creator>tednaleid</dc:creator>
		<pubDate>Sun, 14 Feb 2010 00:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://naleid.com/blog/?p=46#comment-2505</guid>
		<description>That&#039;s interesting Vladimir, thanks for the link.  I like the ability to figure out the grails version using the application.properties.

One potential issue I can think of with it is that you have to be at the root of an app for it to work (so &#039;grails run-app&#039; wouldn&#039;t work, or would be hard coded to some default value).  You also wouldn&#039;t be able to do an &quot;upgrade&quot; to the latest version on an old app as it&#039;d always pick the old version.</description>
		<content:encoded><![CDATA[<p>That&#8217;s interesting Vladimir, thanks for the link.  I like the ability to figure out the grails version using the application.properties.</p>
<p>One potential issue I can think of with it is that you have to be at the root of an app for it to work (so &#8216;grails run-app&#8217; wouldn&#8217;t work, or would be hard coded to some default value).  You also wouldn&#8217;t be able to do an &#8220;upgrade&#8221; to the latest version on an old app as it&#8217;d always pick the old version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir Grichina</title>
		<link>http://naleid.com/blog/2009/03/08/bashzsh-aliases-to-switch-groovy-and-grails-version/comment-page-1/#comment-2503</link>
		<dc:creator>Vladimir Grichina</dc:creator>
		<pubDate>Sat, 13 Feb 2010 19:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://naleid.com/blog/?p=46#comment-2503</guid>
		<description>Maybe you would be interested, I had the similar problem, but other approach (more automated, based on application.properties), described it in my blog:

http://www.componentix.com/blog/10</description>
		<content:encoded><![CDATA[<p>Maybe you would be interested, I had the similar problem, but other approach (more automated, based on application.properties), described it in my blog:</p>
<p><a href="http://www.componentix.com/blog/10" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.componentix.com/blog/10?referer=');">http://www.componentix.com/blog/10</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Chernyakevich</title>
		<link>http://naleid.com/blog/2009/03/08/bashzsh-aliases-to-switch-groovy-and-grails-version/comment-page-1/#comment-1283</link>
		<dc:creator>Alexander Chernyakevich</dc:creator>
		<pubDate>Sun, 05 Apr 2009 13:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://naleid.com/blog/?p=46#comment-1283</guid>
		<description>Thank you for helpful hint for Linux OS. I have found that somebody have to switch often between different versions of Grails as we. ;)

But we generally works under Windows OS. So I created some tricky batch script for similar purposes. See http://achernyakevich.blogspot.com/2009/04/how-to-switch-grails-environment-under.html in my blog.</description>
		<content:encoded><![CDATA[<p>Thank you for helpful hint for Linux OS. I have found that somebody have to switch often between different versions of Grails as we. ;)</p>
<p>But we generally works under Windows OS. So I created some tricky batch script for similar purposes. See <a href="http://achernyakevich.blogspot.com/2009/04/how-to-switch-grails-environment-under.html" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/achernyakevich.blogspot.com/2009/04/how-to-switch-grails-environment-under.html?referer=');">http://achernyakevich.blogspot.com/2009/04/how-to-switch-grails-environment-under.html</a> in my blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Harrington</title>
		<link>http://naleid.com/blog/2009/03/08/bashzsh-aliases-to-switch-groovy-and-grails-version/comment-page-1/#comment-1261</link>
		<dc:creator>Colin Harrington</dc:creator>
		<pubDate>Tue, 10 Mar 2009 20:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://naleid.com/blog/?p=46#comment-1261</guid>
		<description>Ted, 

Thank you for sharing your command-line kung fu.
I love how easy it is to add Grails 1.1:

alias g11=&#039;switchGrails &quot;groovy-1.6.0&quot; &quot;grails-1.1&quot;&#039;

Just out of curiosity what other grails command line tricks do you have up your sleeve?

Here are some of my aliases:
alias g=&quot;grails&quot;
alias gra=&quot;grails run-app&quot;
alias grad=&quot;grails-debug run-app&quot;
alias gta=&quot;grails test-app&quot;
alias gtad=&quot;grails-debug test-app&quot;</description>
		<content:encoded><![CDATA[<p>Ted, </p>
<p>Thank you for sharing your command-line kung fu.<br />
I love how easy it is to add Grails 1.1:</p>
<p>alias g11=&#8217;switchGrails &#8220;groovy-1.6.0&#8243; &#8220;grails-1.1&#8243;&#8216;</p>
<p>Just out of curiosity what other grails command line tricks do you have up your sleeve?</p>
<p>Here are some of my aliases:<br />
alias g=&#8221;grails&#8221;<br />
alias gra=&#8221;grails run-app&#8221;<br />
alias grad=&#8221;grails-debug run-app&#8221;<br />
alias gta=&#8221;grails test-app&#8221;<br />
alias gtad=&#8221;grails-debug test-app&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andhapp</title>
		<link>http://naleid.com/blog/2009/03/08/bashzsh-aliases-to-switch-groovy-and-grails-version/comment-page-1/#comment-1257</link>
		<dc:creator>andhapp</dc:creator>
		<pubDate>Mon, 09 Mar 2009 14:31:08 +0000</pubDate>
		<guid isPermaLink="false">http://naleid.com/blog/?p=46#comment-1257</guid>
		<description>Nice... I have been thinking about upgrading the groovy and grails and this script but be so much helpful in switching back and forth in case the upgrade does not go well.</description>
		<content:encoded><![CDATA[<p>Nice&#8230; I have been thinking about upgrading the groovy and grails and this script but be so much helpful in switching back and forth in case the upgrade does not go well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

