Open maxandersen opened 5 months ago
@maxandersen I noticed that your path is /Users/manderse/code/jcon/jconqbot, and not /home/manderse....
Are you developing on Windows but attempting to run this script in WSL?
What happens if you install dos2unix in WSL and then run it against the script prior to executing the script?
this is on OSX - no windows allowed.
I think what goes wrong is that quarkus echo is looking in the PATH for quarkus-echo but fails to find it...
but whats funky is that if you don't chmod +x it does not fail same way.
So i think there is some inconsistency in how lookups are done.
@maxandersen: Unless the script is available in the path, its not expected to work. So, I would expect a step where you copy the script in your PATH. If you add this step everything works as expected.
What I find odd but can't reproduce is how the script is recognized as plugin in the first place.
Describe the bug
cannot create shell script to use with quarkus cli:
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response