This is a maven plugin project for GWT, it doesn't use the compile and launch scripts that ApplicationCreator uses or such. It can compile GWT code and launch the GWT shell, but it does that with it's Maven goals.
mvn gwt:gwt - launches the shell mvn gwt:compile - runs the compiler (Though this goal is not intended to be directly invoked, should just run the Maven phase you want, like "install" to build a war) and so on - a bunch of other goals too, see the docs. On Nov 6, 11:40 am, "David Durham, Jr." <[EMAIL PROTECTED]> wrote: > Hi all, > > Why doesn't the archetype contain compile and launch scripts? Just > curious... I'm willing to put some time in to make this happen. > > Thanks, > > Dave --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
