It is 1.7.1 - it has been working fine until it started trying to check for updates.
On Nov 19, 11:30 am, Chris Ramsdale <[email protected]> wrote: > Ian, > > What version of GWT are you attempting to build with? > > On Thu, Nov 19, 2009 at 10:27 AM, ian12312 <[email protected]> wrote: > > I am building my GWT using ant and it has been working great until > > now. I am now getting an error when GWT is attempting to check for > > updates (see the error below). How can I either fix the URL that it > > is attempting to access or simply stop it from trying to check for > > updates? > > > Error: > > > gwtc: > > [java] java.net.MalformedURLException: unknown protocol: c > > [java] at java.net.URL.<init>(URL.java:608) > > [java] at java.net.URL.<init>(URL.java:498) > > [java] at sun.misc.URLClassPath$JarLoader.parseClassPath > > (URLClassPath.java:1118) > > [java] at sun.misc.URLClassPath$JarLoader.getClassPath > > (URLClassPath.java:1091) > > [java] at sun.misc.URLClassPath.getLoader(URLClassPath.java:476) > > [java] at sun.misc.URLClassPath.getResource(URLClassPath.java: > > 322) > > [java] at java.net.URLClassLoader$ClassFinder.run > > (URLClassLoader.java:959) > > [java] at java.security.AccessController.doPrivileged > > (AccessController.java:275) > > [java] at java.net.URLClassLoader.findClass(URLClassLoader.java: > > 487) > > [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:606) > > [java] at sun.misc.Launcher$AppClassLoader.loadClass > > (Launcher.java:327) > > [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:563) > > [java] at java.util.ResourceBundle.loadBundle > > (ResourceBundle.java:1075) > > [java] at java.util.ResourceBundle.findBundle > > (ResourceBundle.java:942) > > [java] at java.util.ResourceBundle.getBundleImpl > > (ResourceBundle.java:779) > > [java] at java.util.ResourceBundle.getBundle(ResourceBundle.java: > > 593) > > [java] at sun.text.resources.LocaleData$1.run(LocaleData.java: > > 137) > > [java] at java.security.AccessController.doPrivileged > > (AccessController.java:193) > > [java] at sun.text.resources.LocaleData.getBundle > > (LocaleData.java:135) > > [java] at sun.text.resources.LocaleData.getDateFormatZoneData > > (LocaleData.java:131) > > [java] at java.text.DateFormatSymbols.cacheLookup > > (DateFormatSymbols.java:436) > > [java] at java.text.DateFormatSymbols.initializeData > > (DateFormatSymbols.java:486) > > [java] at java.text.DateFormatSymbols.<init> > > (DateFormatSymbols.java:115) > > [java] at java.util.TimeZone.retrieveDisplayNames(TimeZone.java: > > 427) > > [java] at java.util.TimeZone.getDisplayNames(TimeZone.java:415) > > [java] at java.util.TimeZone.getDisplayName(TimeZone.java:364) > > [java] at java.util.Date.toString(Date.java:1039) > > [java] at java.lang.String.valueOf(String.java:1499) > > [java] at java.lang.StringBuilder.append(StringBuilder.java:194) > > [java] at com.google.gwt.dev.shell.CheckForUpdates.check > > (CheckForUpdates.java:288) > > [java] at com.google.gwt.dev.shell.PlatformSpecific$1.call > > (PlatformSpecific.java:65) > > [java] at com.google.gwt.dev.shell.PlatformSpecific$1.call > > (PlatformSpecific.java:62) > > [java] at java.util.concurrent.FutureTask$Sync.innerRun > > (FutureTask.java:284) > > [java] at java.util.concurrent.FutureTask.run(FutureTask.java: > > 138) > > [java] at java.lang.Thread.run(Thread.java:799) > > > -- > > > 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]<google-web-toolkit%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=. -- 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=.
