|
I ran the QS Tools utility and attempted to get all the quickstarts moved to the jboss-javaee-6.0-with-errai to 1.0.6.Final, it failed with the attached error.
To recreate:
Change the following in the POM file from:
<version.jboss.bom>1.0.4.Final</version.jboss.bom>
to:
<version.jboss.bom>1.0.6.Final</version.jboss.bom>
Then run `mv clean package`.
The error appears to be a missing class:
Caused by: java.lang.ClassNotFoundException: com.google.gwt.core.ext.IncrementalGenerator
|