Re: Composite Library

2010-10-29 Thread StrongSteve
Thanks a lot Steve! I just overlooked one simple detail - include the source files. Now it is working perfectly! Currently I am just pondering about two follow up questions: Say I have kind of a GWT Base project. Including CSS, Entry Point, ... What would be a recommended approach to create an

[JAR] Composite Library

2010-10-28 Thread StrongSteve
Hello, Can anyone provide a sample project or a link to a tutorial describing how to create a JAR-file containing self created composites and how to use this JAR-file in another GWT project? Thanks in Advance! Greetings Stefan -- You received this message because you are subscribed to the

Re: Composite Library

2010-10-28 Thread Steve Moyer
That's actually a pretty simple prospect ... you need your class files, plus their source code and the *.gwt.xml module descriptor. I use Maven as my build system so I originally followed the guide at http://mojo.codehaus.org/gwt-maven-plugin/user-guide/library.html. But it also serves well as a