This option only works for the GWT compile. Is there a way to disable update checks when running DevMode?
On Tuesday, November 13, 2012 8:04:56 AM UTC-8, Sanjiv Jivan wrote: > > It found the option : -XdisableUpdateCheck > > The reason I need to disable this is because of classloader issues I'm > running into with a custom PreferencesFactory implementation that our app > uses. The DevMode check for update initializes the Preferences class > outside the web app context class loader and the Preferences class uses a > static final member variable for the factory. > > > On Tue, Nov 13, 2012 at 10:18 AM, Sanjiv Jivan > <[email protected]<javascript:> > > wrote: > >> How can this check be disabled? >> >> Thanks, >> Sanjiv >> >> >> On Fri, Aug 10, 2012 at 10:21 AM, Thomas Broyer >> <[email protected]<javascript:> >> > wrote: >> >>> It's browser independent, but OS dependent. You can disable the update >>> check though. >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Google Web Toolkit" group. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msg/google-web-toolkit/-/XOTHOZV1iaQJ. >>> To post to this group, send email to >>> [email protected]<javascript:> >>> . >>> To unsubscribe from this group, send email to >>> [email protected] <javascript:>. >>> For more options, visit this group at >>> http://groups.google.com/group/google-web-toolkit?hl=en. >>> >>> >> > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/b0pzwSRz_UcJ. 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.
