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:
697 bytes
|
Rev | Line | |
---|
[939] | 1 | <component name="ProjectRunConfigurationManager"> |
---|
| 2 | <configuration default="false" name="Grails tests:functional" type="GrailsRunConfigurationType" factoryName="Grails"> |
---|
| 3 | <module name="$grailsAppModuleName$" /> |
---|
| 4 | <setting name="vmparams" value="-server -Xmx256m -XX:MaxPermSize=120m" /> |
---|
| 5 | <setting name="cmdLine" value="test-app functional: -echoOut" /> |
---|
| 6 | <setting name="depsClasspath" value="true" /> |
---|
| 7 | <setting name="passParentEnv" value="true" /> |
---|
| 8 | <setting name="launchBrowser" value="false" /> |
---|
| 9 | <RunnerSettings RunnerId="Run" /> |
---|
| 10 | <ConfigurationWrapper RunnerId="Run" /> |
---|
| 11 | <method> |
---|
| 12 | <option name="Make" enabled="false" /> |
---|
| 13 | </method> |
---|
| 14 | </configuration> |
---|
| 15 | </component> |
---|
Note: See
TracBrowser
for help on using the repository browser.