Tuesday, March 27, 2012

Re: Using a widget / module / entry point from another separate project

Archmisha,

Check out the POMs in this GitHub fork of mine.
  • The first project builds a GWT module, and its docs & src.
  • They are installed into your local repo
  • The second project inherits it in the *.gwt.xml module
  • Now the second project can use the module and its sources. 
If you place them both in a parent project, then you can also build the whole thing all at once, but the real benefit here is that you don't need to keep building the first module.

Those POMs should given you a good start.

Sincerely,
Joseph

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/KcZbrV2fxYoJ.
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