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