Re: GWT Maven gwt:compile issue

2010-10-11 Thread Travis Camechis
 I figured it out.  I had to modify the resources section to include the
module xml file ( it was getting left out ) along with the source code for
the module.  All is happy now.

On Mon, Oct 11, 2010 at 1:09 PM, tc  wrote:

> I am using the new maven plugin (http://google-web-
> toolkit.googlecode.com/svn/2.1.0.M3/gwt/maven) that is being used in
> the new 2.1 development.  I have setup a multi module maven project
> where one of the modules contains a GWT module that contains mainly
> just shared object between server / client.  Another GWT module that
> is the actual client and server.  The problem I am having is when
> building the client project from the command line with the gwt:compile
> it cannot find the gwt module for the other project ( get the did you
> forget to an inherit a module ouput ).  When building through eclipse
> everything works fine ( guess its using more of the eclipse
> classpath ).  Anyone have any suggestions on this?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



GWT Maven gwt:compile issue

2010-10-11 Thread tc
I am using the new maven plugin (http://google-web-
toolkit.googlecode.com/svn/2.1.0.M3/gwt/maven) that is being used in
the new 2.1 development.  I have setup a multi module maven project
where one of the modules contains a GWT module that contains mainly
just shared object between server / client.  Another GWT module that
is the actual client and server.  The problem I am having is when
building the client project from the command line with the gwt:compile
it cannot find the gwt module for the other project ( get the did you
forget to an inherit a module ouput ).  When building through eclipse
everything works fine ( guess its using more of the eclipse
classpath ).  Anyone have any suggestions on this?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.