Jaroslav Tulach
Jaroslav Tulach
Has Gradle finally created a toolchain API that would work? Is there an example to copy? Then supporting Gradle 7 would be easy.
Is there any chance this PR gets in and a new release is crafted anytime soon? Or shall I fork my own copy of Retrolamda into [Bck2Brwsr VM](https://github.com/jtulach/bck2brwsr)?
I found springloaded very useful in context of DukeScript: https://dukescript.com/best/practices/2015/04/12/no-redeploys.html - but yeah, the breakpoints in NetBeans really don't work after reload.
What's fragile in Grizzly? Well, for example the `browser` presenter with Grizzly doesn't run on Windows while using IE11 as the display browser. The `browser` presenter with `SimpleServer` runs as...
> Where is the issue report against grizzly? Another problem with Grizzly is that it is not maintained anymore. The [project page](https://javaee.github.io/grizzly/httpserverframework.html) says "...activity is frozen until...", but the problem...
I don't have the access denied problem, locally: ``` Could not transfer artifact org.gradle:gradle-tooling-api:pom:3.0 Access denied to: http://repo.gradle.org/gradle/libs-releases-local/org/gradle/gradle-tooling-api/3.0/gradle-tooling ``` I guess a lot of modules were compiled OK. Continue with...
> works in IE 11 and Edge as far as I can say Have you switched to Grizzly? You have to change the code in `Browser` constructor. > to have...
There is a [blog post](https://dukescript.com/update/2017/01/14/trybuypresenter.html) describing how to turn the browser-presenter on. > For swing I invoke a single class, get a Frame It is certainly simple to use Swing...
I am satisfied with the current state of `SimpleServer`. It works way better for the [MPDUI project](https://github.com/jtulach/mpdui) than the `[email protected]` version. Once I get the JDK11 Travis crashes (unrelated to...
Thanks for trying to review my clean up, Matthias. If you have comments about my code changes introducing broken code, please add them next to appropriate lines. I see it...