Hi, I wanted to try out the automatic redeploy on file change.
vertx run MyVerticle.groovy --redeploy="**/*.groovy"
This is how I am trying it:
vertx run src/main/groovy/start.groovy --redeploy="src/main/groovy/**/*.groovy*
I have also tried with different orders of the arguments, always the same error:
Starting the vert.x application in redeploy mode
Starting vert.x application...
b4ed5825-b094-43e7-89f9-07efcbe77601-redeploy
java.lang.ClassNotFoundException: run
(... Stacktrace)
I am probably making a really dumb mistake, considering what the error tells me, but for the heck of me I am not seeing it...
If I leave out the run, I am getting '(whatever is first argument) is not a valid command', obviously
Thanks for help, and regards,
Thomas