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

2010-01-29 Thread Meredith Gregory
Dear Indrajit, Thanks! That works. Best wishes, --greg On Fri, Jan 29, 2010 at 11:27 AM, Indrajit Raychaudhuri wrote: > For SNAPSHOTs, you need to add the SNAPSHOT repo explicitly. > > Try this command: > > > mvn archetype:generate -U \ > -DarchetypeGroupId=net.liftweb \ > -DarchetypeArti

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

2010-01-29 Thread Indrajit Raychaudhuri
For SNAPSHOTs, you need to add the SNAPSHOT repo explicitly. Try this command: mvn archetype:generate -U \ -DarchetypeGroupId=net.liftweb \ -DarchetypeArtifactId=lift-archetype-basic \ -DarchetypeVersion=2.0-scala280-SNAPSHOT \ -DarchetypeRepository=http://scala-tools.org/repo-snapsh

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

2010-01-29 Thread Meredith Gregory
Dear Indrajit, See the trace below with the archetypeVersion set as you suggest. Best wishes, --greg bash-3.2$ bin/mklift.sh com.biosimilarity.identity WhiteRabbit [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'archetype'. [INFO] org.apache.maven.plugins: c

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

2010-01-29 Thread Meredith Gregory
Dear Indrajit, -DarchetypeVersion=2.0-scala280-SNAPSHOT was the first thing i tried and that failed. ;-( Best wishes, --greg On Fri, Jan 29, 2010 at 11:15 AM, David Pollak < feeder.of.the.be...@gmail.com> wrote: > > > On Thu, Jan 28, 2010 at 9:04 PM, Indrajit Raychaudhuri < > indraj...@gmail.

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

2010-01-29 Thread David Pollak
On Thu, Jan 28, 2010 at 9:04 PM, Indrajit Raychaudhuri wrote: > 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-sc

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 arc

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 \ -DremoteR

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 wrote: > Dear Indrajit, > > Thanks for your diligence on this e

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 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 subscribe

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 usual

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 mailto:feeder.of.the.be...

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 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

[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 ScalaCheck)