I can at least answer your maven questions: Maven requires you (in version 2.x) to hardcode the version of a dependency you're using. This means if lift switches versions (from 0.9 -> 0.10-SNAPSHOT or 0.10-SNAPSHOT -> 0.10) that you have to manually update your pom first. (This is migrating to a different style in Maven 3.x)
If you're just trying to pull the latest snapshot *always* do as already suggested and use the -U option. Otherwise it updates once in a while. It could be possible that some of your lift artifacts were updated without *all* of them being updated, but I've never actually seen that happen. On Mon, Dec 29, 2008 at 7:03 PM, Charles F. Munat <[email protected]> wrote: > > Well, I got it working, but it required deleting and re-cloning the > liftweb directory, and deleting liftweb from the .m2 repository. As I > suspected, the code is correct on the server. > > So what am I doing wrong here? Why is it that git won't update the local > code properly? Why do I have to keep deleting things from the Maven > repository? Shouldn't the -u option update things? Is all this stuff > broken or am I missing some important concept? > > I assume there is some sort of flag I need to add to get everything to > update properly. I still haven't figured out how to get Maven to > download the lift-webkit without me installing it locally. > > Any git or maven geniuses out there willing to divulge the secret? > > Chas. > > Charles F. Munat wrote: > > When I do a git pull on the lift 0.10-SNAPSHOT (I think), I get an > > interesting melange of Box and Can that does not compile. Am I doing > > something wrong, or are there still some references that need to be > > changed over? > > > > I'll keep trying. > > > > Chas. > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" 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/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
