google-code-export / gwt-ext

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

Problems building from source (ANT) #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi:
I get the following error when trying to build from source:

~gwt-ext/trunk/ant
----------------------------------------------------------------------
[gwt.javac] Compiling 305 source files to
/root/dave/gwt-ext/trunk/build/out/main/bin
[gwt.javac]
/root/dave/gwt-ext/trunk/main/src/com/gwtext/client/core/Ajax.java:22:
package com.google.gwt.core.client does not exist
----------------------------------------------------------------------
I've attached my full error output. Any help appreciated.

Cheers,
Dave

Original issue reported on code.google.com by smooths...@rogers.com on 22 Aug 2007 at 9:53

Attachments:

GoogleCodeExporter commented 9 years ago
What OS are you running on? The classpath cannot find hte GWT jar. Do you have 
the
tools directory checked out from SVN? The build should be pointing to this jar
:/tools/lib/gwt/1.4.10/windows/gwt-user.jar

I build GWT-Ext on a Windows box and have not tried building on a Unix box 
thought it
should build fine. 

The first think to do is find out why it cant find the gwtusers.jar file. Try 
running
ant in verbose mode ( -verbose flag ) and you should be albe to see more 
details like
where its trying to find the gwtusers.jar file.

Original comment by sanjiv.j...@gmail.com on 22 Aug 2007 at 10:03

GoogleCodeExporter commented 9 years ago

Original comment by sanjiv.j...@gmail.com on 30 Nov 2007 at 8:40