jbang icon indicating copy to clipboard operation
jbang copied to clipboard

Unleash the power of Java - JBang Lets Students, Educators and Professional Developers create, edit and run self-contained source-only Java programs with unprecedented ease.

Results 271 jbang issues
Sort by recently updated
recently updated
newest added

**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...

bug

**Describe the bug** Template catalog names when templates are being listed only being resolved from the implicit catalog, that only gets populated if (of course there are other possible methods,...

bug

inspired from this tweet https://twitter.com/jordisola_/status/1503296422803910661 showing `jbang ${JENKINS_URL}/jnlpJars/jenkins-cli.jar -s ${JENKINS_URL} -webSocket version` Technically we have all the pieces available to support this in aliases and have it process through property...

ideas

**Is your feature request related to a problem? Please describe.** It would be convenient to have templates defined to create project scaffolds with groovy and picocli **Describe the solution you'd...

ideas

Running `jbang init` suggested that I could run `jbang edit --open=vi ...` but when I do that Jbang prints out a command with `sh -c vi .....` but nothing happens....

bug

Hi, I have some use cases for a very light jbang flavor, here are the thing I'd like to drop from jbang and things I need: 1. It must be...

**Describe the bug** When resolving a version range (using a `+`), it just takes the latest. Example `1.3.+` is converted to `[1.3.,)` Gradle has a way better definition: > A...

bug

`jbang edit` for eclipe is generating a `.classpath` file for Eclipse IDE: ```xml ``` As a result the source jar is not available in Eclipse when you click on the...

I feel that the split into a "Usage" and "Running" section in the documentation is confusing. If I'm looking for the documentation on how to run things I'd logically assume...

documentation
ideas