GitHub user jwagenleitner opened a pull request: https://github.com/apache/incubator-groovy/pull/161
GROOVY-48888 - fix so child threads output/err streams go to correct console @PascalSchumacher sorry for the extra trouble, I forgot to include this minor change in the original PR #160. This makes it so that any new Thread's started in the console script that is executed inherit the original console id. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jwagenleitner/incubator-groovy GROOVY-4888-child-threads Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-groovy/pull/161.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #161 ---- commit 1d4cdcb65b7eeb2567c053c6b5212901730b09d1 Author: John Wagenleitner <john.wagenleit...@gmail.com> Date: 2015-10-25T23:55:42Z GROOVY-48888 - fix so child threads output/err streams go to correct console ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---