| Author |
build error
|
Layla Rashid
Ranch Hand
Joined: Dec 25, 2006
Posts: 36
|
|
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
|
 |
Suhas Bilaye
Ranch Hand
Joined: Sep 10, 2009
Posts: 80
|
|
Hi Layla,
It seems that you have used lower case while declaring the ExpenseWatcher class in your gwt.xml file
change it to
Regards,
Suhas
|
Thanks and Regards,
Suhas
http://www.xplore-java.blogspot.com/
|
 |
Layla Rashid
Ranch Hand
Joined: Dec 25, 2006
Posts: 36
|
|
|
Thanks Suhas , it worked : )
|
 |
 |
|
|
subject: build error
|
|
|