hi there,

The Google Plugin for Eclipse seems to force you to put the UiBinder
template files in the same directory as the corresponding UiBinder
interface. I'm using maven, that uses a separate directory for
resources (src/main/resources) to keep them separated from java
classes (src/main/java). If I try to put those template files in the
resources directory (already in the Eclipse classpath) I get errors in
the UiBinder interfaces.

Is there any reason to force the template files to be together with
the java files? Could they be in a separate resources directory as
long as they're included in the classpath and their packages match
their corresponding UiBinder interfaces?

Thanks in advance, best regards
José González

-- 
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-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to