kabit999 / gwt-google-apis

Automatically exported from code.google.com/p/gwt-google-apis
0 stars 0 forks source link

GWT Google Maps Compilation Error #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add gwt-dev-windows.jar to compiling classpath
2. Try to compile a GWT app using the Google Maps API found in this project

What is the expected output? What do you see instead?
Expected Output: No compilation problems
Actual Output: This exception is thrown hundreds of time (I kill the
process after a couple hours, so it might be infinite)

java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:204)
at java.util.zip.ZipFile.<init>(ZipFile.java:235)
at org.apache.tools.ant.AntClassLoader.getResourceURL(AntClassLoader.java:919)
at org.apache.tools.ant.AntClassLoader.getResource(AntClassLoader.java:832)
at com.google.gwt.util.tools.Utility.computeInstallationPath(Utility.java:282)
at com.google.gwt.util.tools.Utility.getInstallPath(Utility.java:223)
at com.google.gwt.util.tools.ToolBase.<clinit>(ToolBase.java:55)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:242)
at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:119)
at org.apache.tools.ant.taskdefs.Java.run(Java.java:710)
at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:178)
at org.apache.tools.ant.taskdefs.Java.execute(Java.java:84)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
at org.apache.tools.ant.Task.perform(Task.java:364)
at org.apache.tools.ant.Target.execute(Target.java:341)
at org.apache.tools.ant.Target.performTasks(Target.java:369)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:
40)
at
org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(Ecl
ipseDefaultExecutor.java:32)
at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
at
org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.j
ava:423)
at
org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.
java:137)

What version of the product are you using? On what operating system?
GWT: 1.4.60
GWT Google API: Trunk on 9/17/2007 at 6:15pm
OS: Windows XP
Java: JDK 1.5.04

Please provide any additional information below.
I'm building using the same JVM as Eclipse and Ant.  If I use a new JVM,
then I get a general compile error that doesn't give any information.

Original issue reported on code.google.com by ebesse...@gmail.com on 18 Sep 2007 at 1:21

GoogleCodeExporter commented 9 years ago
This sounds to me like you have a bad .jar file.  There were many bad downloads 
of
1.4.60 from slow connections.  Try to 'unzip' your .jar file with a regular 
.zip file
decompression program. If there are errors, then you might want to try 
downloading 
with a download manager, such as the commandline 'wget' or a browser plugin of 
some
sort that can resume failed downloads. 

Original comment by gwt.team...@gmail.com on 17 Dec 2007 at 4:19