Thursday, November 27, 2014

SuperDev mode with Firefox in GWT 2.7.0?

Is it possible to use SuperDev mode with Firefox, just like it worked with normal Dev mode?

I am still using an older version of FF with normal Dev mode and just tried SuperDev mode with FF, and that didn't work.
The Eclipse console output says it completed compiling (no errors) (compiling permutation 0).
During compiling, FF shows that it's compiling the module, and then when compiling completes FF shows the famous dark screen saying "Plugin failed to connect to Development Mode server at 127.0.0.1:9997". And not further message appear in the Eclipse console output of the Dev Mode console.


BTW: 
+ I don't use the Eclipse GWT plugin, simple use my own lauch scripts to start the Dev mode with "-noserver".
+ I run all in java 8 and just upgraded to gwt 2.7.0.
+ GWT compilation runs with success.

Please some advice on this?
- Ed

The Eclipse console output:
GET /recompile/plus
   
Job com.bv.gwt.plus.ztoeslag.GwtZtoeslagDevEd_1_0
      starting job
: com.bv.gwt.plus.ztoeslag.GwtZtoeslagDevEd_1_0
      binding
: gwt.os=desktop
      binding
: user.agent=gecko1_8
     
Compiling module com.bv.gwt.plus.ztoeslag.GwtZtoeslagDevEd
         
Ignored 2 units with compilation errors in first pass.
Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors.
         
Unification traversed 83767 fields and methods and 8049 types. 8017 are considered part of the current module and 8017 had all of their fields and methods traversed.
         
Compiling 1 permutation
           
Compiling permutation 0...
           
Linking per-type JS with 8001 new types.
               prelink JS size
= 25322273
               prelink sourcemap
= 25322273 bytes and 581332 lines
               postlink JS size
= 25119247
               postlink sourcemap
= 25119247 bytes and 576677 lines
           
Source Maps Enabled
         
Compile of permutations succeeded
         
Compilation succeeded -- 44,499s
     
Linking into C:\Users\ed\AppData\Local\Temp\gwt-codeserver-3740848465675891618.tmp\com.bv.gwt.plus.ztoeslag.GwtZtoeslagDevEd\compile-2\war\plus; Writing extras to C:\Users\ed\AppData\Local\Temp\gwt-codeserver-3740848465675891618.tmp\com.GwtZtoeslagDevEd\compile-2\extras\plus
         
Link succeeded
         
Linking succeeded -- 5,197s
     
52,635s total -- Compile completed



The Dev mode console output:
        00:00:00,000 [INFO] Runing CodeServer with parameters: [-noprecompile, -port, 9876, -sourceLevel, 1.7, -bindAddress, 127.0.0.1, -launcherDir, D:\Users\Ed\Develop\bv-plus-dev\..\bv-plus-gwt\target\war, -logLevel, INFO, com.GwtZtoeslagDevEd]    

       
00:00:12,989 [INFO] Code server started in 12911 ms    
       
00:00:12,989 [INFO] waited 6617 ms for code server to finish    

--
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/d/optout.

No comments:

Post a Comment