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.
So, I am trying to create a example on how to use a library which is there in my organization's private repo. I stumbled across jbang, thought if I can...
I think we are pretty good but would be good to review all commands/flags for consistent naming/requirements before 1.0
See original PR https://github.com/jbangdev/jbang/pull/1037 and relevant bug report https://github.com/jbangdev/jbang/issues/1047
``` /tmp ᐅ jbang -jar io.quarkus:quarkus-cli:1.13.0.Final:runner --verbose Could not invoke void dev.jbang.cli.BaseBuildCommand.setJavaVersion(java.lang.String) with ar (java.lang.IllegalArgumentException: Invalid version, should be a number optionally followed by a plus sign) Usage: jbang run...
Also using links now for files with improper names. Fixes #1027
with jbang's ability to now run, package and install (almost) any jar (not just scripts) the current tag line is rather limiting. making this issue to keep reminding to get...
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}:nodeps", "description": "Runs jacoco cli, see https://www.jacoco.org/jacoco/trunk/doc/cli.html...
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 multiple identical path entries...