Hi,
I just went through the process to fix this problem. I am using
IntelliJ IDA 7.0M2.
To turn your current module into a Grails Application, you can either:
1) Do a New -> Groovy -> Grails Application. In this case, it
creates a new module that is recognized as a grails application and
you will have to migrate data over.
OR the easier way:
2) Close your project. Open and edit your main module file (module
files have the extension .iml). In the first root element, it might
say something like this:
<module relativePaths="true" type="JAVA_MODULE" version="4">
Change the type to
<module relativePaths="true" type="GRAILS_MODULE" version="4">
Save the IML file. Then open your project again and it should be
recognized as a Grails module with all the amenities that come with
it. :)
-Chris
On Aug 17, 2007, at 11:53 AM, Randall R Schulz wrote:
> On Friday 17 August 2007 11:40, Stand Trooper wrote:
>> Ok, wierd. Your project is loaded into intellij, obviously... does
>> it have the green groovy circle icon for the grails app?
>
> The Grails app itself? No. it just shows a generic folder icon
> (with the
> tiny blue dot). I created the Grails app via the command line before I
> upgraded to the IDEA v7 EAP (first #7104 and now #7126).
>
> How do I get IDEA / JetGroovy to know that this is a Grails
> application?
>
>
> Randall Schulz
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
>
http://xircles.codehaus.org/manage_email>
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email