Tako Schotanus

Results 614 comments of Tako Schotanus

There's a known problem with that API in Windows, see for example what we do in the CeylonTool: https://github.com/ceylon/ceylon-common/blob/ce186be04aaa1b13c61747a97acb15eacc6f55d8/src/com/redhat/ceylon/common/tools/CeylonTool.java#L365

https://bugs.openjdk.java.net/browse/JDK-8023130 (java 7 but still confirmed to exist in latest java 8 as well)

I don't know what the _proper_ work-around is, for `CeylonTool` a partial fix was enough. The problem is that inherit just doesn't work, so you need a loop to pipe...

That would be great, because having to work around it sucks :) -Tako On Fri, Jan 10, 2014 at 1:51 PM, Gavin King [email protected]: > Phew. :-) > > ##...

Is this something that could perhaps be implemented for 1.3.0 @FroMage ? It would come in quite handy for making the Web IDE work on OpenShift v3

If you get `java.nio.file.AccessDeniedException` it might very well be related to this. For example: Debug: UT005071: Undertow request failed HttpServerExchange{ GET /modules/ceylon/language/1.2.1/ceylon.language-1.2.1.js request {Accept=[/], Accept-Language=[en-US,en;q=0.5], Cache-Control=[no-cache], Accept-Encoding=[gzip, deflate], Pragma=[no-cache], User-Agent=[Mozilla/5.0...

Well it works if that's what you ask? I know there were problems with dressed objects but that was for very specific frameworks, wasn't it?

@dlkw so does that mean you think this issue could be closed? Or is it still interesting because we don't have point 2 yet, the "streaming way"?