Could also be that you are using a library that differentiates on CSS capability:
<set-property name="compat.mode" value="CSS1Compat"/> for non-quirks mode <set-property name="compat.mode" value="BackCompat"/> for quirks mode. The GWT developers for some reason decided to make the default HTML generated by the project creator to put the browser into quirks mode. On Tue, Apr 7, 2009 at 4:51 PM, Twentyseven <[email protected]> wrote: > > Hi, > > Do you have two languages ? > > On Apr 3, 6:55 pm, "Alejandro D. Garin" <[email protected]> wrote: > > Hi, > > > > I have a xml module just to compile only for Firefox. I override the > > following directive: > > > > <set-property name="user.agent" value="gecko1_8"/> > > > > Why the compiler say: > > > > Compiling 2 permutations ? > > > > The same for happend for <set-property name="user.agent" value="safari"/> > > I don't have an extra locate, just the default. > > > > Thanks. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
