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 2020/09/21 08:55:34 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new issue #1812: Configure NativeImageResourceBuildItem for camel route classpath resources

jamesnetherton opened a new issue #1812:
URL: https://github.com/apache/camel-quarkus/issues/1812


   When choosing to use XML routes, you'll have a config property like:
   
   ```
   camel.main.xml-routes = classpath:routes/my-routes.xml
   ```
   
   If you want to build a native executable, then you must ensure the route XML file is added to the build via `-H:IncludeResources` or `quarkus.camel.native.resources.include-patterns`. 
   
   We should do this programatically so that users do not need to.


----------------------------------------------------------------
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.

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



[GitHub] [camel-quarkus] ppalaga closed issue #1812: Configure NativeImageResourceBuildItem for camel route classpath resources

Posted by GitBox <gi...@apache.org>.
ppalaga closed issue #1812:
URL: https://github.com/apache/camel-quarkus/issues/1812


   


----------------------------------------------------------------
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.

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