Since others have had trouble with this I created a simple 3 module maven project which hopefully helps people setting up said project. https://github.com/nscavell/multi-example. Follow the README to get autodeploy working.
It's important to remember that if you run mvn install, then the maven vertx plugin will run the module that's built under the target directory and not the module link file which just links back to vertx_classpath.txt file.
On Saturday, May 24, 2014 2:46:21 PM UTC-4, Oren Shvalb wrote:Hi,
I have several modules that are deployed using a "deployer module".
Every module has vertx_classpath.txt and "auto_redeploy" flag is turned on.I've defined VERTX_MODS variable and created a module link for all of them.
I work with Eclipse, and my problem is that for every little change in code I need to perform "mvn clean install".
I do see that auto-redeploy works - I can see that all modules are being reloaded, *BUT* it works on the old code from my local maven repository instead of working on my new code from the eclipse workspace projects.
Anyone has an idea why this happen??
Thank you!
--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.