I have a project based on gwt-ext. This project import some third- party jars. However it didn't compile successfully because the gwt complier couldn't find the java source code of these third-party jars. That means that we must have the java source code in the jar package or in the classpath, otherwise, the project complie fail. However my project is a util, and i dont want to expose my source as it serve as 3rd jar, how can i do?
-- 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.
