The Artima Developer Community
Sponsored Link

ScalaTest/ScalaUtils Forum
MustMatchers is not included into scalatest-1.2.1-SNAPSHOT

6 replies on 1 page. Most recent reply: Feb 1, 2011 2:39 PM by Bill Venners

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 6 replies on 1 page
Liutauras Diu

Posts: 3
Nickname: lidi
Registered: Dec, 2010

MustMatchers is not included into scalatest-1.2.1-SNAPSHOT Posted: Dec 6, 2010 4:30 PM
Reply to this message Reply
Advertisement
Hi,
I was just wondering is there any reason MustMatchers is not included into scalatest-1.2.1-SNAPSHOT?
I've got it using specifying dependency scalatest = "org.scalatest" % "scalatest" % "1.2.1-SNAPSHOT" and then running sbt update.
Then I looked into .jar in lib_managed and there's no MustMatchers.
So I had manually get scalatest-1.2.jar which contains it.
MustMatchers is part of doc-1.2.
http://www.scalatest.org/scaladoc/doc-1.2/org/scalatest/matchers/MustMatchers.html

Any ideas?
L


Bill Venners

Posts: 2284
Nickname: bv
Registered: Jan, 2002

Re: MustMatchers is not included into scalatest-1.2.1-SNAPSHOT Posted: Dec 7, 2010 5:09 AM
Reply to this message Reply
If that's the case, then it is a build problem. I'll redeploy.

Liutauras Diu

Posts: 3
Nickname: lidi
Registered: Dec, 2010

Re: MustMatchers is not included into scalatest-1.2.1-SNAPSHOT Posted: Dec 9, 2010 3:21 AM
Reply to this message Reply
Thank you Bill.

Peter Salanki

Posts: 1
Nickname: salanki
Registered: Jan, 2011

Re: MustMatchers is not included into scalatest-1.2.1-SNAPSHOT Posted: Jan 31, 2011 12:18 PM
Reply to this message Reply
This seems to still be the case with the 1.2.1 snapshot that was pushed on jan 20.

Bill Venners

Posts: 2284
Nickname: bv
Registered: Jan, 2002

Re: MustMatchers is not included into scalatest-1.2.1-SNAPSHOT Posted: Jan 31, 2011 3:46 PM
Reply to this message Reply
> This seems to still be the case with the 1.2.1 snapshot
> that was pushed on jan 20.
>
Sorry, my mistake. I'll redeploy. Probably have the same problem in 1.3 snpashot (which by the way I'd recommend you upgrade to.)

Thanks.

Bill

Bill Venners

Posts: 2284
Nickname: bv
Registered: Jan, 2002

Re: MustMatchers is not included into scalatest-1.2.1-SNAPSHOT Posted: Jan 31, 2011 7:58 PM
Reply to this message Reply
I redeployed 1.3-SNAPSHOT with MustMatchers in it, but I am having problems deploying to scala-tools.org right now from where I am. The source code didn't seem to get uploaded. Most people don't use that. The scalatest JAR file did seem to upload, so that should solve your problem. Please switch over to 1.3-SNAPSHOT.

I'm attempting to redeploy 1.2.1-SNAPSHOT even though I decided not to release 1.2.1 proper. In case someone uses it, it should have MustMatchers in it. But it may not get there immediately given the problems I'm having deploying to scala-tools.org. I'll repost here once that's deployed.

Bill

Bill Venners

Posts: 2284
Nickname: bv
Registered: Jan, 2002

Re: MustMatchers is not included into scalatest-1.2.1-SNAPSHOT Posted: Feb 1, 2011 2:39 PM
Reply to this message Reply
Looks like 1.2.1-SNAPSHOT made it up to scala-tools.org with no problems, including the src.

Bill

Flat View: This topic has 6 replies on 1 page
Topic: Documentation? Previous Topic   Next Topic Topic: XmlReporter encoding problem

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use