Hi
I am trying to run this class
my gwt xml file is
launch file is
but when I build I get this error :
Buildfile: C:\gwt-2.0.0\expenseWatcher\build.xml
libs:
javac:
[mkdir] Created dir: C:\gwt-2.0.0\expenseWatcher\war\WEB-INF\classes
[javac] Compiling 4 source files to C:\gwt-2.0.0\expenseWatcher\war\WEB-INF\classes
[copy] Copying 1 file to C:\gwt-2.0.0\expenseWatcher\war\WEB-INF\classes
gwtc:
[
java] Compiling module com.google.gwt.sample.expensewatcher.ExpenseWatcher
[java] Finding entry point classes
[java] [ERROR] Unable to find type 'com.google.gwt.sample.expensewatcher.client.expenseWatcher'
[java] [ERROR] Hint: Previous compiler errors may have made this type unavailable
[java] [ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly
BUILD FAILED
C:\gwt-2.0.0\expenseWatcher\build.xml:36: Java returned: 1
Total time: 12 seconds
any one can tell me what is wrong here
thanks
Layla