On 5 April 2011 16:24, Andrej Stanisev <[email protected]> wrote: > Hello, > > I'm trying to use GWT to develop a tool for Sakai, and I have a > problem using sources from external libraries. > > The project dependencies are managed by maven and I'm trying to use a > class from one of the dependency jars. > > I was planing to call a RPC that will return an object of that type. > The code of the class is fairly simple, and its translatable to JS. > > How can I include the source of this class, so that GWT compiles it? I > tried to add a source path property pointing to that package in my > *.gwt.xml file.
Approximately 2 weeks ago I had the same question (How can I include an external jar?). I suggest to you search to my letter in the archive and you can find a simple tutorial in it. But, be aware, the source must have included in the external jar to compile. -- - - -- Csanyi Andras (Sayusi Ando) -- http://sayusi.hu -- http://facebook.com/andras.csanyi -- ""Trust in God and keep your gunpowder dry!" - Cromwell -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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.
