-
**Describe the bug**
JBang templates are providing ways to reuse the file input name coming as an input from the user. It can be {filename} and {basename}.
If the input is Example.java (`jbang init …
-
if you run with `JBANG_JAVA_OPTIONS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5555`
an error occurs like:
```
/Users/manderse/code/jbangdev/jbang/build/install/jbang/bin/jba…
-
not sure how I missed this when I did pom dependency import.
truffle uses pom dependencies, which is handled as depend on the pom and get all its dependencies
`// DEPS org.graalvm.polyglot:pyth…
-
I just ran into the problem that if you do not have the JBang executable on your machine than the plugin is unable to work.
Is there any way that the plugin itself can install it? Maybe with a prom…
-
jbang fails while installing an application (jbang app install yaks@citrusframework/yaks) due to `CreateProcess error=206, The filename or extension is too long` on Windows.
**To Reproduce**
Steps to…
-
### Describe the feature here
https://github.com/apache/camel/blob/main/components/camel-jms/src/main/java/org/apache/camel/component/jms/JmsServiceLocationHelper.java
https://github.com/apache/…
-
Drop the requirement to install JDK - in which case the use the JDK version -
and instead bundle the JDK as part of OptaPy. Think JBang, etc.
This is a long term, difficult issue. We should really…
-
Jbang version 0.60.0
Tried jfx.java example on command line and it works, but not with Intelij:
`jbang edit --open=idea --live jfx.java`
and get the error:
```
.jbang/cache/projects/jfx.…
-
### Description
Currently when a quarkus extension brings in a CLI plguin, the name of the plugin is configured in the extension metadata.
Extension developer need to align the alias used with the r…
-
I made a mistake when setting up jshell, not closing and re-opening the entire Windows Terminal window. I just closed tabs, instead:
https://github.com/jbangdev/jbang/issues/939
This resulted in m…