Hi David, I have used sbt to compile and test lift at some point (I haven't updated for the recent reorganization). However, let me point out that sbt cannot do the following yet: 1) build with a different version of scala/java than the one sbt was called with 2) package a war file 3) start jetty (like maven jetty:run) 4) publish artifacts to a repository
Thanks, Mark On 12/19/08, David Pollak <[email protected]> wrote: > Does anyone want to take on an official integration of Lift and SBT? > > ---------- Forwarded message ---------- > From: n8han <[email protected]> > Date: Thu, Dec 18, 2008 at 9:31 PM > Subject: Re: [scala] ANNOUNCE: sbt 0.3.2 > To: [email protected] > > > > I have it working against a Lift pom.xml, except because Ivy doesn't use my > specified repositories I switched to the Scala format: > > val scala_lang = "org.scala-lang" % "scala-library" % "2.7.1" > val liftweb = "net.liftweb" % "lift-webkit" % "0.9" > val jetty = "org.mortbay.jetty" % "jetty" % "6.1.14" > > But that gives an error on update: > "impossible to get artifacts when data has not been loaded. IvyNode = > junit#junit;4.4" > > Which seems to be related to https://issues.apache.org/jira/browse/IVY-987 > > I did manage to get my non-central artifacts in the cache and was able to go > back to using the pom.xml, which updates the other dependencies and compiles > fine. So something different is happening there between inline transitive > dependencies and ones defined in pom.xml, but it is probably Ivy's bug to > fix. > > Anyway, good stuff! > > Nathan > > -- > View this message in context: > http://www.nabble.com/-scala--ANNOUNCE%3A-sbt-0.3.2-tp21074348p21086070.html > Sent from the Scala mailing list archive at Nabble.com. > > > > > -- > Lift, the simply functional web framework http://liftweb.net > Collaborative Task Management http://much4.us > Follow me: http://twitter.com/dpp > Git some: http://github.com/dpp > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
