-
Notifications
You must be signed in to change notification settings - Fork 0
eclipse_command_setting
kimukou edited this page Jun 8, 2011
·
5 revisions
- eclipse menu select External Tool Configlations
|
| name | grails13 |
| Location | ${GRAILS_HOME}/bin/grails.bat |
| Working Directory | ${project_loc} |
| Arguments | ${string_prompt} |
- I give the root of the project a focus and must carry it out if in this state
- When a work project is fixed,I finish it if I appoint it as follows even if I do not give the root a focus
- ie) ${project_loc:ectest}
|
| GRILS_HOME | ${GRILS_HOME} |
| GROOVY_HOME | ${GROOVY_HOME} |
| JAVA_HOME | ${JAVA_HOME} |
|
|
|
|
|
|
|
|