Ricardo Martinez created CAMEL-19780:
----------------------------------------
Summary: Camel JBang does not support relative paths
Key: CAMEL-19780
URL: https://issues.apache.org/jira/browse/CAMEL-19780
Project: Camel
Issue Type: Bug
Reporter: Ricardo Martinez
When trying to execute a file through JBang, it doesn't recognize relative
paths.
For instance, the following command doesn't work:
{code:java}
jbang -Dcamel.jbang.version=3.21.0 camel@apache/camel run
./rest-dsl.camel.yaml{code}
In contrast, the following works:
{code:java}
jbang -Dcamel.jbang.version=3.21.0 camel@apache/camel run
rest-dsl.camel.yaml{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)