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.
Parent directories for sources are now added to the compiler's source path so any types referenced in them that are available in the same directories can be found even when...
**Describe the bug** Given a Foo.java script and a companion Bar.java at the same level and no explicit `//SOURCES Bar.java` directive in Foo.java, running `jbang Foo.java` will yield different results...
Right now `alias add` can't set flags like `--offline` and `--fresh`. We should take al ook at which flags make sense to enable for aliases.
until now i've been hesitant to make jbang pluggable but I think I found a usecase where it could be the best option: extend jbang to do things like `test`,...
jbang edit on new laptop vscode complains about no java. we could alter PATH but better if JAVA_HOME would be sufficient. @fbricon should JAVA_HOME be enough or do you require...
We can't run ``` jbang -c 'println("hey");' ``` because the quotes around "hey" get stripped out accidentally by the way `jbang.ps1` is implemented. To make it work you can escape...
`jbang https://get.jenkins.io/war-stable/2.361.2/jenkins.war` fails today. should it ? :)
**Describe the bug** Install ish from AppStore and try install jbang you just get and error.  Really would be useful for user to know where to report issue and...
**Describe the bug** Running a script in debug mode with a custom port, as per the [instructions](https://www.jbang.dev/documentation/guide/latest/debugging.html), fails on zsh: ``` jbang --debug=*:4005 hello.java zsh: no matches found: --debug=*:4005 ```...
**Is your feature request related to a problem? Please describe.** I was hitting this gist url, but got a 403 response, so I wasn't able ```shell $ jbang https://gist.github.com/bric3/2338aad81b5bba614020a17a1fd0884f [jbang]...