davsclaus opened a new issue #104: URL: https://github.com/apache/camel-karavan/issues/104
We should get this working. After installing jbang (such as via sdk) then we should make jbang run via its alias Today it runs as ``` ``` But that does not work. You have then to copy the CamelJBang.java source file to same dir, rename to not have .java and make it executable. And fix the RELEASE to say 3.13.0. But if we run via the alias then it should run with the latest release ``` jbang CamelJBang@apache/camel run routes.yaml --max-messages=10 --debug-level=info ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
