<?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: Groovy Grape &#8211; Adding Dependencies to Root ClassLoader</title>
	<atom:link href="http://www.techper.net/2010/04/19/groovy-grape-adding-dependencies-to-root-classloader/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techper.net/2010/04/19/groovy-grape-adding-dependencies-to-root-classloader/</link>
	<description>About Technology in My Life</description>
	<lastBuildDate>Tue, 24 Jan 2012 17:27:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Getting Goovy with DB access from shell scripts &#124; JT's Blog</title>
		<link>http://www.techper.net/2010/04/19/groovy-grape-adding-dependencies-to-root-classloader/comment-page-1/#comment-40496</link>
		<dc:creator>Getting Goovy with DB access from shell scripts &#124; JT's Blog</dc:creator>
		<pubDate>Wed, 04 Aug 2010 19:31:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.techper.net/?p=328#comment-40496</guid>
		<description>[...] There is one gotcha with using Grape and shell scripts. Grape adds the dependencies to to the Groovy class loader, not Java. A small, yet important distinction. This blog post saved me. ad [...]</description>
		<content:encoded><![CDATA[<p>[...] There is one gotcha with using Grape and shell scripts. Grape adds the dependencies to to the Groovy class loader, not Java. A small, yet important distinction. This blog post saved me. ad [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JT</title>
		<link>http://www.techper.net/2010/04/19/groovy-grape-adding-dependencies-to-root-classloader/comment-page-1/#comment-40495</link>
		<dc:creator>JT</dc:creator>
		<pubDate>Wed, 04 Aug 2010 18:57:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.techper.net/?p=328#comment-40495</guid>
		<description>Thanks!!! I was googling all afternoon on this issue.  Got me over the hump in getting my first Groovy shell script to read from a postgres DB.

Cheers!</description>
		<content:encoded><![CDATA[<p>Thanks!!! I was googling all afternoon on this issue.  Got me over the hump in getting my first Groovy shell script to read from a postgres DB.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: polesen</title>
		<link>http://www.techper.net/2010/04/19/groovy-grape-adding-dependencies-to-root-classloader/comment-page-1/#comment-38768</link>
		<dc:creator>polesen</dc:creator>
		<pubDate>Tue, 20 Apr 2010 18:22:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.techper.net/?p=328#comment-38768</guid>
		<description>Thanks. Didn&#039;t know that.</description>
		<content:encoded><![CDATA[<p>Thanks. Didn&#8217;t know that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark O'Connor</title>
		<link>http://www.techper.net/2010/04/19/groovy-grape-adding-dependencies-to-root-classloader/comment-page-1/#comment-38767</link>
		<dc:creator>Mark O'Connor</dc:creator>
		<pubDate>Tue, 20 Apr 2010 18:16:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.techper.net/?p=328#comment-38767</guid>
		<description>Groovy 1.7 has enhanced the Grab annotation. You can not define the class loader.

For example:

@Grapes([
    @Grab(group=&#039;org.apache.axis2&#039;, module=&#039;axis2-kernel&#039;, version=&#039;1.5.1&#039;),
    @Grab(group=&#039;org.apache.axis2&#039;, module=&#039;axis2-adb&#039;, version=&#039;1.5.1&#039;),
    @Grab(group=&#039;org.apache.axis2&#039;, module=&#039;axis2-transport-local&#039;, version=&#039;1.5.1&#039;),
    @Grab(group=&#039;org.apache.axis2&#039;, module=&#039;axis2-transport-http&#039;, version=&#039;1.5.1&#039;),
	@Grab(group=&#039;xerces&#039;, module=&#039;xercesImpl&#039;, version=&#039;2.6.2&#039;),
	@GrabConfig(systemClassLoader=true)
])</description>
		<content:encoded><![CDATA[<p>Groovy 1.7 has enhanced the Grab annotation. You can not define the class loader.</p>
<p>For example:</p>
<p>@Grapes([<br />
    @Grab(group='org.apache.axis2', module='axis2-kernel', version='1.5.1'),<br />
    @Grab(group='org.apache.axis2', module='axis2-adb', version='1.5.1'),<br />
    @Grab(group='org.apache.axis2', module='axis2-transport-local', version='1.5.1'),<br />
    @Grab(group='org.apache.axis2', module='axis2-transport-http', version='1.5.1'),<br />
	@Grab(group='xerces', module='xercesImpl', version='2.6.2'),<br />
	@GrabConfig(systemClassLoader=true)<br />
])</p>
]]></content:encoded>
	</item>
</channel>
</rss>

