On Tuesday, July 8, 2014 4:21:02 PM UTC+2, Ajay Dubey wrote: > > [ERROR] Unexpected > java.lang.IllegalArgumentException: URI has an authority component > at java.io.File.<init>(Unknown Source) > at > com.google.gwt.dev.resource.impl.ResourceOracleImpl.createEntryForUrl(ResourceOracleImpl.java:149) > at > com.google.gwt.dev.resource.impl.ResourceOracleImpl.addAllClassPathEntries(ResourceOracleImpl.java:294) > at > com.google.gwt.dev.resource.impl.ResourceOracleImpl.getAllClassPathEntries(ResourceOracleImpl.java:320) > at > com.google.gwt.dev.resource.impl.ResourceOracleImpl.<init>(ResourceOracleImpl.java:360) > at > com.google.gwt.dev.resource.impl.ResourceOracleImpl.<init>(ResourceOracleImpl.java:350) > at com.google.gwt.dev.cfg.ModuleDef.normalize(ModuleDef.java:482) > at > com.google.gwt.dev.cfg.ModuleDefLoader.doLoadModule(ModuleDefLoader.java:301) > at > com.google.gwt.dev.cfg.ModuleDefLoader.loadFromClassPath(ModuleDefLoader.java:147) > at com.google.gwt.dev.Compiler.run(Compiler.java:175) > at com.google.gwt.dev.Compiler$1.run(Compiler.java:149) > at > com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:87) > at > com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:81) > at com.google.gwt.dev.Compiler.main(Compiler.java:156) > > Could you please help me with this GWT Compile Error ? >
Check your classpath. One of the entries probably is not a local directory or JAR file: could be a directory of file on a network drive, or using http, etc. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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.
