Croway commented on pull request #6459:
URL: https://github.com/apache/camel/pull/6459#issuecomment-975416447


   Good point, the latest commit pre append the absolute path in case of 
missing /. I tested it with
   ```
   jbang -Dcamel.jbang.version=3.14.0-SNAPSHOT CamelJBang@apache/camel run 
github:Croway:camel-k:examples/languages/routes.yaml --properties 
/home/federico/test.properties
   
   jbang -Dcamel.jbang.version=3.14.0-SNAPSHOT CamelJBang@apache/camel run 
github:Croway:camel-k:examples/languages/routes.yaml --properties 
file:///home/federico/test.properties
   
   jbang -Dcamel.jbang.version=3.14.0-SNAPSHOT CamelJBang@apache/camel run 
github:Croway:camel-k:examples/languages/routes.yaml --properties 
../test.properties
   
   jbang -Dcamel.jbang.version=3.14.0-SNAPSHOT CamelJBang@apache/camel run 
github:Croway:camel-k:examples/languages/routes.yaml --properties 
test.properties
   ```
   and they are working 


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to