Re: gwt compile error "No source code" using gwt-lib with transient sources

2016-11-28 Thread Michael Budnick
It's my mistake, I had a typing error in the path with the lib-shared classes. So [ERROR] Line 8: No source code is available was correct because the java file was on an other location then the packagename sayes. -- You received this message because you are subscribed to the Google Groups "GWT

gwt compile error "No source code" using gwt-lib with transient sources

2016-11-25 Thread Michael Budnick
My current maven project (named refBuecherWelt) is based on 3 submodule (shared,server,client) layout from the gwt-maven-archetypes [1]. The refBuecherWelt-client submodule (a gwt-app) depend on an other lib (named universalclientLib) which is build in an independend maven project. When I migrat