-
Having the following source `Main.java` using multiple source files:
```
///usr/bin/env jbang "$0" "$@" ; exit $?
//SOURCES **/*.java
public class Main {
public static void main(String.…
-
Just alike [Cargo build.rs](https://doc.rust-lang.org/cargo/reference/build-scripts.html#build-scripts), and main method in build.jbang will be executed before javac compile.
```java
///usr/bin/…
-
If we add a visual debugger, then we can run camel via jbang in --debug mode (JVM debug) but also include camel-debug JAR as dependency, as this automatic enables Camel Debug for EIPs that hawtio, and…
-
### Describe the bug
I'm running ...
```
mvnw --file .camel-jbang-run/timer-log -Dquarkus.container-image.build=true -Dquarkus.container-image.push=false -Dquarkus.kubernetes.deploy=true -Dquarku…
-
I want to be able to run a Quarkus application from either an IDE or JBang.
For example, this is runnable from an IDE, taking in my `args` into consideration, i.e. as ways of configuring the applic…
-
**Is your feature request related to a problem? Please describe.**
I am using jbang in a CI.
I would like to keep a structured artifact of the run context.
**Describe the solution you'd like**
S…
jmini updated
2 years ago
-
Apart from ```jbang help``` and the examples of jbang use given in the readme, it would be great to have:
1. A documentation - Picocli generated ?
2. A cheat sheet usable with https://github.com/c…
-
Jbang will fail with dependency io.quarkus:quarkus-hibernate-reactive. Without it, everything works as expected.
application.properties
```
quarkus.banner.path = banner.txt
quarkus.datasource.…
-
I have a jbang `script.java` and `TestScript.java`, which includes `//SOURCES script.java`.
`build.gradle` however doesn't contain
```
test {useJUnitPlatform()}
```
and this has to be added to ea…
-
semes like use of system properties isnot working when used in aliases and agents making it impossible to do:
```
"cli": {
"script-ref": "org.jacoco:org.jacoco.cli:${jacoco.version:RELEASE}:no…