jbang
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.
**Is your feature request related to a problem? Please describe.** JBang offers commands to retrieve a list dependencies; e.g. `jbang info tools `, `jbang --verbose` Using these approaches, the full...
**Describe the bug** If a template is having Qute #includes in it, at initialization JBang will not be able to resolve the dependency templates. Example template file with includes, of...
**Describe the bug** I am trying to run jbang-catalog over a project. It ran fine for the first time, but failed to find the Main class for the next time....
Hi, On my work laptop, JBang cannot download dependencies when under corporate proxy. Interestingly, JDK is downloaded without a problem. I guess it is because JDK and dependencies are downloaded...
Has bunch of java based scripts/games.
Hi. When we specify `//JAVA` directive for a JBang script and run it with `jbang run`, obviously the version specified in the directive is used. However, when we try to...
Rebased against main to see if we can reproduce what went wrong.
**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...
Right now when you do `curl sh.jbang.dev | bash -s -` you're basically performing a regular installation, the only difference being that no changes are being made to your environment...
- {filename} and {basename} have different validation rules for their usage - fixes #1318