Re: UiBinder template files, Eclipse and Maven

2010-05-12 Thread Sripathi Krishnan
> > 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? Yes, it should work. Add your resources folder to source path in eclipse (instead of classpath as you currently have it). --Sri

UiBinder template files, Eclipse and Maven

2010-05-12 Thread José González Gómez
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).