First question on the FAQ ;-) http://code.google.com/p/gwt-maven/wiki/M2FAQ
2008/8/27 Arthur Kalmenson <[EMAIL PROTECTED]> > > Good point, I don't have the source code in my JAR. I created a > separate source jar using source:jar, placed that in my local repo and > made a dependency on it. Nevertheless, I'm still getting the same > errors. Maybe if I could package the class files and source files > together it might work (which is what I did when I was using Ant). > However, I looked around and I couldn't figure out how that would be > done. > > Regards, > Arthur Kalmenson > > On Aug 27, 3:51 pm, Charlie Collins <[EMAIL PROTECTED]> wrote: > > I will try some third party modules too - I honestly haven't checked > > that yet. Just one thing before I look into it though, make sure your > > modules and dependencies have the SOURCE in them if they are GWT > > libraries (third party modules usually do, but if they are your own, > > either make sure the source is in them, or that you include a special > > source jar as a dependency). > > > > On Aug 27, 3:00 pm, Arthur Kalmenson <[EMAIL PROTECTED]> wrote: > > > > > 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 -~----------~----~----~----~------~----~------~--~---
