Hi,
can someone go with me through starting of development mode? I cannot figure out how that thing works. I've got here big project, built via
maven, where are many projects with jar packaging and one war which declares dependency on them.
Guys using eclipse are fine. DevMode works for them just fine. I do not use eclipse, I've never succeeded in installing it on linux(and to be honest, I dislike it). So I start devmode manually from command line. The problem is, that it is quite unreliable. Sometimes, when I do some changes in code, app changes its behavior also. Sometimes it does not and I have to restart DevMode process. And finally sometimes it does not work at all and I have to do production build in first place.
So I need to find an error, but eclipse-guys only knows, that they're using eclipse and are unaware what's going on under "bug" icon.
So there are first two questions:
1. is there anyone capable & willing to help me with that?
2. what is CORRECT behavior of DevMode? What gets interpreted after change in code without running maven build and what does not?
thanks in advance.
martin.