Re: Can you get the compiler to list the permutations?

2009-11-03 Thread Martin Hutchinson
Thanks for the hint about looking in the .nocache.js file. My permutations were caused by: extend-property name=locale values=en/ This actually tried to compile default and en. Removing this line works in our application as we only have language bundles in English at the moment. Martin On

Re: Can you get the compiler to list the permutations?

2009-11-03 Thread Thomas Broyer
On 3 nov, 12:20, Martin Hutchinson mhutchin...@gmail.com wrote: Thanks for the hint about looking in the .nocache.js file.  My permutations were caused by: extend-property name=locale values=en/ This actually tried to compile default and en.  Removing this line works in our application

Can you get the compiler to list the permutations?

2009-10-30 Thread Martin Hutchinson
To speed up development I've tried to cut down the number of permutations that are compiled by fixing the language and user agent. I'm curious as to why I can't get the number of permutations down to 1, even when fixing the user agent to gecko and the language to en. I've tried to increase the

Re: Can you get the compiler to list the permutations?

2009-10-30 Thread Sripathi Krishnan
We are using all the modules except the GwtExt ones, and are able to get down to a single permutation - so it is likely that the permutations are caused by something over there. You could try opening up the .gwt.xml for the GWT EXT modules and see if they have any replace-with statements. That