Claus Ibsen created CAMEL-18788:
-----------------------------------
Summary: camel-jbang - run myfolder/foo.yaml --dev will have live
reload in current folder
Key: CAMEL-18788
URL: https://issues.apache.org/jira/browse/CAMEL-18788
Project: Camel
Issue Type: Improvement
Components: camel-jbang
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Fix For: 3.20.0
It sets wrong live reload as the file is not in current folder, but in myfolder
{code}
~/workspace/camel main *1 ?1 ❯ camel run ~/Downloads/example.yaml --dev
✘ INT 1m 28s
2022-12-01 21:48:25.994 INFO 43687 --- [ main]
org.apache.camel.main.MainSupport : Apache Camel (JBang) 3.20.0-SNAPSHOT
is starting
2022-12-01 21:48:26.179 INFO 43687 --- [ main]
org.apache.camel.main.MainSupport : Using Java 11.0.13 with PID 43687.
Started by davsclaus in /Users/davsclaus/workspace/camel
2022-12-01 21:48:26.194 INFO 43687 --- [ main]
he.camel.cli.connector.LocalCliConnector : Camel CLI enabled (local)
2022-12-01 21:48:28.321 INFO 43687 --- [ main]
e.camel.impl.engine.AbstractCamelContext : Apache Camel 3.20.0-SNAPSHOT
(example) is starting
2022-12-01 21:48:28.472 INFO 43687 --- [ main]
upport.FileWatcherResourceReloadStrategy : Live route reloading enabled
(directory: .)
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)