ok here it is. The only thing I changed in the main pom is the scala version
to the 2.8.0 beta rc3
[INFO] Compiling 2 source files to
/Users/channing/tmp/280_port/lift-base/lift-common/target/test-classes
error: error while loading Sugar, Scala signature Sugar has wrong version
expected: 5.0
found: 4.1 in
/Users/channing/.m2/repository/org/scala-tools/testing/specs/1.6.1/specs-1.6.1.jar(org/specs/Sugar.class)
error: error while loading Runner, Scala signature Runner has wrong version
expected: 5.0
found: 4.1 in
/Users/channing/.m2/repository/org/scala-tools/testing/specs/1.6.1/specs-1.6.1.jar(org/specs/runner/Runner.class)
error: error while loading JUnit, Scala signature JUnit has wrong version
expected: 5.0
found: 4.1 in
/Users/channing/.m2/repository/org/scala-tools/testing/specs/1.6.1/specs-1.6.1.jar(org/specs/runner/JUnit.class)
error: error while loading Console, Scala signature Console has wrong
version
expected: 5.0
found: 4.1 in
/Users/channing/.m2/repository/org/scala-tools/testing/specs/1.6.1/specs-1.6.1.jar(org/specs/runner/Console.class)
/Users/channing/tmp/280_port/lift-base/lift-common/src/test/scala/net/liftweb/common/BoxSpec.scala:23:
error: too many arguments for constructor Object: ()java.lang.Object
class BoxSpecTest extends Runner(BoxSpec) with JUnit with Console
^
error: error while loading Specification, Scala signature Specification has
wrong version
expected: 5.0
found: 4.1 in
/Users/channing/.m2/repository/org/scala-tools/testing/specs/1.6.1/specs-1.6.1.jar(org/specs/Specification.class)
/Users/channing/tmp/280_port/lift-base/lift-common/src/test/scala/net/liftweb/common/BoxSpec.scala:25:
error: value can is not a member of java.lang.String
"A Box" can {
^
/Users/channing/tmp/280_port/lift-base/lift-common/src/test/scala/net/liftweb/common/BoxSpec.scala:58:
error: value should is not a member of java.lang.String
"A Box" should {
^
/Users/channing/tmp/280_port/lift-base/lift-common/src/test/scala/net/liftweb/common/BoxSpec.scala:66:
error: value should is not a member of java.lang.String
"A Full Box" should {
^
/Users/channing/tmp/280_port/lift-base/lift-common/src/test/scala/net/liftweb/common/BoxSpec.scala:149:
error: value should is not a member of java.lang.String
"An Empty Box" should {
^
/Users/channing/tmp/280_port/lift-base/lift-common/src/test/scala/net/liftweb/common/BoxSpec.scala:214:
error: value can is not a member of java.lang.String
"A Failure is an Empty Box which" can {
^
/Users/channing/tmp/280_port/lift-base/lift-common/src/test/scala/net/liftweb/common/BoxSpec.scala:225:
error: value should is not a member of java.lang.String
"A Failure is an Empty Box which" should {
^
error: error while loading Gen, Scala signature Gen has wrong version
expected: 5.0
found: 4.1 in
/Users/channing/.m2/repository/org/scala-tools/testing/scalacheck/1.6/scalacheck-1.6.jar(org/scalacheck/Gen.class)
error: error while loading Arbitrary, Scala signature Arbitrary has wrong
version
expected: 5.0
found: 4.1 in
/Users/channing/.m2/repository/org/scala-tools/testing/scalacheck/1.6/scalacheck-1.6.jar(org/scalacheck/Arbitrary.class)
error: error while loading Prop, Scala signature Prop has wrong version
expected: 5.0
found: 4.1 in
/Users/channing/.m2/repository/org/scala-tools/testing/scalacheck/1.6/scalacheck-1.6.jar(org/scalacheck/Prop.class)
/Users/channing/tmp/280_port/lift-base/lift-common/src/test/scala/net/liftweb/common/BoxUnit.scala:29:
error: too many arguments for constructor Object: ()java.lang.Object
class BoxUnitTest extends Runner(BoxUnit) with JUnit
^
error: error while loading ScalaCheck, Scala signature ScalaCheck has wrong
version
expected: 5.0
found: 4.1 in
/Users/channing/.m2/repository/org/scala-tools/testing/specs/1.6.1/specs-1.6.1.jar(org/specs/ScalaCheck.class)
/Users/channing/tmp/280_port/lift-base/lift-common/src/test/scala/net/liftweb/common/BoxUnit.scala:31:
error: value should is not a member of java.lang.String
"A Box equals method" should {
^
18 errors found
--
View this message in context:
http://old.nabble.com/Building-Lift-with-scala-2.8.0-tp26858625p26862311.html
Sent from the liftweb mailing list archive at Nabble.com.
--
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.