Hi Andy,

On Thu, Mar 25, 2010 at 3:50 PM, nhcoder <[email protected]> wrote:
>
> According to the documentation at
> http://mojo.codehaus.org/gwt-maven-plugin/user-guide/compiler.html, if I
> don't specify a module that the plugin will automagically search for
> .gwt.xml files.  Well, there is definitely a file that ends in .gwt.xml in
> src/com/mycompany_tech.  My pom is below. Is this a bug with the plugin or
> is my POM wrong?  Thanks,
>
> Andy
>

You should not have '${basedir}/src/com/mycompany_tech'; you probably
want to put your .gwt.xml files into
'${basedir}/src/main/resources/com/mycompany/tech' or some such.

There's also a separate mailing list for the GWT plugin located at
http://groups.google.com/group/codehaus-mojo-gwt-maven-plugin-users --
good luck!

-Jesse

-- 
There are 10 types of people in this world, those
that can read binary and those that can not.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to