Renato Athaydes

Results 270 comments of Renato Athaydes

No, it doesn't work: ``` ERROR: Bundle com.xafero.dynkt.jsr223-osgi [26] Error starting file:/Users/renato/programming/projects/osgiaas/build/osgi/bundle/dynkt-1.0.0-SNAPSHOT.jar (org.osgi.framework.BundleException: Unable to resolve com.xafero.dynkt.jsr223-osgi [26](R 26.0): missing requirement [com.xafero.dynkt.jsr223-osgi [26](R 26.0)] osgi.wiring.package; (osgi.wiring.package=apple.awt) Unresolved requirements: [[com.xafero.dynkt.jsr223-osgi [26](R...

I want to make Kotlin one of the languages my cli app supports: [OSGiaaS](https://github.com/renatoathaydes/osgiaas/blob/master/docs/osgiaas-cli.md). It's not released yet, but I already support Groovy and JavaScript. Commands (non-scripts) can be written...

Hi @xafero . I installed the bundle you've created... great you've managed to get it installed! But it does not run at all. I made several changes to try to...

That makes sense. In OSGi you can't just read all jars in the classpath... so code that loads resources like this (like the kotlin-compiler) are a pain to make work......

Not sure this adds to the conversation, but basically the first example I ever tried of using `expectEqual` did not compile and it's probably a little simpler than the examples...

I haven't touched this project since Java 8. I don't know. Could you try it and report any errors you find?

>> the change in the URL would enforce gradle to reevaluate (download) the jdk > I don't think this is a good idea. Builds would be non-reproducible. The builds would...

> The comment I was replying to was specifically asking for a way to "reliably ensuring gradle toolchains would use the latest release". @guillerodriguez I understand. But notice that Gradle...

The solution proposed by @jjohannes would solve our problem as long as Gradle does notice when the `implementationVersion` is modified, and requests the resolver plugin to re-download the JDK.

Hi @bbakerman. It's not a big issue, but it would be good to know who are the authors of the original source code and which files have been taken from...