Re: Problem running GWTComplier in an ant script

2011-08-28 Thread Thomas Broyer
You probably are missing some JAR or source directory in the classpath. Have a look at what the webapp-creator generates (or look at the template it uses here: http://code.google.com/p/google-web-toolkit/source/browse/trunk/user/src/com/google/gwt/user/tools/templates/ant/build.xmlsrc ) -- Yo

Problem running GWTComplier in an ant script

2011-08-27 Thread Sachin Salunkhe
Hi, In eclipse when I compiled my modules then I got successful compilation but when I tried to run my ant script for gwt compilation I got the following error messages : [ERROR] Errors in 'file: ../../../... .java' [java] [ERROR] Line 19: The import com.ensarm... cannot be res

Re: Problem running GWTComplier in an ant script

2008-10-14 Thread Stefan Schwarzbach
I had exactly the same problem. Adding the fork="true" parameter to the java command solved this problem for me. Don't know why, but it seems to work now. On 11 Sep., 15:45, walden <[EMAIL PROTECTED]> wrote: > By the way, where are your source files?  Within the module, the > default source path

Re: Problem running GWTComplier in an ant script

2008-09-11 Thread walden
By the way, where are your source files? Within the module, the default source path is client/*, unless you have overridden that in your module xml file. On Sep 11, 3:29 am, Ryan <[EMAIL PROTECTED]> wrote: > hi everybody, > > I have this particular problem while running an ant script. > When I t

Re: Problem running GWTComplier in an ant script

2008-09-11 Thread Folke
Put the following entries on your classpath. In this order. 1. source directories of your project 2. class/output directories of generator classes if any 3. JARs of required modules 4. gwt-user.jar 5. gwt-dev-xxx.jar On Sep 11, 9:29 am, Ryan <[EMAIL PROTECTED]> wrote: > hi everybody, > > I have

Problem running GWTComplier in an ant script

2008-09-11 Thread Ryan
hi everybody, I have this particular problem while running an ant script. When I try to run the gwt compiler in the ant script I get the following messages. [TRACE] Loading module 'com.x.y' [TRACE] Translatable source found in... [WARN] No source path entries; expect subsequent failures [INFO]