newbie questions
Ok, I was having a horrible time with intellij on linux, so im trying on windows.
1) I am trying to create a grails project, but it is not available as an option in the create project from scratch workflow.
2) I cant find a way to add my subversion url. where is that done? I was all over VCS in settings but nothing turned up...
thanx
Please sign in to leave a comment.
Hello hvgotcodes,
Please make sure that you have the Groovy-MVC plugin enabled. The Grails
option is available in the Add Framework Support page.
If you already have a project checked out from Subversion, the server URL
is stored in the working copy - there's no need to specify it anywhere else.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
I dont see the groovy mvc plugin in the plugins list. I have grails/griffin support enabled, and now i can create a project with grails, but I cannot add Grails to an existing project. So i cant run any of the standard grails targets in the project...
Hello hvgotcodes,
To add Grails support to an existing project, right-click a module in the
Project view and select "Add Framework Support" from the context menu.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
thanx for the help here.
I do not see grails in that menu.