File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,7 @@ target ('default': "Load the Grails interactive Swing console") {
3232}
3333
3434target(console :" The console implementation target" ) {
35-
36- // classLoader = new URLClassLoader([classesDir.toURI().toURL()] as URL[], rootLoader)
37- // Thread.currentThread().setContextClassLoader(classLoader)
38- loadApp()
39- configureApp()
35+ depends(loadApp, configureApp)
4036
4137 try {
4238 def console = createConsole()
@@ -55,7 +51,7 @@ target(console:"The console implementation target") {
5551 println " Exiting console"
5652 console. exit()
5753 String scriptText = console. inputArea. text
58- createConsole()
54+ console = createConsole()
5955 println " Restarting console"
6056 console. run()
6157 console. inputArea. addFocusListener(new ConsoleFocusListener (text :scriptText))
You can’t perform that action at this time.
0 commit comments