On Thu, May 24, 2012 at 10:59 AM, Eugene Vigdorchik
<
eugene.v...@gmail.com> wrote:
> On Tue, May 22, 2012 at 1:32 PM, MattR <
mattru...@gmail.com> wrote:
>> Is there a solution for avoiding hanging on "Project loading failed" on a
>> Windows build server?
>>
>>
https://github.com/harrah/xsbt/issues/265
>>
>> Other than migrating to a non-Windows build server ;-)
>
> I can confirm that redirecting stdin from NUL doesn't work.
The problem is really in the use of jline.WindowsTerminal that does
some native hacking to winapi. I tried to give the explicit
-Djline.UnixTerminal to the launcher, and it worked.
Since you want to run in batch mode, the terminal should not matter.
Hope that helps,
Eugene.