<?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: Writing Portable Groovy Scripts with A Magic Runnable Jar</title>
	<atom:link href="http://www.weheartcode.com/2009/01/14/writing-portable-groovy-scripts-with-a-magic-runnable-jar/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.weheartcode.com/2009/01/14/writing-portable-groovy-scripts-with-a-magic-runnable-jar/</link>
	<description>A discourse on programming</description>
	<lastBuildDate>Mon, 19 Jul 2010 13:25:01 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Adam</title>
		<link>http://www.weheartcode.com/2009/01/14/writing-portable-groovy-scripts-with-a-magic-runnable-jar/comment-page-1/#comment-29483</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Mon, 25 Jan 2010 20:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.weheartcode.com/2009/01/14/writing-portable-groovy-scripts-with-a-magic-runnable-jar/#comment-29483</guid>
		<description>I&#039;m really interested right now in Joel&#039;s idea of getting it to launch groovy scripts from inside the jar.  That&#039;s my goal right now.  Need to be able to throw a jar onto a server and just run &#039;java -jar blah.jar&#039;</description>
		<content:encoded><![CDATA[<p>I&#8217;m really interested right now in Joel&#8217;s idea of getting it to launch groovy scripts from inside the jar.  That&#8217;s my goal right now.  Need to be able to throw a jar onto a server and just run &#8216;java -jar blah.jar&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Bäckstrand</title>
		<link>http://www.weheartcode.com/2009/01/14/writing-portable-groovy-scripts-with-a-magic-runnable-jar/comment-page-1/#comment-24468</link>
		<dc:creator>John Bäckstrand</dc:creator>
		<pubDate>Mon, 29 Jun 2009 10:37:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.weheartcode.com/2009/01/14/writing-portable-groovy-scripts-with-a-magic-runnable-jar/#comment-24468</guid>
		<description>Interesting, I&#039;ve written a couple of groovylaunchers but I didn&#039;t know about groovyshell!

So I actually used GroovyScriptEngine, meaning a few more lines of code, and not quite the same flexibility.

It is very annoying that jars only read their own classpath, otherwise running scripts would be easy without a launcher.</description>
		<content:encoded><![CDATA[<p>Interesting, I&#8217;ve written a couple of groovylaunchers but I didn&#8217;t know about groovyshell!</p>
<p>So I actually used GroovyScriptEngine, meaning a few more lines of code, and not quite the same flexibility.</p>
<p>It is very annoying that jars only read their own classpath, otherwise running scripts would be easy without a launcher.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Schuster</title>
		<link>http://www.weheartcode.com/2009/01/14/writing-portable-groovy-scripts-with-a-magic-runnable-jar/comment-page-1/#comment-13593</link>
		<dc:creator>Joel Schuster</dc:creator>
		<pubDate>Tue, 03 Feb 2009 21:46:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.weheartcode.com/2009/01/14/writing-portable-groovy-scripts-with-a-magic-runnable-jar/#comment-13593</guid>
		<description>Not surprisingly I came up with the exact same solution (GroovyStartup).

Now, how about placing the *.groovy scripts INSIDE the jar file? That becomes a bit more problematic. It would be a better solution to just distribute one file.</description>
		<content:encoded><![CDATA[<p>Not surprisingly I came up with the exact same solution (GroovyStartup).</p>
<p>Now, how about placing the *.groovy scripts INSIDE the jar file? That becomes a bit more problematic. It would be a better solution to just distribute one file.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
