Closed GoogleCodeExporter closed 9 years ago
Latest available jar specs_2.8.0.Beta1-1.6.2.jar is incompatible with scala
2.8.0 rc2.
Original comment by stepan.k...@gmail.com
on 11 May 2010 at 11:52
Also, SVN tag for 1.6.4 is missing (so it is not clear, where to get sources to
build
jar myself).
Original comment by stepan.k...@gmail.com
on 11 May 2010 at 11:54
By incompatibility I mean this:
Exception in thread "main" java.lang.NoSuchMethodError:
scala.collection.immutable.List.$plus$plus(Lscala/collection/Traversable;Lscala/
collection/generic/CanBuildFrom;)Ljava/lang/Object;
at org.specs.specification.BaseSpecification.include(BaseSpecification.scala:111)
Original comment by stepan.k...@gmail.com
on 12 May 2010 at 12:00
The 1.6.4 release is there: http://www.scala-tools.org/repo-releases/org/scala-
tools/testing/specs_2.8.0.Beta1/1.6.4/
If you need to use a 2.8.0.RC2 release you need to use a snapshot:
http://www.scala-tools.org/repo-snapshots/org/scala-
tools/testing/specs_2.8.0.RC2/1.6.5-SNAPSHOT/
Original comment by etorrebo...@gmail.com
on 12 May 2010 at 12:05
Thank you. Snapshot works.
Original comment by stepan.k...@gmail.com
on 12 May 2010 at 12:10
Original issue reported on code.google.com by
stepan.k...@gmail.com
on 11 May 2010 at 10:46