Re: Maven gwt module dependency with an other gwt module dependency

2012-08-30 Thread Saik0
Ok, i should visualize my problem. First the image of my project structure: http://imageshack.us/photo/my-images/253/gwtprojectstructure.jpg/ I'm using gwt 2.4. The main gwt project is a war file build by maven and the maven gwt plugin in version 2.4. This project has a dependecy to the gwt

Maven gwt module dependency with an other gwt module dependency

2012-08-28 Thread Saik0
Hi @all i'm have an issue with maven and external jars as gwt module jars. Given is the following project structure: 1) Root Projekt : gwt-main 2) Singe GWT View : gwt-viewer-test 3) Model : gwt-model The Root Projekt use the gwt-viewer-test and gwt-model project. The gwt-model project is

GWT Module Dependency

2010-10-05 Thread Yudji
I was read the article http://code.google.com/p/gwt-comet/wiki/GettingStarted and where in the project I put inherits name=net.zschech.gwt.comet.Comet / ? and add-linker name=xs/ anywhere in the xml? thanks -- You received this message because you are subscribed to the Google Groups

Re: GWT Module Dependency

2010-10-05 Thread Y2i
These go to your module file. http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjects.html#DevGuideModuleXml On Oct 4, 3:34 pm, Yudji guilhermeyu...@hotmail.com wrote: I was read the articlehttp://code.google.com/p/gwt-comet/wiki/GettingStarted and where in the project I put