[gwt-contrib] Re: Recompile issue coming up on sdm start, gwt 2.7.0-snapshot

2014-12-04 Thread Rob Walker
Also just hit the same issue in 2.7.0 Using the -noincremental SDM option seems to get around it, I'd presume though at the expense of recompile speed. On Tuesday, 25 November 2014 16:25:04 UTC+2, Alexander Tarasov wrote: As I can see in gwt 2.7.0 release it was not fixed.

Re: [gwt-contrib] Recompile issue coming up on sdm start, gwt 2.7.0-snapshot

2014-12-04 Thread Rob Walker
I'm seeing this file in the artefacts generated by the SDM compile in the temp dir. Isn't editing this file only going to apply to the current invocation though? Presumably next time around it's going to get a different temp dir, and this fill will get recreated again. Have to confess - I

Re: [gwt-contrib] Recompile issue coming up on sdm start, gwt 2.7.0-snapshot

2014-12-04 Thread Rob Walker
devserver). On 04/12/14 15:02, Rob Walker wrote: I'm seeing this file in the artefacts generated by the SDM compile in the temp dir. Isn't editing this file only going to apply to the current invocation though? Presumably next time around it's going to get a different temp dir

Re: [gwt-contrib] Recompile issue coming up on sdm start, gwt 2.7.0-snapshot

2014-12-05 Thread Rob Walker
scope you down to one permutation. Are you still using bookmarklets? (These do not deal with this properly and should not be used anymore). On Thu, Dec 4, 2014 at 3:43 PM, Rob Walker piste.s...@googlemail.com javascript: wrote: OK - I know I'm being exceptionally dumb here, but won't

Re: [gwt-contrib] Recompile issue coming up on sdm start, gwt 2.7.0-snapshot

2014-12-05 Thread Rob Walker
.* And they don't suggest a different approacH is needed - or maybe I'm just not seeing it in the Docs -- Rob On Friday, 5 December 2014 10:33:18 UTC+2, Rob Walker wrote: I see others note the Dev Mode On / Off cause this - what's the new approach then to enter Super Dev Mode? On Thursday, 4 December

Re: [gwt-contrib] Recompile issue coming up on sdm start, gwt 2.7.0-snapshot

2014-12-05 Thread Rob Walker
I'm really not surprise people are hitting this issue. It's not clear (or wasn't to me) from the Release Notes that you no longer run Super Dev Mode from the standalone program in 2.7 as was done in 2.6, but that running via Dev Mode enables it. Reading the docs on Debugging, they do kind of

Re: [gwt-contrib] Recompile issue coming up on sdm start, gwt 2.7.0-snapshot

2014-12-05 Thread Rob Walker
OK, so after a bit of a battle, I can get Dev Mode to run under 2.7, which now of course launches Super Dev Mode I needed to change some things though. Our original launch command looked like this: ava -cp *%TAS_HOME%/proj/webui/src/com/ascert/webui/vt*;

Re: [gwt-contrib] Recompile issue coming up on sdm start, gwt 2.7.0-snapshot

2014-12-05 Thread Rob Walker
it is actually launching now anyhow. Seemed to need quite a few command line mods from our original BAT file to launch Dev Mode On Friday, 5 December 2014 11:31:55 UTC+2, Thomas Broyer wrote: On Friday, December 5, 2014 10:00:59 AM UTC+1, Rob Walker wrote: I'm really not surprise people are hitting

Re: [gwt-contrib] Recompile issue coming up on sdm start, gwt 2.7.0-snapshot

2014-12-05 Thread Rob Walker
. There is no .nocache.js existing in the file system which overwriting will change our application behaviour. SDM does still work for us if run explicitly, but we have to add a -noincremental flag, which I think defeats any speed gains On Friday, 5 December 2014 11:42:48 UTC+2, Rob Walker wrote

Re: [gwt-contrib] Recompile issue coming up on sdm start, gwt 2.7.0-snapshot

2014-12-05 Thread Rob Walker
In fact - it does seem to work in both models, but only with the following: - I have to use the Dev Mod On bookmarklet to trigger a recompile. If I just reload, it doesn't seem to detect and recompile on it's own. I have a feeling running SDM directly did do a recompile on reload on