Hi,
I am just upgrading my apps to 2.6 and SuperDevMode. All in all I have not much trouble and everything works out of the box (strange feeling though). But finally I found a small glitch. My setup: gwt-maven-plugin and mvn gwt:superdevmode to fire everything up (2.6) My Ide is Netbeans and sometimes my changes do not get picked up in SuperDevMode. The root cause seems to be that Netbean's integrated maven compilation is out of sync and does not longer perform recompiles of changed java files. I know that from other projects, and a simple "clean and build" in my Ide fixes the problem. But what really puzzles me: Does SuperDevMode need compiled class files to pick up changes? In my imagination the whole java to js compilation should run on java files and not on bytecode. So wouldn't it be enough to detect changes in the src dir and not the target dir of the application? Thanks! Raphael -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
