Re: [Lift] Lift and Scala 2.8 Beta1

2010-01-29 Thread Francois
Le 29/01/2010 06:04, Indrajit Raychaudhuri a écrit : You can change Lift artifact dependencies version to 2.0-scala280-SNAPSHOT in you application pom and proceed to build as usual. Amazing :) -- Francois ARMAND http://fanf42.blogspot.com -- You received this message because you are

Re: [Lift] Lift and Scala 2.8 Beta1

2010-01-29 Thread Meredith Gregory
Dear Indrajit, Thanks for your diligence on this effort! However, i'm not having a lot of luck. Here's my methodology. - i would like to test using an archetype generated project before i test with my project code -- which is likely to be so stupid and error-ridden as to cause all kinds

Re: [Lift] Lift and Scala 2.8 Beta1

2010-01-29 Thread Meredith Gregory
Dear Indrajit, i have a lot better luck with this way of testing before plunging if i change my archetype generation script to use -DarchetypeVersion=2.0-M1. Best wishes, --greg On Fri, Jan 29, 2010 at 10:37 AM, Meredith Gregory lgreg.mered...@gmail.com wrote: Dear Indrajit, Thanks for

Re: [Lift] Lift and Scala 2.8 Beta1

2010-01-29 Thread Indrajit Raychaudhuri
Hmm, mklift.sh needs a 'lift' :) Something like this should work: mvn archetype:generate -U \ -DarchetypeGroupId=net.liftweb \ -DarchetypeArtifactId=lift-archetype-basic \ -DarchetypeVersion=2.0-scala280-SNAPSHOT \ -DarchetypeRepository=http://scala-tools.org/repo-snapshots \

Re: [Lift] Lift and Scala 2.8 Beta1

2010-01-29 Thread Indrajit Raychaudhuri
Dear Greg, Yes, -DarchetypeVersion=2.0-M1 should pretty much be close. However, you'll need to adjust some dependency versions after generating the project. And, you might need to add the snapshot repositories in the pom. Instead, just use -DarchetypeVersion=2.0-scala280-SNAPSHOT and let

Re: [Lift Announce] Re: [Lift] Lift and Scala 2.8 Beta1

2010-01-29 Thread David Pollak
version to 2.0-scala280-SNAPSHOT in you application pom and proceed to build as usual. Awesome! Let the Lift on Scala 2.8 Beta1 testing and feedback commence. Cheers, Indrajit On 28/01/10 2:31 AM, David Pollak wrote: Folks, Lift is currently building against Scala 2.8 Beta1

Re: [Lift Announce] Re: [Lift] Lift and Scala 2.8 Beta1

2010-01-29 Thread Meredith Gregory
as usual. Awesome! Let the Lift on Scala 2.8 Beta1 testing and feedback commence. Cheers, Indrajit On 28/01/10 2:31 AM, David Pollak wrote: Folks, Lift is currently building against Scala 2.8 Beta1 and currently runs the examples/example app (the app that's at http://demo.liftweb.net

Re: [Lift Announce] Re: [Lift] Lift and Scala 2.8 Beta1

2010-01-29 Thread Meredith Gregory
in you application pom and proceed to build as usual. Awesome! Let the Lift on Scala 2.8 Beta1 testing and feedback commence. Cheers, Indrajit On 28/01/10 2:31 AM, David Pollak wrote: Folks, Lift is currently building against Scala 2.8 Beta1 and currently runs the examples/example

Re: [Lift Announce] Re: [Lift] Lift and Scala 2.8 Beta1

2010-01-29 Thread Indrajit Raychaudhuri
your Lift application against 2.0-scala280-SNAPSHOT jars. You can change Lift artifact dependencies version to 2.0-scala280-SNAPSHOT in you application pom and proceed to build as usual. Awesome! Let the Lift on Scala 2.8 Beta1 testing

Re: [Lift Announce] Re: [Lift] Lift and Scala 2.8 Beta1

2010-01-29 Thread Meredith Gregory
Lift artifact dependencies version to 2.0-scala280-SNAPSHOT in you application pom and proceed to build as usual. Awesome! Let the Lift on Scala 2.8 Beta1 testing and feedback commence. Cheers, Indrajit On 28/01/10 2:31 AM

Re: [Lift] Lift and Scala 2.8 Beta1

2010-01-28 Thread Meredith Gregory
Dear David, Did the jars get pushed up to the Scala-tools.org Maven repository? Best wishes, --greg On Wed, Jan 27, 2010 at 1:01 PM, David Pollak feeder.of.the.be...@gmail.com wrote: Folks, Lift is currently building against Scala 2.8 Beta1 and currently runs the examples/example app

Re: [Lift] Lift and Scala 2.8 Beta1

2010-01-28 Thread Indrajit Raychaudhuri
Dear Greg, It would be, in next couple of hours or so. Cheers, Indrajit On 29/01/10 5:42 AM, Meredith Gregory wrote: Dear David, Did the jars get pushed up to the Scala-tools.org Maven repository? Best wishes, --greg On Wed, Jan 27, 2010 at 1:01 PM, David Pollak

Re: [Lift] Lift and Scala 2.8 Beta1

2010-01-28 Thread Indrajit Raychaudhuri
The Lift 2.0 snapshot jars for Scala 2.8 are now available on scala-tools Maven repository. Feel free to try your Lift application against 2.0-scala280-SNAPSHOT jars. You can change Lift artifact dependencies version to 2.0-scala280-SNAPSHOT in you application pom and proceed to build as

[Lift] Lift and Scala 2.8 Beta1

2010-01-27 Thread David Pollak
Folks, Lift is currently building against Scala 2.8 Beta1 and currently runs the examples/example app (the app that's at http://demo.liftweb.net). We have disabled many of the tests during the automated build because as of last night, not all the test frameworks (ScalaTest, Specs, and