You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/11/22 11:16:38 UTC

[GitHub] [camel] Croway commented on pull request #6459: [CAMEL-17216] Allow to include properties file

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-unsubscribe@camel.apache.org

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