IntelliJ groovy issues
Hello:
I am quite new to IntellJ and groovy so I apologize if my question is elementary.
After adding the groovy and grails modules to my project I attempt to create a
New > Groovy Class.
When I try to create the class the idea tells me that the class already exists.
Sure enough I look in my project hierarchy and it's added a blue icon with the same name as my new groovy class?
What am I missing?
Thank you
请先登录再写评论。
Carl,
You should probably ask this in the JetGroovy forum: http://www.intellij.net/forums/forum.jspa?forumID=74
Randall Schulz
Probably you have created a script, with in it a class with the same name. This is not possible, and you could (should) rename the script to something like ]]>Script.groovy