-
Apparently the build is set to copy `tmp/version.txt` into the generated distribution
https://github.com/jbangdev/jbang/blob/3adf1b50133ccd652048aeed2b6173e93940a77c/build.gradle#L116-L130
Howev…
-
JBang scripts referencing remote scripts via //DEPS (since v0.109.0), can not work in the IDE until the first jbang build, as `jbang info tools` do not actually build those resolved dependencies
…
-
### Describe the bug
Testing Quarkus based JBang script is not working properly.
### Expected behavior
Quarkus test should work in JBang scripts as well.
### Actual behavior
After putting @Quar…
-
In edit mode, some developers add dependencies in build.gradle for code completion etc. Finally they should copy dependencies to JBang script with `//DEPS ` directive. Introduce a shortcut to sync…
-
### Description
It would be nice to have a way to self update the Quarkus CLI version.
in yarn they call it `self-update`
in brew they call it `update` but that is confusing IMO
maybe `qua…
-
**Describe the bug**
```
jbang config list --show-origin
/Users/max/.jbang/jbang.properties
edit.open = idea
/Users/max/code/personal/jbangdev/jbang/jbang.properties
edit.open = idea
c…
-
Wanted to give jbang a try. I downloaded the .zip, unpacked it and added .../jbang/bin to my path.
Then I started with the tutorial it but I got stalled already on line 2:
```
> jbang init --te…
-
JBang having issues with SVM dependencies:
```
$ jbang ./example.java
[jbang] [WARN] Detected missing dependencies in cache.
[jbang] Resolving dependencies...
[jbang] Resolving org.graalvm.…
-
We should find out if we can launch jbang in JVM debug mode (there are some JVM flags you need to turn on, to make it debug mode on port 5005, and suspend=y etc.
And if so we should find out if we …
-
**Describe the bug**
Given a Foo.java script and a companion Bar.java at the same level and no explicit `//SOURCES Bar.java` directive in Foo.java, running `jbang Foo.java` will yield different resul…