Hum, I don't understand this...I had to change two things to get
gwt-maven-plugin to compile today (and there was no change...it used to
work fine).

First there was one client class that had some annotations i.e. @Nullable,
once I removed these it complained that it couldn't find some image
resources being specified via a ClientBundle.  I had to copy the images to
the resources folder, they were in the gwt public folder which used to work
fine.  No idea why today it would require these to be different, and in the
case of the first...it gives no error message telling you what the problem
is.

Any ideas?

-Dave

On Thu, Jan 5, 2012 at 1:07 PM, David Hoffer <[email protected]> wrote:

> 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.
>>
>
>

Reply via email to