Hmm, symbolic link should not work because it needs to add a package statement in the java file
On Wed, Aug 28, 2024 at 6:20 PM Claus Ibsen <claus.ib...@gmail.com> wrote: > Hi > > This used to work in the past. Where jbang would use symbolic links for the > files. > Though it may be that something is not working as well anymore. > > See the ExportBaseCommand > > > On Wed, Aug 28, 2024 at 11:54 AM Zheng Feng <zf...@redhat.com> wrote: > > > Hi, > > > > I just use "camel run foo.java --runtime=quarkus --dev" and modify the > > foo.java, but the app does not reload the changes. I think it is expected > > since when running with quarkus or spring-boot, it has to be exported to > a > > hidden directory like .camel-jang-run at first. So even if we add the > > "--dev" option, the changes in the original foo.java does not apply to > the > > exported project. > > > > I wonder if the dev mode is not possible with quarkus or spring-boot > > runtime? Or do we have to add some watch file services to re-export it > > automatically? > > > > > -- > Claus Ibsen > ----------------- > @davsclaus > Camel in Action 2: https://www.manning.com/ibsen2 >