I agree with kebernet here. Most of the time you WANT the package name stuff. You can always use a proxy to make external production sites map into whatever URL you want (your users don't have to look at the package at prod time), but it makes things a lot easier to maintain (especially when you have more than one module) by keeping the package names.
But if you wanted to, AntRun sounds like it should work pretty well (I use it for other stuff, very flexible, but a little annoying to have to do that). On Feb 18, 10:38 am, "Robert \"kebernet\" Cooper" <[email protected]> wrote: > I am personally a fan of *not* removing the package names. You can > always have an index.[whatever] page in a root level directory and > include the src="./ModuleName/ModuleName.js" file from a level above > it. The nice thing about keeping the package names in place is it > prevents you from having possible conflicts with service paths if you > are building multiple modules into a single web app. > > Also, remember that the mergewebxml task will try and put the package > names into the servlet paths for the modules, so if you are moving > things around manually with maven, you will want to not use that, or > make sure the old path is in your stud assignments. > > On Wed, Feb 18, 2009 at 10:31 AM, Master Maurice > > <[email protected]> wrote: > > > I think this will solve the > > problem:http://java.dzone.com/tips/getting-rid-package-based-gwt- > > > Best regards, > > > Jürgen > > -- > :Robert "kebernet" Cooper > ::[email protected] > Alice's cleartext > Charlie is the attacker > Bob signs and > encryptshttp://pgp.mit.edu:11371/pks/lookup?op=get&search=0x9E8759F8 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
