Re: [Lift] (ISSUE) How to use the sbt with lift project ?

2010-01-30 Thread Tim Nelson
The jetty val you are overriding is an internal val that you shouldn't be doing anything with. If you change that line to: val jetty6 = "org.mortbay.jetty" % "jetty" % "6.1.22" % "test->default" That part should work. Tim On Sat, Jan 30, 2010 at 12:14 AM, Neil.Lv wrote: > Hi all, > >   How to

[Lift] (ISSUE) How to use the sbt with lift project ?

2010-01-29 Thread Neil.Lv
Hi all, How to use the sbt with lift project ? I try to use the sbt and get this errors, Does anybody know what's wrong with it ? Maybe i missing something else ? Here is the log: # I create this file like this in the build directory. G:\project\test\pr