Need Help Packaging a GWT Library Module into a JAR
问题 I am trying to package a GWT library module into a JAR file and use the library in a separate GWT web app by adding the JAR file into its class path. The JAR contains: Java sources RequestFactory generated sources UiBinder generated sources class files library module descriptor UiBinder XML files The library module is inherited from the web app: <module> <!-- my web app's module descriptor --> ... <inherits name="[path to my library module].Library"/> ... </module> However, I am running into