Re: [Lift] [lift] Building Lift with scala 2.8.0

2009-12-20 Thread Heiko Seeberger
Your git stuff was quite OK, the Problem was that the branch is 280_port and not vice versa ;-) Please try it again: git clone ... git branch 280_port origin/280_port git checkout 280_port Heiko On Sunday, December 20, 2009, Channing Walton wrote: > > ah I see the problem - I know nothing abou

Re: [Lift] [lift] Building Lift with scala 2.8.0

2009-12-20 Thread Heiko Seeberger
2009/12/19 Channing Walton > > I would like to use Lift with scala 2.8.0 but need some helping building > the > branches. I've checked out the 280_port branch, but when I set the scala > version to 2.8.0.Beta1-RC3 in the main pom, Lift doesn't compile. Hmm, the main POM of the 280_port has alre

Re: [Lift] [lift] Building Lift with scala 2.8.0

2009-12-19 Thread David Pollak
Do you have a production app that depends on Scala 2.8? Is there a part of Lift that you immediately need ported to 2.8? On Sat, Dec 19, 2009 at 1:15 PM, Channing Walton wrote: > > I would like to use Lift with scala 2.8.0 but need some helping building > the > branches. I've checked out the 280

[Lift] [lift] Building Lift with scala 2.8.0

2009-12-19 Thread Channing Walton
I would like to use Lift with scala 2.8.0 but need some helping building the branches. I've checked out the 280_port branch, but when I set the scala version to 2.8.0.Beta1-RC3 in the main pom, Lift doesn't compile. Either the specs tests fail because they have the wrong class signature or if I sk