You can make a widget (library) module with GWT-Maven, really maven doesn't matter here. Just make sure your module file doesn't have an entry point, etc. Usually I have TWO module files for library projects, one that does have an entry point (and I include a host page), just for testing purposes, but I don't distribute the test module file in the JAR. The JAR just ends up with the module file that has no entry point.
On Jan 8, 10:36 am, Anthony Romano <[email protected]> wrote: > Hi all, > > I'm very new to GWT so if the answer to this question is obvious or > impossible, please forgive me :) > > I'm working on a project that would like to have a project devoted > just to custom GWT widgets that we make. These widgets will have no > entry points defined in that project, as there will be a completely > separate project that uses these widgets and includes the entry > points. I've successfully used the GWT maven plugin to build and > package our project that contains our entry points, but I'm struggling > to build the project that only includes widgets. > > Is it possible to use this plugin and not have an HTML file (run > target)? My end goal is to have a project with just java files (and > module XMLs) that gets compiled down to a set of javascript files that > other projects can use. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "gwt-maven" 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/gwt-maven?hl=en -~----------~----~----~----~------~----~------~--~---
