On Saturday, October 24, 2015 at 9:52:32 PM UTC+2, Ed wrote: > > Thanks Vassilis, > I just used the Google WebMaster tools to crawl my website (leuker.nl), > and I receive an error when the googlebot crawls the website: > ---- > possible problem with your *.gwt.xml module file. The compile time > user.agent value (gecko1_8) does not match the runtime user.agent value > (unknown) > ---- > > Any idea how to solve that ? > > The user agent I notice in the log: > > user-agent=Mozilla/5.0 (compatible; Googlebot/2.1; + > http://www.google.com/bot.html)} > > > I am a bit surprised about this errors, as I do have a fallback > compilation defined in my gwt config: > > <set-property-fallback name="user.agent" value="gecko1_8" /> > > (see also: > https://groups.google.com/forum/#!topic/google-web-toolkit/B3d4i-f-ekI) >
You can <set-configuration-property name="user.agent.runtimeWarning" value="false"/> to disable that warning. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
