Details
-
Type:
Bug
-
Status:
In Progress
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: 2.0-M1
-
Fix Version/s: 2.3-M2
-
Component/s: None
-
Labels:None
Description
In a 2.0 project, run the grails console command. Now quit the console. The command stays running in the background and can only be stopped with a Ctrl-C. That's not fun if you're in interactive mode since it drops you back to your OS terminal!
Activity
| Repository | Branch | Revision | Date | Author/Committer | Message |
| Grails Core | 2.1.x | 28da49a... | 2012-10-30 07:10:17 -0700 | Peter Ledbrook / Peter Ledbrook | Fix GRAILS-7885: quit grails console when all windows closed. The 'console' command now checks every 3 seconds whether any windows are still open. Once they are all closed, it exits. This saves the user having to do a Ctrl-C every time (which is not always possible or easy). |
| Files Changed | |||||
|
MODIFY
scripts/Console.groovy
|
| Repository | Branch | Revision | Date | Author/Committer | Message |
| Grails Core | 2.2.x | 28da49a... | 2012-10-30 07:10:17 -0700 | Peter Ledbrook / Peter Ledbrook | Fix GRAILS-7885: quit grails console when all windows closed. The 'console' command now checks every 3 seconds whether any windows are still open. Once they are all closed, it exits. This saves the user having to do a Ctrl-C every time (which is not always possible or easy). |
| Files Changed | |||||
|
MODIFY
scripts/Console.groovy
|
| Repository | Branch | Revision | Date | Author/Committer | Message |
| Grails Core | master | 28da49a... | 2012-10-30 07:10:17 -0700 | Peter Ledbrook / Peter Ledbrook | Fix GRAILS-7885: quit grails console when all windows closed. The 'console' command now checks every 3 seconds whether any windows are still open. Once they are all closed, it exits. This saves the user having to do a Ctrl-C every time (which is not always possible or easy). |
| Files Changed | |||||
|
MODIFY
scripts/Console.groovy
|