Muki-SkyWalker / specs

Automatically exported from code.google.com/p/specs
Other
0 stars 0 forks source link

specs 1.6.4 jar is not available in downloads or in maven repository #143

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
subj

Original issue reported on code.google.com by stepan.k...@gmail.com on 11 May 2010 at 10:46

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Thank you. Snapshot works.

Original comment by stepan.k...@gmail.com on 12 May 2010 at 12:10