This page is no longer maintained — Please continue to the home page at www.scala-lang.org

Fwd: [Lift] Lift compiled against 2.7.7.RC2 available in scala-tools repository

No replies
David Pollak
Joined: 2008-12-16,
User offline. Last seen 42 years 45 weeks ago.
FYI -- We're testing Lift against 2.7.7 RC2 right now.

---------- Forwarded message ----------
From: Indrajit Raychaudhuri <indrajitr@gmail.com>
Date: Wed, Oct 21, 2009 at 1:39 PM
Subject: [Lift] Lift compiled against 2.7.7.RC2 available in scala-tools repository
To: Lift <liftweb@googlegroups.com>



Folks,

Lift snapshot artifacts built on Scala 2.7.7.RC2 are now available in
scala-tools repository.

The artifacts follow the version pattern 1.1-scala2.7.7.RC2-SNAPSHOT.
So they are all available in the usual snapshot repository location
(http://scala-tools.org/repo-snapshots) as lift-<module>-1.1-
scala2.7.7.RC2-SNAPSHOT.

To try out the new version in your project, all that you'd need to do
is change scala.version to 2.7.7.RC2 and set the version number of all
lift-modules to 1.1-scala2.7.7.RC2-SNAPSHOT.

You can also use Maven's project profile feature to switch Lift and
Scala between regular version and 2.7.7.RC2 version.

One way to do this would be to add a project profile section in your
pom.xml as thus:

<!-- ... -->
<!-- ... -->

  <profiles>
    <profile>
      <id>scala277</id>
      <properties>
        <scala.version>2.7.7.RC2</scala.version>
      </properties>
      <dependencies>
      <dependency>
          <groupId>net.liftweb</groupId>
          <artifactId>lift-core</artifactId>
          <version>1.1-scala2.7.7.RC2-SNAPSHOT</version>
        </dependency>
      </dependencies>
    </profile>
  </profiles>

<!-- ... -->

</project>

With this section in place in your project pom,

- Run "mvn clean install" for scala-2.7.5 version

- Run "mvn -Pscala277 clean install" for scala-2.7.7.RC2 version

Cheers, Indrajit

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 2Bunsubscribe [at] googlegroups [dot] com" rel="nofollow">liftweb+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---




--
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Surf the harmonics

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland