<?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 for Tech Ramblings</title>
	<atom:link href="http://www.kelvin-williams.dk/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.kelvin-williams.dk</link>
	<description></description>
	<lastBuildDate>Fri, 10 May 2013 05:18:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
	<item>
		<title>Comment on Using Mock Annotation and mockFor in Grails Unit Tests by Swapnil</title>
		<link>http://www.kelvin-williams.dk/?p=53#comment-133</link>
		<dc:creator>Swapnil</dc:creator>
		<pubDate>Fri, 10 May 2013 05:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelvin-williams.dk/?p=53#comment-133</guid>
		<description><![CDATA[Nice article...
Testing documentation confuses lil bit..
This helped to get some basic understanding]]></description>
		<content:encoded><![CDATA[<p>Nice article&#8230;<br />
Testing documentation confuses lil bit..<br />
This helped to get some basic understanding</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Grails with Oracle AQ as Jms provider by admin</title>
		<link>http://www.kelvin-williams.dk/?p=16#comment-27</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 29 May 2012 07:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelvin-williams.dk/?p=16#comment-27</guid>
		<description><![CDATA[It is not really my area of expertise. Other than reading the dependency resolution documentation, I have read that some of the earlier versions of Grails and older versions of IntelliJ might have some problems as described in the provided link. Maybe that can point you in the right direction:
&lt;a href=&quot;http://stackoverflow.com/questions/1869574/how-to-make-use-of-grails-dependencies-in-your-ide&quot; rel=&quot;nofollow&quot;&gt;http://stackoverflow.com/questions/1869574/how-to-make-use-of-grails-dependencies-in-your-ide&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>It is not really my area of expertise. Other than reading the dependency resolution documentation, I have read that some of the earlier versions of Grails and older versions of IntelliJ might have some problems as described in the provided link. Maybe that can point you in the right direction:<br />
<a href="http://stackoverflow.com/questions/1869574/how-to-make-use-of-grails-dependencies-in-your-ide" rel="nofollow">http://stackoverflow.com/questions/1869574/how-to-make-use-of-grails-dependencies-in-your-ide</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Grails with Oracle AQ as Jms provider by Insyirah</title>
		<link>http://www.kelvin-williams.dk/?p=16#comment-24</link>
		<dc:creator>Insyirah</dc:creator>
		<pubDate>Thu, 17 May 2012 22:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelvin-williams.dk/?p=16#comment-24</guid>
		<description><![CDATA[What kind of compilation prmelbos did you run into before? I am currently using IDEA 8.1.3 #9886 with its JetGroovy plugin, Grails 1.1.1. I created a Grails module which depends on existing Java modules in the same project. However, when I try to run the Grails application (run-app), the depending Java modules jars are not on the classpath, thus my Java code can&#039;t compile in groovyc steps.Do you have any ideas? Thanks]]></description>
		<content:encoded><![CDATA[<p>What kind of compilation prmelbos did you run into before? I am currently using IDEA 8.1.3 #9886 with its JetGroovy plugin, Grails 1.1.1. I created a Grails module which depends on existing Java modules in the same project. However, when I try to run the Grails application (run-app), the depending Java modules jars are not on the classpath, thus my Java code can&#8217;t compile in groovyc steps.Do you have any ideas? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Grails with Oracle AQ as Jms provider by admin</title>
		<link>http://www.kelvin-williams.dk/?p=16#comment-22</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 17 May 2012 15:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelvin-williams.dk/?p=16#comment-22</guid>
		<description><![CDATA[I really haven&#039;t got any good ideas how to solve that issue ... yet. Off the top of my head, JARing the modules and then placing them in a repository that your grails project can access and then listing it as a dependency in BuildConfig.groovy seems like the best available option.
I would love for somebody to come with a really good example of how to get a Grails project to easily live in a continuous integration environment, integrating hudson/jenkins, git, artifactory with automated release-builds, without having to convert it all to a maven-based project. But I think that it will take a home-built gradle script to make that happen. If I do make such a gradle script and it isn&#039;t totally ugly then I&#039;ll do a post on that as well.]]></description>
		<content:encoded><![CDATA[<p>I really haven&#8217;t got any good ideas how to solve that issue &#8230; yet. Off the top of my head, JARing the modules and then placing them in a repository that your grails project can access and then listing it as a dependency in BuildConfig.groovy seems like the best available option.<br />
I would love for somebody to come with a really good example of how to get a Grails project to easily live in a continuous integration environment, integrating hudson/jenkins, git, artifactory with automated release-builds, without having to convert it all to a maven-based project. But I think that it will take a home-built gradle script to make that happen. If I do make such a gradle script and it isn&#8217;t totally ugly then I&#8217;ll do a post on that as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Grails with Oracle AQ as Jms provider by koray</title>
		<link>http://www.kelvin-williams.dk/?p=16#comment-18</link>
		<dc:creator>koray</dc:creator>
		<pubDate>Thu, 17 May 2012 04:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelvin-williams.dk/?p=16#comment-18</guid>
		<description><![CDATA[Li:  I am having the same preblom.  Our grails app depends on two external Java Modules as well.  I have set up the grail module to depend on those two external modules, but the minute I try to build or run the app, I get a compiler error stating it cannot find the classes in those external modules.The only way I have round to get around it is to JAR those modules up and stick them in the LIB directory.  Kind of a pain if you ask me.]]></description>
		<content:encoded><![CDATA[<p>Li:  I am having the same preblom.  Our grails app depends on two external Java Modules as well.  I have set up the grail module to depend on those two external modules, but the minute I try to build or run the app, I get a compiler error stating it cannot find the classes in those external modules.The only way I have round to get around it is to JAR those modules up and stick them in the LIB directory.  Kind of a pain if you ask me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Mock Annotation and mockFor in Grails Unit Tests by Mike Miller</title>
		<link>http://www.kelvin-williams.dk/?p=53#comment-7</link>
		<dc:creator>Mike Miller</dc:creator>
		<pubDate>Wed, 11 Apr 2012 04:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelvin-williams.dk/?p=53#comment-7</guid>
		<description><![CDATA[Nice article.  I took my time and read it twice, but still need to find a &#039;working example&#039; of my own to try it out on.   You are not alone!]]></description>
		<content:encoded><![CDATA[<p>Nice article.  I took my time and read it twice, but still need to find a &#8216;working example&#8217; of my own to try it out on.   You are not alone!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Grails with Oracle AQ as Jms provider by iamkristian</title>
		<link>http://www.kelvin-williams.dk/?p=16#comment-2</link>
		<dc:creator>iamkristian</dc:creator>
		<pubDate>Wed, 14 Mar 2012 21:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelvin-williams.dk/?p=16#comment-2</guid>
		<description><![CDATA[That rocks! Can&#039;t wait to play some more with that. I&#039;m looking forward to seeing it live interacting with mongo and oracle. 

Perhaps it should be an addon to the original plugin? As in a separate git repos. Too bad Oracle still believe in proprietary jars and have an open repos. That would really ease things up.]]></description>
		<content:encoded><![CDATA[<p>That rocks! Can&#8217;t wait to play some more with that. I&#8217;m looking forward to seeing it live interacting with mongo and oracle. </p>
<p>Perhaps it should be an addon to the original plugin? As in a separate git repos. Too bad Oracle still believe in proprietary jars and have an open repos. That would really ease things up.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
