Last change
on this file since 954 was
939,
checked in by gav, 13 years ago
|
Add IntelliJ IDEA runConfigurations.
The "module" is set to a path variable "$grailsAppModuleName$".
Set the value in IDEA settings not in runConfigurations dialogue.
|
File size:
867 bytes
|
Line | |
---|
1 | <component name="ProjectRunConfigurationManager"> |
---|
2 | <configuration default="false" name="Grails clean" type="GrailsRunConfigurationType" factoryName="Grails"> |
---|
3 | <module name="$grailsAppModuleName$" /> |
---|
4 | <setting name="vmparams" value="" /> |
---|
5 | <setting name="cmdLine" value="clean" /> |
---|
6 | <setting name="depsClasspath" value="true" /> |
---|
7 | <setting name="passParentEnv" value="true" /> |
---|
8 | <setting name="launchBrowser" value="false" /> |
---|
9 | <RunnerSettings RunnerId="Debug"> |
---|
10 | <option name="DEBUG_PORT" value="42270" /> |
---|
11 | <option name="TRANSPORT" value="0" /> |
---|
12 | <option name="LOCAL" value="true" /> |
---|
13 | </RunnerSettings> |
---|
14 | <RunnerSettings RunnerId="Run" /> |
---|
15 | <ConfigurationWrapper RunnerId="Debug" /> |
---|
16 | <ConfigurationWrapper RunnerId="Run" /> |
---|
17 | <method> |
---|
18 | <option name="Make" enabled="false" /> |
---|
19 | </method> |
---|
20 | </configuration> |
---|
21 | </component> |
---|
Note: See
TracBrowser
for help on using the repository browser.