Tako Schotanus

Results 375 comments of Tako Schotanus

@jeffmaury can you tell us exactly which JDK you have installed using sdkman? And if possible can you see if that installed JDK has a `release` file in its root...

This was implemented by https://github.com/jbangdev/jbang/pull/1500 But for now it still only works when explicitly enabling the sdkman provider. I that perhaps something we should think about changing @maxandersen and make...

> We still don't have a notion of installing from those so can make them default can we ? I don't think we need to be able to install, it...

But then I'd say we'd need to support script refs in //DEPS as well, right?

Indeed, but is there a specific reason why you'd want Jbang to use that newer version? Not that we're against updating it, but as you can see it quite low...

Btw there was a bug in 4.7.2, we should probably make sure to update to 4.7.3

So the discussion to merge this or not was about the issue that user files are now part of the class path when running the post build and if this...

This change fixes the second problem but completely breaks `@arg` handling: ``` $output = iex "& '$JAVA_EXEC' $env:JBANG_JAVA_OPTIONS -classpath '$jarPath' dev.jbang.Main @args" ``` Edit: perhaps this uses more correct quoting...