Monday, May 30, 2011

Re: pom.xml / gwt.xml

The pom is to instruct Maven (or other similar build tool) about what are the dependencies of a given artifact.

The *.gwt.xml <inherits> 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 <azatek0@gmail.com> 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+unsubscribe@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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment