[scala] [ANN] ScalaTest 1.0 Released

View: New views
6 Messages — Rating Filter:   Alert me  

[scala] [ANN] ScalaTest 1.0 Released

by Bill Venners-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi All,

I have just released ScalaTest version 1.0, and a new website to go with it:

http://www.scalatest.org/

You can download a zip file from here:

http://www.scalatest.org/download

Or grab it from the scala-tools.org Maven repository:

group id: org.scalatest
artifact id: scalatest
version: 1.0

ScalaTest 1.0 includes a lot of enhancements from the previous
version, and includes a few breaking changes. You can get a list of
what has changed in the release notes:

http://www.scalatest.org/release_notes

Please post any questions about upgrading to 1.0 to the
scalatest-users mailing list:

http://groups.google.com/group/scalatest-users

Thanks and enjoy.

Bill
----
Bill Venners
Artima, Inc.
http://www.artima.com

[scala] Re: [scala-user] [ANN] ScalaTest 1.0 Released

by Jonas Bonér-6 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Congrats. Great job. ScalaTest is my first choice.

2009/10/12 Bill Venners <bill@...>:

> Hi All,
>
> I have just released ScalaTest version 1.0, and a new website to go with it:
>
> http://www.scalatest.org/
>
> You can download a zip file from here:
>
> http://www.scalatest.org/download
>
> Or grab it from the scala-tools.org Maven repository:
>
> group id: org.scalatest
> artifact id: scalatest
> version: 1.0
>
> ScalaTest 1.0 includes a lot of enhancements from the previous
> version, and includes a few breaking changes. You can get a list of
> what has changed in the release notes:
>
> http://www.scalatest.org/release_notes
>
> Please post any questions about upgrading to 1.0 to the
> scalatest-users mailing list:
>
> http://groups.google.com/group/scalatest-users
>
> Thanks and enjoy.
>
> Bill
> ----
> Bill Venners
> Artima, Inc.
> http://www.artima.com
>



--
Jonas Bonér

twitter: @jboner
blog:    http://jonasboner.com
work:   http://crisp.se
work:   http://scalablesolutions.se
code:   http://github.com/jboner
code:   http://akkasource.org

[scala] Re: [scala-announce] [ANN] ScalaTest 1.0 Released

by Kevin Wright-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Top showing!

+1 beer to bill :)

On Mon, Oct 12, 2009 at 2:56 PM, Bill Venners <bill@...> wrote:

> Hi All,
>
> I have just released ScalaTest version 1.0, and a new website to go with it:
>
> http://www.scalatest.org/
>
> You can download a zip file from here:
>
> http://www.scalatest.org/download
>
> Or grab it from the scala-tools.org Maven repository:
>
> group id: org.scalatest
> artifact id: scalatest
> version: 1.0
>
> ScalaTest 1.0 includes a lot of enhancements from the previous
> version, and includes a few breaking changes. You can get a list of
> what has changed in the release notes:
>
> http://www.scalatest.org/release_notes
>
> Please post any questions about upgrading to 1.0 to the
> scalatest-users mailing list:
>
> http://groups.google.com/group/scalatest-users
>
> Thanks and enjoy.
>
> Bill
> ----
> Bill Venners
> Artima, Inc.
> http://www.artima.com
>

[scala] Re: [scala-user] [ANN] ScalaTest 1.0 Released

by dcaoyuan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Congrats. BTW, does it also work under Scala-2.8.0 ?

-Caoyuan

On Mon, Oct 12, 2009 at 9:56 PM, Bill Venners <bill@...> wrote:

> Hi All,
>
> I have just released ScalaTest version 1.0, and a new website to go with it:
>
> http://www.scalatest.org/
>
> You can download a zip file from here:
>
> http://www.scalatest.org/download
>
> Or grab it from the scala-tools.org Maven repository:
>
> group id: org.scalatest
> artifact id: scalatest
> version: 1.0
>
> ScalaTest 1.0 includes a lot of enhancements from the previous
> version, and includes a few breaking changes. You can get a list of
> what has changed in the release notes:
>
> http://www.scalatest.org/release_notes
>
> Please post any questions about upgrading to 1.0 to the
> scalatest-users mailing list:
>
> http://groups.google.com/group/scalatest-users
>
> Thanks and enjoy.
>
> Bill
> ----
> Bill Venners
> Artima, Inc.
> http://www.artima.com
>

[scala] Re: [scala-user] [ANN] ScalaTest 1.0 Released

by Bill Venners-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Caoyuan,

Yes, there's a SNAPSHOT of ScalaTest 1.0 for Scala 2.8.0. I forgot to
include the info on how to get that SNAPSHOT on the download page.
I'll add it. You have to get it from the scala-tools.org Maven
repository:

group id: org.scalatest
artifact id: scalatest
version: 1.0-for-scala-2.8.0-SNAPSHOT

Thanks.

Bill

On Mon, Oct 12, 2009 at 7:52 AM, Caoyuan <dcaoyuan@...> wrote:

> Congrats. BTW, does it also work under Scala-2.8.0 ?
>
> -Caoyuan
>
> On Mon, Oct 12, 2009 at 9:56 PM, Bill Venners <bill@...> wrote:
>> Hi All,
>>
>> I have just released ScalaTest version 1.0, and a new website to go with it:
>>
>> http://www.scalatest.org/
>>
>> You can download a zip file from here:
>>
>> http://www.scalatest.org/download
>>
>> Or grab it from the scala-tools.org Maven repository:
>>
>> group id: org.scalatest
>> artifact id: scalatest
>> version: 1.0
>>
>> ScalaTest 1.0 includes a lot of enhancements from the previous
>> version, and includes a few breaking changes. You can get a list of
>> what has changed in the release notes:
>>
>> http://www.scalatest.org/release_notes
>>
>> Please post any questions about upgrading to 1.0 to the
>> scalatest-users mailing list:
>>
>> http://groups.google.com/group/scalatest-users
>>
>> Thanks and enjoy.
>>
>> Bill
>> ----
>> Bill Venners
>> Artima, Inc.
>> http://www.artima.com
>>
>



--
Bill Venners
Artima, Inc.
http://www.artima.com

Parent Message unknown [scala] Re: [scala-user] [ANN] ScalaTest 1.0 Released

by Bill Venners-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Philip,

There's a snapshot for 2.8. Here's the info:

group id: org.scalatest
artifact id: scalatest
version: 1.0-for-scala-2.8.0-SNAPSHOT

It is for this nightly build:

scala-2.8.0.r18997-b20091009021954

I will be adding the revision to the SNAPSHOT name soon, and also put
this info on the download page of the scalatest.org website (I forgot
to do this yesterday).

Thanks.

Bill
On Tue, Oct 13, 2009 at 12:13 PM, Philip Köster <philip.koester@...> wrote:
>> Hi All,
>>
>> I have just released ScalaTest version 1.0, and a new website to go with
>> it:
>
> Hi Bill,
>
> this looks and sounds great, but it's not compatible with Scala 2.8, is it?
>



--
Bill Venners
Artima, Inc.
http://www.artima.com