Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
We can add support for using wildcards or eg dot to say
CamelJBang run *
CamelJBang run .
CamelJBang run foo*
So in the top it adds all files (* or dot)
And in the 2nd we list all files and pick files matching (eg starts with foo)
If there is .properties files, then they are regarded as properties. Otherwise they are DSL routes.