Generate user.agent independent code

2018-12-21 Thread Kirill Prazdnikov
I prefer to select the one single permutation: -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this gro

Re: Generate user.agent independent code

2018-12-07 Thread Philipp Gloor
OK, I just realized that this somehow only worked for Firefox. Maybe I have to explain the project structure a bit more. I have 5 projects of which I compile 2 and they depend on the others. It doesn't matter whether I put in just the main projects or in all of them. The problem remains the same:

Re: Generate user.agent independent code

2018-11-30 Thread Jens
If you are just using GWT JRE emulation then I think you could just only inherit Core.gwt.xml from GWT SDK. That should not give you user agent based permutation. The JRE emulation does not use deferred binding based on user agent. Once you only have a single permutation you can use the single

Re: Generate user.agent independent code

2018-11-30 Thread Philipp
Perfect, thanks! On Friday, 30 November 2018 21:16:45 UTC+1, Lars wrote: > > Try > See > https://www.sencha.com/blog/how-to-reduce-compilation-time-for-your-gxt-projects/ -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this g

Generate user.agent independent code

2018-11-30 Thread Lars
Try See https://www.sencha.com/blog/how-to-reduce-compilation-time-for-your-gxt-projects/ -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsub

Generate user.agent independent code

2018-11-30 Thread Philipp
I'm interested in compiling my GWT code unaware of any user.agent. When removing the user.agent property from the xml GWT compiles 5 permutations but I would actually like just one (for Safari, Firefox, Chrome, Edge). I can for example set the user.agent to Safari, compile it and it runs (appar