Sure...
[INFO] Maven Version: 3.0.3
[INFO] JDK Version: 1.6.0_30 normalized as: 1.6.0-30
[INFO] OS Info: Arch: x86 Family: windows Name: windows 7 Version: 6.1
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 1.6//EN"
"
http://google-web-toolkit.googlecode.com/svn/releases/1.6/distro-source/core/src/gwt-module.dtd
">
<module rename-to="dashboard">
<inherits name="com.google.gwt.user.User"/>
<inherits name="com.google.gwt.core.Core"/>
<inherits name="com.google.gwt.http.HTTP" />
<inherits name="com.google.gwt.logging.Logging"/>
<inherits name='com.sencha.gxt.ui.GXT'/>
<inherits name="org.atmosphere.gwt.Client"/>
<inherits name='com.google.gwt.user.theme.standard.Standard'/>
<set-property name="locale" value="default"/>
<entry-point class='ipt.tas.chatdashboard.gwt.client.Dashboard'/>
</module>
On Thu, Jan 5, 2012 at 12:53 PM, Jesse Farinacci <[email protected]> wrote:
> Greetings,
>
> On Thu, Jan 5, 2012 at 2:45 PM, David Hoffer <[email protected]> wrote:
>
> > I'm getting the following error compiling with gwt-maven-plugin, I'm
> using
> > version 2.4.0. Any ideas why?
> >
>
> How about the output from enforcer:display-info and the contents of
> .gwt.xml file?
>
> -Jesse
>
> --
> There are 10 types of people in this world, those
> that can read binary and those that can not.
>