-
Notifications
You must be signed in to change notification settings - Fork 0
eclipse_debug_setting
kimukou edited this page Jun 8, 2011
·
12 revisions
- GRAILS_HOME/dist/*.jar
- GRAILS_HOME/lib/*.jar
-
require groovy eclipse plugin
- require eclipse3.5 upper (I use eclipse3.6)
- grails project can [run→debug] step debug and watch variable from debug point
- use griffon EclipseSupport Plugin Transplant version, I seem to renew .classpath by a timing of the plugin installation
| USER_HOME | C:\Documents and Settings\HOGE |
|
|
- [file:/] is warning,but not set not compile grails plugin source
| USER_HOME | file:/C/Documents%20and%20Settings/HOGE |
|
|
| Project | ectest |
| Main Class | org.codehaus.groovy.grails.cli.support.GrailsStarter |
|
| Program arguments | —main |
| org.codehaus.groovy.grails.cli.GrailsScriptRunner | |
| " run-app" | |
| VM arguments | -Dgrails.home=“${GRAILS_HOME}” |
| -Dbase.dir=“${project_loc:ectest}” | |
| -Dfile.encoding=“UTF-8” | |
| -Dserver.port=8080 | |
| -Dgrails.env=development | |
| -XX:PermSize=128m -Xms128m -Xmx512m |
|
| User Entries | JAVA_HOME/lib/tools.jar |
| User Entries | GRAILS_HOME/lib/groovy-all-1.7.8.jar |
| User Entries | GRAILS_HOME/dist/grails-bootstrap-1.3.7.jar |
|
|
|
|
|
| GRAILS_HOME | C:\grails\grails-1.3.7 |
| GROOVY_HOME | C:\grails\groovy-1.8.0 |
|
|
|
|
|
|
|
- privious setting eclipse_command_setting
- Runing ,but error occuerd
|
|
- External Tool [grails] clean
|
|
|
- Rerunning ,Run correctry
|
|
|
- Illustration BY @torazuka
- using moeclipse plugin