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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
