I have converted a GWT Eclipse based project to GWT-Maven but when I run the command
mvn clean gwt:compile
I get an awful lot of errors that specify:
[class name].java' is removed due to invalid reference(s):
My pom.xml dependencies are:
- dom4j-1.6.1
- commons-httpclient-3.1
- gwt-servlet-1.6.4
- gwt-user-1.6.4
- junit-4.3.1
- gwtext-2.0.5
- GWTx-20070605
What do these errors mean and how do I go about diagnosing the source of the problem?