If I create a new module XML file to set user agent and locale, then
hosted mode doesn't work !!!!

myDevModule.xml :

<module rename-to="myRealModule">
        <inherits name="myRealModule" />
        <set-property name="user.agent" value="ie6" />
        <set-property name="locale" value="default" />
</module>

I got errors in hosted mode like :

Property 'locale' cannot be set to unexpected value 'null'

or

Property 'user.agent' cannot be set to unexpected value 'null'

Any idea ?

On 19 fév, 18:32, "cyril.lakech" <[email protected]> wrote:
> OK Great !!! Thank you so much !
>
> But why can we read everywhere on the web that to speed up GWT we can/
> should change module files from the GWT release ???
>
> http://vinaytech.wordpress.com/2008/11/10/gwt-compiler-compiling-for-...
>
> http://blog.bazoud.com/post/2008/07/31/Can-I-speed-up-the-GWT-compilerhttp://blog.bazoud.com/post/2008/07/31/Can-I-speed-up-the-GWT-compile...http://blog.bazoud.com/post/2008/07/31/Can-I-speed-up-the-GWT-compile...
>
> http://www.youenchene.fr/2008/08/petite-astuce-pour-gwt.html
>
> http://www.ongwt.com/post/2008/08/11/How-do-speed-up-the-GWT-compiler
>
> http://www.scribd.com/doc/9692542/How-to-Speedup-Gwt-Compiler
>
> etc....
>
> On 18 fév, 18:46, Thomas Broyer <[email protected]> wrote:
>
> > On 18 fév, 17:17, "cyril.lakech" <[email protected]> wrote:
>
> > > I need to know what is the best way to managedevelopmentand
> > >productionenvironmentwith the module.xml file and html file.
>
> > > Here is a very simple sample:
>
> > > I got an application to code, I need to compile my application with
> > > the real GWT compiler (not the hosted mode) but i don't want to wait
> > > for 15 minutes because of too many permutations (en_EN + fr_FR +
> > > gecko1_8 + ie6 + etc...).
>
> > > I just want to compile fast and dirty in fr + gecko1_8 for intance !
> > > (<1minutes)
>
> > > But inproductionenvironmenti need to compile with all the
> > > permutations... (en_EN + fr_FR + gecko1_8 + ie6 + etc...).
> > [...]
> > > Any idea ?
>
> > RTFM? ;-)
>
> >http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&t=DevG...
> > Section named "Renaming a module".
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to