Greetings, sbt community!
Could anybody please advice why following sample does what expected on Mac, Win7 but doesn't on WinXP?
https://gist.github.com/4116850I'm trying to read input from sbt console within forked java process.
I've found connectInput := true setting should be used to let it work.
That works perfectly on Mac and Win7.
But when I'm doing "sbt run" on WinXP Pro SP3 input is ignored.
A program just prints "Press any key" and hangs forever.
Is there a solution for this?
Regards,
Alex
P.S. I'm running sbt 0.12.1