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 model(3) which is a gwt module jar with an gwt.xml file. The Root 
project has also a dependency to the gwt view project (2) which is also a 
gwt module jar with an gwt.xml file. The gwt view (2) project needs also a 
dependency to the gwt model project(3). Both jar files has the sources and 
the class files. 

Is there a tutorial or some hints that describes how to setup the projects 
to use multi gwt modules that depends on each other?

kind regards  

Am Dienstag, 28. August 2012 12:12:23 UTC+2 schrieb 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 also used by the gwt-viewer-test project. The 
 dependencies are organized with maven. If i build the root project i have 
 still this issue:

 [ERROR] no source info: public class de.gwt.viewer.test.ViewerTest
 private [unresolved] de.gwt.model.ModelTest model

 This looks like gwt could not obtain the sources of the gwt-model project 
 that is used in gwt-test-viewer and in the root project. if i build the 
 root project without the viewer project gwt finds the sources of the model 
 project.
 What i'm missing?

 greetings
 Saik0



-- 
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/-/waUaayVgBHMJ.
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.



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 also used by the gwt-viewer-test project. The 
dependencies are organized with maven. If i build the root project i have 
still this issue:

[ERROR] no source info: public class de.gwt.viewer.test.ViewerTest
private [unresolved] de.gwt.model.ModelTest model

This looks like gwt could not obtain the sources of the gwt-model project 
that is used in gwt-test-viewer and in the root project. if i build the 
root project without the viewer project gwt finds the sources of the model 
project.
What i'm missing?

greetings
Saik0

-- 
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/-/WBDB_XD8O3YJ.
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.



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



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