Expenses sample failure
i just checked out expenses sample project from trunk and seeing
compilation errors in eclipse:
http://google-web-toolkit.googlecode.com/svn/trunk/samples/expenses
In class Styles, Line 120, 163, 166 etc.
com.google.gwt.sample.expenses.client.style.Styles can not be found in
source packages. 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.
1 quick fix available, Import GWT module
com.google.gwt.sample.expenses.client.style.Style
Similarly lots of classes in package
com.google.gwt.sample.expenses.shared has compilation errors.
com.google.gwt.sample.expenses.server.domain.Employee can not be found
in source packages. 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.
============
My env:
Eclipse Helios with latest GPE 1.4 which correctly (automatically)
configured GWT 2.1 and GAE 1.3.7 (to SDKs that are there in local
repo) as specified in expenses POM.
Am i missing sth?
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home