<?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: Idea 8.1 &amp; Grails 1.1</title>
	<atom:link href="http://rpstechnologies.net/ron/blog/2009/05/idea-81-grails-11/feed/" rel="self" type="application/rss+xml" />
	<link>http://rpstechnologies.net/ron/blog/2009/05/idea-81-grails-11/</link>
	<description>Thoughts on software development</description>
	<lastBuildDate>Wed, 28 Jul 2010 16:32:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Andy E</title>
		<link>http://rpstechnologies.net/ron/blog/2009/05/idea-81-grails-11/comment-page-1/#comment-34</link>
		<dc:creator>Andy E</dc:creator>
		<pubDate>Fri, 30 Oct 2009 13:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://rpstechnologies.net/ron/blog/2009/07/idea-81-grails-11/#comment-34</guid>
		<description>@Alex Li:  I am having the same problem.  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>@Alex Li:  I am having the same problem.  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.</p>
<p>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>By: ron</title>
		<link>http://rpstechnologies.net/ron/blog/2009/05/idea-81-grails-11/comment-page-1/#comment-6</link>
		<dc:creator>ron</dc:creator>
		<pubDate>Sun, 19 Jul 2009 03:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://rpstechnologies.net/ron/blog/2009/07/idea-81-grails-11/#comment-6</guid>
		<description>All of my code is within the Grails app module, so can&#039;t say I&#039;ve come across that.
One thing that comes to mind is whether IDEA is generating a jar file for your Java module, and placing it within the grails app..  IDEA probably delegates to the &#039;grails run-app&#039; command, and probably requires all of the classes/jars to be available on the filesystem in the standard grails app structure.</description>
		<content:encoded><![CDATA[<p>All of my code is within the Grails app module, so can&#8217;t say I&#8217;ve come across that.<br />
One thing that comes to mind is whether IDEA is generating a jar file for your Java module, and placing it within the grails app..  IDEA probably delegates to the &#8216;grails run-app&#8217; command, and probably requires all of the classes/jars to be available on the filesystem in the standard grails app structure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Li</title>
		<link>http://rpstechnologies.net/ron/blog/2009/05/idea-81-grails-11/comment-page-1/#comment-5</link>
		<dc:creator>Alex Li</dc:creator>
		<pubDate>Thu, 16 Jul 2009 19:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://rpstechnologies.net/ron/blog/2009/07/idea-81-grails-11/#comment-5</guid>
		<description>What kind of compilation problems 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 problems 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.</p>
<p>Do you have any ideas? Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
