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.
jbang edit x.java on project does not honor package in x.java. it does honor package for dependent classes.
might have some path collisons with jitpack support but now several times seen projects like FXGL or similar that has actually perfect standalone main apps in their sample projects but...
It would be cool, if maven plugin could execute multiple scripts and not just one. Something like this maybe? ```xml hello1.java --option1=foo hello2.java --option2=bar ``` BTW, Thank you for jbang!...
jreleaser seem to have nice approach for i18n of the cli which could be nice. see https://github.com/jreleaser/jreleaser/issues/392
In Quarkus, after doing `quarkus create cli --jbang` and then moving to the generated `code-with-quarkus` and running `jbang --interactive src/main.java` reports: ``` [jbang] You can run the main class `io.quarkus.runner.GeneratedMain`...
Apparently the build is set to copy `tmp/version.txt` into the generated distribution https://github.com/jbangdev/jbang/blob/3adf1b50133ccd652048aeed2b6173e93940a77c/build.gradle#L116-L130 However this file is not created at the appropriate time and it's missing from the final distribution...
would be nice for completeness sake that we had a way to convert a jbang app to maven/gradle. something like: `jbang export maven .` or `jbang export gradle .` somewhat...
It was a bit hard to come up with a good title, but I was basically thinking about something like this: Imagine that you have a script that reads a...
Fixes #462 work in progress but last time I lost it by accidental delete thus opening this now :)
jbang Version 0.80.2 Using Windows 10 I have a problem while editing jbang files in live editing mode. I tested with Eclipse and VS Code. Whenever I save a edited...