OK, so while launching hosted mode works for a very small project that uses only GWT widgets, I get classpath issues when I start importing 3rd party modules in my .xml.gwt file. This third party module lives in my local repository and is included as a dependency in the same way gwt-user is included. However, when I run gwt:gwt, the hosted mode log shows that it was unable to inherit the third party module because it's not in the classpath. I tried adding the module into the compile targets, but to no effect (and it doesn't make sense that it would since the compilation should pick up the additional modules). I'm not sure if this is a problem with the new version or something that I did wrong...
Regards, Arthur Kalmenson On Aug 26, 3:17 pm, Charlie Collins <[EMAIL PROTECTED]> wrote: > If anyone can help with testing the branch > -http://groups.google.com/group/gwt-maven/browse_thread/thread/d2e35d5... > - it would be greatly appreciated. It does a few things differently > (see the thread for details), and though it's more elegant, I am not > sure it addresses all situations, as it hasn't been extensively tested > - yet. > > It's been around a few weeks though, and several people are using it > successfully (myself included). > > If you can, it would be much appreciated if you grab it, build it, and > test it with some existing projects. > > I want to get all the feedback I can, to address stuff, BEFORE it gets > merged (I will get feedback after, that I am sure of, but trying to > mitigate that if I can ;)). > > I might try to merge it sometime this weekend if I get time, unless I > have any other feedback about problems. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
