Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
In case you mistakenly attempt to run the same file twice
camel run foo.yaml --deps=xxxxx foo.yaml
If you have args and many things on the CLI then it may slip that the same file is listed twice. And then we fail on starting due to duplicte routes with an error that can be hard to understand its due to same file loaded twice.