Compilation error when using Deferred binding of GWT 2.0.3
----------------------------------------------------------
Key: MGWT-207
URL: http://jira.codehaus.org/browse/MGWT-207
Project: Maven 2.x GWT Plugin
Issue Type: Bug
Affects Versions: 1.2
Environment: Win XP. Maven GWT 2.0.3 with plug of 1.2
Reporter: Michael Wang
Priority: Critical
Here is piece of pom.xml
I used version 1.2 and GWT 2.0.3, however when I compile deferred binding code.
It gives
[INFO] [ERROR] Unable to load class
'com.egwt.app.booking.gwt.rebind.ViewConfigAccessorInterfaceGenerator
The same piece is working with GWT 1.7 with
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>1.2</version>
<configuration>
<logLevel>INFO</logLevel>
<compileTargets>
<value>com.myapp.booking.gwt.reservation.ReservationEntry</value>
</compileTargets>
<i18nMessagesBundles>
<i18nMessagesBundle>com.egwt.app.booking.resources.i18n.view.LabelResources</i18nMessagesBundle>
<i18nMessagesBundle>com.egwt.app.booking.resources.i18n.error.ErrorResources</i18nMessagesBundle>
</i18nMessagesBundles>
</configuration>
<executions>
<execution>
<phase>process-resources</phase>
<goals>
<goal>generateAsync</goal>
<goal>compile</goal>
<goal>i18n</goal>
</goals>
</execution>
</executions>
</plugin>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email