Hi, I'm hitting an annoying issue with dependencies. I'm using a single widget from gwt-incubator[1]. Since the gwt-incubator.jar is 1.6M and it's only required by gwt:compile to generate JavaScript code, I don't want it packaged into my webapp. So I set its dependency to <scope>provided</scope>, like for gwt-user.
Now the problem is that this works fine for gwt:compile, but not for gwt:gwt: the shell starts up but can't find the inherited module.gwt.xml. This sort of makes sense given the meaning of 'provided' in Maven, but GWT as usual is a bit special. Any idea if there's a way around this? Thanks Mirko [1] http://code.google.com/p/google-web-toolkit-incubator/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
