Re: pom.xml / gwt.xml

2011-05-30 Thread Magno Machado
The pom is to instruct Maven (or other similar build tool) about what are
the dependencies of a given artifact.

The *.gwt.xml  clause tells the compiler what gwt modules should
be available to your app. This will tell the compiler a set of deferred
binding settings to use, the source folders for the inherited modules, etc.

Note that a single jar, which is declared on the pom.xml, may contain any
number of gwt modules (which should be inherited on a *.gwt.xml) file, see
gwt-user.jar for exemple

On Mon, May 30, 2011 at 9:05 AM, Aza  wrote:

> I'm not very clear on the difference between the depedencies in your
> pom.xml and those inherited via gwt.xml. Could someone please help
> clarify..
>
> Thx
>
> --
> 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-toolkit@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.
>
>


-- 
Magno Machado Paulo
http://blog.magnomachado.com.br
http://code.google.com/p/emballo/

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



pom.xml / gwt.xml

2011-05-30 Thread Aza
I'm not very clear on the difference between the depedencies in your
pom.xml and those inherited via gwt.xml. Could someone please help
clarify..

Thx

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