hi all:
After downloading the project i mentioned above from gwt2.1 trunk,
there are some errors in my eclipse project:
@ProxyFor(com.google.gwt.sample.expenses.server.domain.Employee.class)
public interface EmployeeProxy extends EntityProxy {
....
}
eclipse said:
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.
that's not right, because Employee is located at server package. so
how can i get rid of this error message?
by the way, the class comments said:
/**
* "API Generated" DTO interface based on
* {...@link com.google.gwt.sample.expenses.server.domain.Employee}.
* <p>
* IRL this class will be generated by a JPA-savvy tool run before
compilation.
*/
what's JPA-savvy tool? where can i find it?
many thanks.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.