ppalaga commented on a change in pull request #327: Improve dev mode URL: https://github.com/apache/camel-quarkus/pull/327#discussion_r338214181
########## File path: examples/timer-log-xml/README.adoc ########## @@ -0,0 +1,28 @@ += timer-log-xml + +This is a basic hello world example that use XML to set-up +a Camel timer that triggers every second and prints to the +log. + +To run it: + +[source,text] +---- +$ mvn clean compile quarkus:dev -DnoDeps -Dcamel.main.xml-routes=file:$PWD/src/main/resources/routes/my-routes.xml Review comment: `$PWD` won't work on Windows. Does the `$PWD` have to be there actually? It would be nice if `file:src/main/resources/routes/my-routes.xml` worked too. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services