jhickman / gwt-customuibinder

Automatically exported from code.google.com/p/gwt-customuibinder
0 stars 0 forks source link

GWT Module not found in project sources or resources #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I use GWT 2.5.1 and GXT 3.0.1

First of all, I included maven module

<dependency>
    <groupId>com.jhickman</groupId>
    <artifactId>gxt-uibinder</artifactId>
    <version>1.0.1</version>
</dependency>

Then I included

<inherits name='com.jhickman.web.gwt.gxtuibinder.GxtUiBinder'/>

Maven packaging and I got error

Unable to find 'com/jhickman/web/gwt/customuibinder/CustomUiBinder.gwt.xml' on 
your classpath; could be a typo, or maybe you forgot to include a classpath 
entry for source?

Original issue reported on code.google.com by diss...@gmail.com on 24 Jul 2013 at 8:28