Hi,Great. That went through without error. How do you verify if only ie6
version is created? I looked at the www folder and saw a bunch of html files
whose names are some_random_number.html

The time it took to compile did not seem to improve either. Thanks.

Viet Pham


On Sun, Feb 1, 2009 at 9:22 AM, Niklas Derouche <nik...@gmail.com> wrote:

> Hi,
> try:
>
> <inherits name='com.google.gwt.user.User'/>
> <inherits name='com.google.gwt.user.UserAgent'/>
> <set-property name='user.agent' value='ie6'/>
>
> if you see what I mean.
>
> n.
>
> On Sat, Jan 31, 2009 at 2:58 AM, Pham Tran Quoc Viet <
> phamtranquocv...@gmail.com> wrote:
>
>> Hi,
>> I followed the advise in this thread and added the following to my
>> module.gwt.xml:
>> <module>
>>   <set-property name="user.agent" value="ie6" />
>>   <extend-property name="locale" values="en_US" />
>>
>>       <!-- Inherit required packages -->
>>       ...
>>       <!-- Style sheets -->
>>       ...
>>       <!-- Entry point -->
>>       ...
>> </module>
>>
>> I got this error:
>> [ERROR] Property 'user.agent' not found
>> [ERROR] Failure while parsing XML
>>
>> Any ideas? Thanks.
>> Viet Pham
>>
>>
>>
>> On Sun, Nov 9, 2008 at 12:10 AM, surfer <lorenzo.naza...@gmail.com>wrote:
>>
>>>
>>> many many thanks
>>> using <set-property name="user.agent" value="gecko" />
>>> the time of compilation fell down from 3':10" to 1':37"
>>>
>>> Lorenzo
>>>
>>> On 8 Nov, 02:13, "Ian Petersen" <ispet...@gmail.com> wrote:
>>> > On Fri, Nov 7, 2008 at 6:06 PM, surfer <lorenzo.naza...@gmail.com>
>>> wrote:
>>> > > since often the main development of an application is viewed and
>>> > > debugged with one single type of browser and only sometimes verified
>>> > > on the others, does anybody know if it's possible to force GWT
>>> > > compiler to build javascript code for just one single target browser,
>>> > > in order to increase compiling phase performance ?
>>> >
>>> > Yes it's possible.  The answer lies behind this link:
>>> http://groups.google.com/group/Google-Web-Toolkit/search?group=Google...
>>> >
>>> > Ian
>>>
>>>
>>
>>
>>
>
>
> --
> -------------------------------------------------------
> Ave bossa nova, similis bossa seneca
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to