Re: GWT 1.5.3 Compiler error with org.cobogw.gwt-1.2.2.jar file

2009-03-30 Thread nickle
Hi Hilbrand, Thanks for all your help! The problem turned out to be that one of our gwt.xml files did NOT have the inherits. thanks again, nick On Mar 29, 4:33 pm, Hilbrand wrote: > Hi Nick, > > The message indicates or the source files are not present or the > cobogw User.gwt.xml could not b

Re: GWT 1.5.3 Compiler error with org.cobogw.gwt-1.2.2.jar file

2009-03-29 Thread Hilbrand
Hi Nick, The message indicates or the source files are not present or the cobogw User.gwt.xml could not be found. I can think of the following possible causes: 1) The file that generates the errors is part of a module that using a gwt.xml not including the cobogw User.gwt.xml file. In any case

Re: GWT 1.5.3 Compiler error with org.cobogw.gwt-1.2.2.jar file

2009-03-29 Thread nickle
Hi Hilbrand, 1. Here is the actual error: 2009-03-29 13:58:25,032 [Thread-8637] INFO - [echo] Compiling GWT with /opt/gwt-linux-1.5.3/gwt-dev-linux.jar 2009-03-29 13:58:25,032 [Thread-8637] INFO - [echo] Java Version is 1.6.0_01-b06 2009-03-29 13:58:35,767 [Thread-8637] INFO -

Re: GWT 1.5.3 Compiler error with org.cobogw.gwt-1.2.2.jar file

2009-03-28 Thread Hilbrand
Hi Nick, The configuration you mention is correct, so it should work. It might be the jar file is somehow not added to the class path. Can you post the exact error and line in the ant file that adds the jar file to the class path, in order to help you further. Regards, Hilbrand. On Mar 27, 1:

GWT 1.5.3 Compiler error with org.cobogw.gwt-1.2.2.jar file

2009-03-27 Thread nickle
All: I am receiving a compilation error stating that the source file for the classes I import from the org.cobogw.gwt-1.2.2.jar cannot be found. 1. I have the following line in my .gwt.xml file 2. org.cobogw.gwt-1.2.2.jar is in the classpath during compilation 3. Using an ant build script A