Apache Camel Karavan #1123
-
I've started using Apache Camel Karavan. I am trying to build workflows(routes, logs etc) and run/export code. However, I have been seeing multiple issue. PS D:\Apache-Camel-Karavan-Integration\projects\POC\Karavan_generated\karavan> jbang "-Dcamel.jbang.version=4.3.0" camel@apache/camel export --fresh --directory=d:\Apache-Camel-Karavan-Integration\projects\POC\Karavan_generated\karavan\demosb The runtime option must be specified What is this runtime exactly? Can someone please help me? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Its whether its Spring Boot, Quarkus or Camel Main. Karavan uses main.
|
Beta Was this translation helpful? Give feedback.
-
Are using Karavan Vs Code extension or Web Application? ![]() |
Beta Was this translation helpful? Give feedback.
Hi @davsclaus
Also to update on the issue,
It got resolved now. Code is exported now.
Thank you so much.
PS D:\Apache-Camel-Karavan-Integration\projects\POC\Karavan_generated\karavan> jbang "-Dcamel.jbang.version=4.3.0" camel@apache/camel export --fresh --directory=d:\Apache-Camel-Karavan-Integration\projects\POC\Karavan_generated\karavan\demo_sb --runtime=camel-main --gav=com.demo.camel.karavan:karavan:0.0.1-SNAPSHOT
Generating fresh run data
Exporting as Camel Main project to: d:\Apache-Camel-Karavan-Integration\projects\POC\Karavan_generated\karavan\demo_sb
But, I have a doubt here. If karavan always 'camel-main', why does it not set that in the command by default.
I actually had run t…