Thursday, February 27, 2014

Re: Changes in SuperDevMode not picked up - sometimes

SuperDevMode needs to be compiled only so far as you need to click you Dev Mode On bookmark and press the Compile button. That loads your changes. I can't speak to the Netbeans IDE (I'm using Eclipse).

On Thursday, February 27, 2014 7:02:16 AM UTC-5, Raphael Bauer wrote:
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment