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

2015-05-05 Thread Kishore Palakollu
Hi Robert,
 i m facing the same issue. can you please tell me what has fixed 
your issue.

My compilation-mappings.txt contains 

B5079040E7FF0E555046C1AD8B647A66.cache.js
locale en_EN
user.agent gecko1_8

B5079040E7FF0E555046C1AD8B647A66.cache.js
locale en_EN
user.agent ie10

B5079040E7FF0E555046C1AD8B647A66.cache.js
locale en_EN
user.agent ie9

B5079040E7FF0E555046C1AD8B647A66.cache.js
locale en_EN
user.agent safari

Devmode:devmode.js

Thanks  Regards,
kishore.

On Thursday, 4 December 2014 19:24:48 UTC+5:30, Robert Hoffmann wrote:

  @thomas

 thank you, that helped me to reduce the permutations to one.

 For the record, compilation-mappings.txt contained multiple cache.js file 
 entries, now it only contains one
 
 FC8BCE744D2BA8E0C463CE0D2F389DB7.cache.js

 Devmode:devmode.js
 
 ...and now sdm works.

 And it's fast :-) 

  
 On Thursday, December 4, 2014 10:15:36 AM UTC+1, Robert Hoffmann wrote: 

 Hi,  

  Is there a way to see which properties cause the permutations?
 (I'm using GWT 2.7.0) 
  

  When compiling your project, you should have a compilation-mappings.txt 
 file generated next to the *.nocache.js.
  
  

-- 
You received this message because you are subscribed to the Google Groups GWT 
Contributors group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/bcf4a9ce-75f7-40af-a8c0-05273db066ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2015-05-05 Thread 'Roberto Lublinerman' via GWT Contributors
Balázs, the js.embedded.properties configuration property might help here.

Try adding

extend-configuration-property name=js.embedded.properties
value=my.platform /


to your gwt.xml file


On Tue, May 5, 2015 at 6:26 AM, Kishore Palakollu 
kishorepalako...@gmail.com wrote:

 Hi Robert,
  i m facing the same issue. can you please tell me what has fixed
 your issue.

 My compilation-mappings.txt contains

 B5079040E7FF0E555046C1AD8B647A66.cache.js
 locale en_EN
 user.agent gecko1_8

 B5079040E7FF0E555046C1AD8B647A66.cache.js
 locale en_EN
 user.agent ie10

 B5079040E7FF0E555046C1AD8B647A66.cache.js
 locale en_EN
 user.agent ie9

 B5079040E7FF0E555046C1AD8B647A66.cache.js
 locale en_EN
 user.agent safari

 Devmode:devmode.js

 Thanks  Regards,
 kishore.

 On Thursday, 4 December 2014 19:24:48 UTC+5:30, Robert Hoffmann wrote:

  @thomas

 thank you, that helped me to reduce the permutations to one.

 For the record, compilation-mappings.txt contained multiple cache.js file
 entries, now it only contains one
 
 FC8BCE744D2BA8E0C463CE0D2F389DB7.cache.js

 Devmode:devmode.js
 
 ...and now sdm works.

 And it's fast :-)


 On Thursday, December 4, 2014 10:15:36 AM UTC+1, Robert Hoffmann wrote:

 Hi,

  Is there a way to see which properties cause the permutations?
 (I'm using GWT 2.7.0)


  When compiling your project, you should have a compilation-mappings.txt
 file generated next to the *.nocache.js.

   --
 You received this message because you are subscribed to the Google Groups
 GWT Contributors group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/bcf4a9ce-75f7-40af-a8c0-05273db066ee%40googlegroups.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/bcf4a9ce-75f7-40af-a8c0-05273db066ee%40googlegroups.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups GWT 
Contributors group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAC7T7g%3DgxjSsQ8moFkszusQE_oNdT4yLwGBqdSyiYJGpM96Jcg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] Experience with JsInterop status

2015-05-05 Thread 'Goktug Gokdogan' via GWT Contributors
If you clear the cache, does it help? (You can clear it by visiting the
SuperDevMode URL where there is a button for it)

On Tue, May 5, 2015 at 12:20 AM, Marcin Okraszewski okr...@gmail.com
wrote:

 I wasn't able to make it run in SuperDevMode. Worked only in the normal
 compilation. The idea to try it with normal compilation was from this
 thread:
 https://groups.google.com/forum/#!msg/google-web-toolkit-contributors/u1BKRUsjjgI

 The launch config is part of the project attached to my yesterday message:
 https://groups.google.com/d/msg/google-web-toolkit-contributors/QrkNflMKe9E/-3XhHdOXfDsJ
 The arguments passed to dev mode are as follows: -superDevMode -remoteUI
 ${gwt_remote_ui_server_port}:${unique_id} -startupUrl index.html
 -logLevel INFO -codeServerPort 9997 -port  -XjsInteropMode JS -war
 C:\workspaces\gwt-demo\interop-problems\war
 com.cloudorado.jsinterop.InteropProblems
 I'm testing with build from trunk done morning Apr 29.

 Regards,
 Marcin


 On Monday, 4 May 2015 23:54:15 UTC+2, Goktug Gokdogan wrote:

 No worries.

 One thing I didn't fully understand is; is this still broken for
 SuperDevMode or not?

 On Mon, May 4, 2015 at 2:46 PM, Marcin Okraszewski okr...@gmail.com
 wrote:

 Are you passing the flag to enable JsInterop for your project?


  I was adding  -XjsInteropMode JS only in SuperDevMode. This question
 made me realize I didn't for the compilation, when I was testing in
 external web server. So it works like charm with normal compilation running
 on external web server, when I add  -XjsInteropMode JS to compilation
 parameters. I now feel like in those support quotes - Did you plug your
 computer? ... Sorry I did take you so much time for finding yet another
 user error.

 Regards,
 Marcin

 --
 You received this message because you are subscribed to the Google
 Groups GWT Contributors group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to google-web-toolkit-contributors+unsubscr...@googlegroups.com
 .
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/e6bd7cb2-2742-4192-bada-eb3eac9bc30e%40googlegroups.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/e6bd7cb2-2742-4192-bada-eb3eac9bc30e%40googlegroups.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.


  --
 You received this message because you are subscribed to the Google Groups
 GWT Contributors group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/bffa2a4f-8b2e-4f5c-aed6-46f1529167e6%40googlegroups.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/bffa2a4f-8b2e-4f5c-aed6-46f1529167e6%40googlegroups.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups GWT 
Contributors group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAN%3DyUA0WZFPQ%2B2YzG5xXTPjd6waN8ZQkGJs%3D3SLoKMF09SMXrA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] Experience with JsInterop status

2015-05-05 Thread Marcin Okraszewski
It worked! But I had to also restart the SDM. When I just cleaned the cache
and reloaded the page it claims no files were changed - see below. Only
when I cleaned and then restarted SDM it started to work.

GET /clean/interop_problems
*   Cleaning disk caches.*
  Cleaned in 2ms.
GET /recompile/interop_problems
   Job com.cloudorado.jsinterop.InteropProblems_1_2
  starting job: com.cloudorado.jsinterop.InteropProblems_1_2
  binding: user.agent=safari
*  skipped compile because no input files have changed*
  0,043s total -- Compile completed


Marcin

On Tue, May 5, 2015 at 7:05 PM, 'Goktug Gokdogan' via GWT Contributors 
google-web-toolkit-contributors@googlegroups.com wrote:

 If you clear the cache, does it help? (You can clear it by visiting the
 SuperDevMode URL where there is a button for it)

 On Tue, May 5, 2015 at 12:20 AM, Marcin Okraszewski okr...@gmail.com
 wrote:

 I wasn't able to make it run in SuperDevMode. Worked only in the normal
 compilation. The idea to try it with normal compilation was from this
 thread:
 https://groups.google.com/forum/#!msg/google-web-toolkit-contributors/u1BKRUsjjgI

 The launch config is part of the project attached to my yesterday
 message:
 https://groups.google.com/d/msg/google-web-toolkit-contributors/QrkNflMKe9E/-3XhHdOXfDsJ
 The arguments passed to dev mode are as follows: -superDevMode -remoteUI
 ${gwt_remote_ui_server_port}:${unique_id} -startupUrl index.html
 -logLevel INFO -codeServerPort 9997 -port  -XjsInteropMode JS -war
 C:\workspaces\gwt-demo\interop-problems\war
 com.cloudorado.jsinterop.InteropProblems
 I'm testing with build from trunk done morning Apr 29.

 Regards,
 Marcin


 On Monday, 4 May 2015 23:54:15 UTC+2, Goktug Gokdogan wrote:

 No worries.

 One thing I didn't fully understand is; is this still broken for
 SuperDevMode or not?

 On Mon, May 4, 2015 at 2:46 PM, Marcin Okraszewski okr...@gmail.com
 wrote:

 Are you passing the flag to enable JsInterop for your project?


  I was adding  -XjsInteropMode JS only in SuperDevMode. This question
 made me realize I didn't for the compilation, when I was testing in
 external web server. So it works like charm with normal compilation running
 on external web server, when I add  -XjsInteropMode JS to compilation
 parameters. I now feel like in those support quotes - Did you plug your
 computer? ... Sorry I did take you so much time for finding yet another
 user error.

 Regards,
 Marcin

 --
 You received this message because you are subscribed to the Google
 Groups GWT Contributors group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to
 google-web-toolkit-contributors+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/e6bd7cb2-2742-4192-bada-eb3eac9bc30e%40googlegroups.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/e6bd7cb2-2742-4192-bada-eb3eac9bc30e%40googlegroups.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.


  --
 You received this message because you are subscribed to the Google Groups
 GWT Contributors group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/bffa2a4f-8b2e-4f5c-aed6-46f1529167e6%40googlegroups.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/bffa2a4f-8b2e-4f5c-aed6-46f1529167e6%40googlegroups.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.


  --
 You received this message because you are subscribed to a topic in the
 Google Groups GWT Contributors group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/google-web-toolkit-contributors/QrkNflMKe9E/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to
 google-web-toolkit-contributors+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAN%3DyUA0WZFPQ%2B2YzG5xXTPjd6waN8ZQkGJs%3D3SLoKMF09SMXrA%40mail.gmail.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAN%3DyUA0WZFPQ%2B2YzG5xXTPjd6waN8ZQkGJs%3D3SLoKMF09SMXrA%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups GWT 
Contributors group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAFrnd4-SxQM%3D3MB4GWF_soxa4MrVppE3O3KQCYzsr6arX5w7YA%40mail.gmail.com.
For more 

Re: [gwt-contrib] Experience with JsInterop status

2015-05-05 Thread Marcin Okraszewski
I wasn't able to make it run in SuperDevMode. Worked only in the normal 
compilation. The idea to try it with normal compilation was from this 
thread: 
https://groups.google.com/forum/#!msg/google-web-toolkit-contributors/u1BKRUsjjgI

The launch config is part of the project attached to my yesterday 
message: 
https://groups.google.com/d/msg/google-web-toolkit-contributors/QrkNflMKe9E/-3XhHdOXfDsJ
The arguments passed to dev mode are as follows: -superDevMode -remoteUI 
${gwt_remote_ui_server_port}:${unique_id} -startupUrl index.html 
-logLevel INFO -codeServerPort 9997 -port  -XjsInteropMode JS -war 
C:\workspaces\gwt-demo\interop-problems\war 
com.cloudorado.jsinterop.InteropProblems
I'm testing with build from trunk done morning Apr 29. 

Regards,
Marcin


On Monday, 4 May 2015 23:54:15 UTC+2, Goktug Gokdogan wrote:

 No worries.

 One thing I didn't fully understand is; is this still broken for 
 SuperDevMode or not?

 On Mon, May 4, 2015 at 2:46 PM, Marcin Okraszewski okr...@gmail.com 
 javascript: wrote:

 Are you passing the flag to enable JsInterop for your project?


  I was adding  -XjsInteropMode JS only in SuperDevMode. This question 
 made me realize I didn't for the compilation, when I was testing in 
 external web server. So it works like charm with normal compilation running 
 on external web server, when I add  -XjsInteropMode JS to compilation 
 parameters. I now feel like in those support quotes - Did you plug your 
 computer? ... Sorry I did take you so much time for finding yet another 
 user error. 

 Regards,
 Marcin

 -- 
 You received this message because you are subscribed to the Google Groups 
 GWT Contributors group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to google-web-toolkit-contributors+unsubscr...@googlegroups.com 
 javascript:.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/e6bd7cb2-2742-4192-bada-eb3eac9bc30e%40googlegroups.com
  
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/e6bd7cb2-2742-4192-bada-eb3eac9bc30e%40googlegroups.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.




-- 
You received this message because you are subscribed to the Google Groups GWT 
Contributors group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/bffa2a4f-8b2e-4f5c-aed6-46f1529167e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2015-05-05 Thread Robert Hoffmann
Limit your permutations by being more stringent, e.g. set-property 
name=user.agent value=safari / 

On May 5, 2015 3:26:56 PM GMT+02:00, Kishore Palakollu 
kishorepalako...@gmail.com wrote:
Hi Robert,
  i m facing the same issue. can you please tell me what has fixed 
your issue.

My compilation-mappings.txt contains 

B5079040E7FF0E555046C1AD8B647A66.cache.js
locale en_EN
user.agent gecko1_8

B5079040E7FF0E555046C1AD8B647A66.cache.js
locale en_EN
user.agent ie10

B5079040E7FF0E555046C1AD8B647A66.cache.js
locale en_EN
user.agent ie9

B5079040E7FF0E555046C1AD8B647A66.cache.js
locale en_EN
user.agent safari

Devmode:devmode.js

Thanks  Regards,
kishore.

On Thursday, 4 December 2014 19:24:48 UTC+5:30, Robert Hoffmann wrote:

  @thomas

 thank you, that helped me to reduce the permutations to one.

 For the record, compilation-mappings.txt contained multiple cache.js
file 
 entries, now it only contains one
 
 FC8BCE744D2BA8E0C463CE0D2F389DB7.cache.js

 Devmode:devmode.js
 
 ...and now sdm works.

 And it's fast :-) 

  
 On Thursday, December 4, 2014 10:15:36 AM UTC+1, Robert Hoffmann
wrote: 

 Hi,  

  Is there a way to see which properties cause the permutations?
 (I'm using GWT 2.7.0) 
  

  When compiling your project, you should have a
compilation-mappings.txt 
 file generated next to the *.nocache.js.
  
  

-- 
You received this message because you are subscribed to a topic in the
Google Groups GWT Contributors group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/google-web-toolkit-contributors/5lgtM77-1tM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-web-toolkit-contributors/bcf4a9ce-75f7-40af-a8c0-05273db066ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

_

Robert Hoffmann, Ph.D.
_


+43 (0) 660 348 6095
robert.hoffmann@gmail.com
_

-- 
You received this message because you are subscribed to the Google Groups GWT 
Contributors group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/3511E94D-A11C-4481-912A-526C1AD6FD7E%40gmail.com.
For more options, visit https://groups.google.com/d/optout.