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
Burt Beckwith
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Workflow | Grails [ 62282 ] | Grails2 [ 63964 ] |
Burt Beckwith
made changes -
| Workflow | Grails2 [ 63964 ] | jira [ 75885 ] |
Burt Beckwith
made changes -
| Workflow | jira [ 75885 ] | Grails2 [ 84626 ] |
Peter Ledbrook
made changes -
| Last Reviewed | 01/Jan/10 |
Peter Ledbrook
made changes -
| Workflow | Grails2 [ 84626 ] | jira [ 93066 ] |
Peter Ledbrook
made changes -
| Workflow | jira [ 93066 ] | Grails2 [ 101234 ] |
Graeme Rocher
made changes -
| Assignee | Graeme Rocher [ graemerocher ] |
Graeme Rocher
made changes -
| Fix Version/s | 2.1 [ 12801 ] | |
| Priority | Major [ 3 ] | Critical [ 2 ] |
Graeme Rocher
made changes -
| Status | Open [ 1 ] | In Progress [ 3 ] |
Graeme Rocher
made changes -
| Fix Version/s | 2.1 [ 13117 ] | |
| Fix Version/s | 2.1-RC1 [ 12801 ] |
Graeme Rocher
made changes -
| Fix Version/s | 2.1 [ 13125 ] | |
| Fix Version/s | 2.1-RC2 [ 13117 ] |
Graeme Rocher
made changes -
| Fix Version/s | 2.1 [ 13133 ] | |
| Fix Version/s | 2.1-RC3 [ 13125 ] |
Graeme Rocher
made changes -
| Fix Version/s | 2.2 [ 13093 ] | |
| Fix Version/s | 2.1 [ 13133 ] |
Graeme Rocher
made changes -
| Fix Version/s | 2.3 [ 13311 ] | |
| Fix Version/s | 2.2-RC1 [ 13093 ] |
| 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
|
Graeme Rocher
made changes -
| Fix Version/s | 2.3-M2 [ 13457 ] | |
| Fix Version/s | 2.3-M1 [ 13311 ] |
I have faced a much weirder issue. I haven't closed grails console properly while I was using 1.3.7 and it(GUI) never was visible again.