Re: Ant tasks ZipException

2008-10-13 Thread birwin
don't have gwt-user.jar on your classpath. On Mon, Oct 13, 2008 at 12:23 PM, birwin [EMAIL PROTECTED] wrote: Thank You Isaac, That did eliminate the ZipException... I am now getting this error. From what I can tell, this indicates my classpath does not include my client source files

Re: Ant tasks ZipException

2008-10-13 Thread birwin
the compiler from finding java.lang.Object. I guess I'd want to look at Timecard.gwt.xml next, just to see if something looks off. Would you mind posting that? On Mon, Oct 13, 2008 at 1:16 PM, birwin [EMAIL PROTECTED] wrote: Thanks again for your response Isaac, I believe I do have the gwt

Re: Ant tasks ZipException

2008-10-13 Thread birwin
at 1:47 PM, birwin [EMAIL PROTECTED] wrote: Sorry, the last Timecard.gwt.xml was not the correct one. Here is the one I am using: ?xml version=1.0 encoding=UTF-8 standalone=no? module        !-- Inherit the core Web Toolkit stuff.                  --        inherits name

Re: Ant tasks ZipException

2008-10-13 Thread birwin
for you, too. On Mon, Oct 13, 2008 at 2:20 PM, birwin [EMAIL PROTECTED] wrote: It does contain com/google/gwt/emul/java/lang/Object.java Just to make sure the GWTCompile task handles spaces in its classpath, I moved the user.jar to the root directory and created a new classpath

Ant tasks ZipException

2008-10-10 Thread birwin
I have been trying to solve this problem all day and I cannot seem to make any headway. My Ant task that compiles my GWT files is giving me this exception over and over: java.util.zip.ZipException: error in opening zip file I am using Eclipse 3.4 (Ganymede) with Ant 1.7.0. My GWT Version is