The libs.zip will be unzipped if you add the unpack goal to your pom.xml, like in the simplesample project available in the new branch: http://is.gd/1YpX
2008/8/27 Arthur Kalmenson <[EMAIL PROTECTED]> > > Thanks Mirko! While it wasn't in my pom.xml or ~/.m2/settings.xml > (which I checked before), there happened to be a profile entry in the > global settings file at /usr/local/apache-maven-2.0.8/conf/ > settings.xml. I've removed it and it sort of works. > > It seems that the gwt-dev-1.5.1-linux-libs.zip that was downloaded by > the Maven, needs to be unzipped. I did it by hand, but is there a way > to do it automatically? After unzipping that file, I was able to run > gwt:gwt and everything worked! > > Aside from the attempted mv, everything looks good Charlie. > > Regards, > Arthur Kalmenson > > On Aug 27, 9:28 am, "Mirko Nasato" <[EMAIL PROTECTED]> wrote: > > The plugin output says > > > > google.webtoolkit.home (gwtHome) set, using it for GWT dependencies - > > /usr/local/lib/gwt-linux-1.4.61 > > > > so you must have google.webtoolkit.home defined somewhere and pointing to > > 1.4.61 - if not in your pom.xml, then maybe in your settings.xml? > > > > 2008/8/27 Arthur Kalmenson <[EMAIL PROTECTED]> > > > > > > > > > OK, it doesn't look like Google Groups wants to let me post that > > > output, perhaps it's too long. > > > > > Build output:http://eugeneciurana.com/pastebin/pastebin.php?show=32595 > > > > > The simple pom.xml file: > > >http://eugeneciurana.com/pastebin/pastebin.php?show=32596 > > > > > Regards, > > > Arthur Kalmenson > > > > > On Aug 27, 9:19 am, Arthur Kalmenson <[EMAIL PROTECTED]> wrote: > > > > Hello Charlie, > > > > > > Thank you for that. I've tried out the plugin, but it's still failing > > > > to find com/google/gwt/dev/GWTShell. This is the same problem I had > > > > with the older version. It seems to find 1.5.1 but it still somehow > > > > has 1.4.61 in it's class path (I greped for it and still can't find > > > > where in the world it's picking up gwt-linux-1.4.61). I'll post the > > > > output from the gwt:gwt goal in the message below. I will make > another > > > > post for my simple build file: > > > > > > Best regards, > > > > Arthur Kalmenson > > > > > > On Aug 27, 6:51 am, Charlie Collins <[EMAIL PROTECTED]> > wrote: > > > > > > > Try just using "2.0-ccbranch-beta22" in your POM - the branch build > as > > > > > of seconds ago is now in our repo. Anyone else that wants to test, > > > > > please try that too. > > > > > > > NOTE - you would still need to do "mvn site" on your own, to get > the > > > > > docs (in target). > > > > > > > ALSO NOTE - there is a sample project INSIDE the branch that is > also > > > > > handy in terms of showing you what a POM should look like - if you > > > > > don't have the branch source you can also just browse it here - > > >http://gwt-maven.googlecode.com/svn/branches/cc_20080814_automaticref.. > .. > > > > > > > On Aug 26, 4:49 pm, Arthur Kalmenson <[EMAIL PROTECTED]> > wrote: > > > > > > > > I'd like to test this branch out, hopefully it'll solve my > problem > > > > > > running the gwt:gwt goal with GWT 1.5.1 (i.e. not working). > However, > > > I > > > > > > checked out the branch and tried to run 'mvn package' but the > build > > > > > > failed because it required jdom 1.1 (which isn't in the central > > > repo). > > > > > > I'm fairly new to Maven and I'm not even sure how I would use > this > > > > > > plugin from disk. Is it possible to put it into your Google Code > > > Maven > > > > > > repo? > > > > > > > > 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 -~----------~----~----~----~------~----~------~--~---
