[scalatest-users] 2.8.0 RC2 snapshot?

2 views
Skip to first unread message

James Strachan

unread,
May 10, 2010, 8:52:45 AM5/10/10
to scalate...@googlegroups.com
Any chance we can have the nightly build for 2.8.0 switched to RC2?

--
James
-------
http://macstrac.blogspot.com/

Open Source Integration
http://fusesource.com/

--
You received this message because you are subscribed to the Google
Groups "scalatest-users" group.
To post to this group, send email to scalate...@googlegroups.com
To unsubscribe from this group, send email to
scalatest-use...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/scalatest-users?hl=en
ScalaTest itself, and documentation, is available here:
http://www.artima.com/scalatest

Bill Venners

unread,
May 10, 2010, 9:32:07 AM5/10/10
to scalate...@googlegroups.com
Hi James,

Sure. We'll get an RC2 build out asap.

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

Bill Venners

unread,
May 10, 2010, 8:22:23 PM5/10/10
to scalate...@googlegroups.com, scala-user
Hi All,

I just deployed a snapshot to scala-tools.org of ScalaTest built with
Scala 2.8.0.RC2:

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

http://www.scala-tools.org/repo-snapshots/org/scalatest/scalatest/1.2-for-scala-2.8.0.RC2-SNAPSHOT/

Thanks.

Bill

On Mon, May 10, 2010 at 5:52 AM, James Strachan
<james.s...@gmail.com> wrote:
--
Bill Venners
Artima, Inc.
http://www.artima.com

James Strachan

unread,
May 11, 2010, 4:22:09 AM5/11/10
to scalate...@googlegroups.com
Many thanks!

Alf Kristian Støyle

unread,
May 12, 2010, 2:35:50 AM5/12/10
to scalate...@googlegroups.com
We have actually been using Scala 2.8.0.RC2 with ScalaTest
1.0.1-for-scala-2.8.0.RC1-SNAPSHOT, and it has been working fine for
us. They might not have broken binary compatibility (between RC1 and
RC2) this time...

However, we will of course be using the new version. Is this the
beginning of a new version for ScalaTest, 1.2?

Cheers,
Alf

Bill Venners

unread,
May 12, 2010, 2:43:22 AM5/12/10
to scalate...@googlegroups.com
Hi Alf,

1.2 is really just 1.1 but for 2.8, whereas 1.1 is for 2.7.x. There
are many changes, but they mostly have to do with making it compatible
with 2.8. I figure I may need to have releases in both 2.7.x and 2.8
worlds for a while, and so I planned to have 1.1.x be the 2.7.x line
and 1.2.x to be the corresponding 2.8 line until I stop supporting
2.7.x. 1.3 will just be for 2.8, or whatever release we're at. My hope
and expectation is that 2.8 will be the last major code breaking Scala
release.

Short answer is that I primarily just changed the version number from
1.0.1 to 1.2. Same stuff, just different number.

Bill

Alf Kristian Støyle

unread,
May 12, 2010, 2:52:54 AM5/12/10
to scalate...@googlegroups.com
Thanks for clarifying Bill.

Cheers,
Alf

Alan Hardy

unread,
May 25, 2010, 9:35:13 AM5/25/10
to scalatest-users
Hi Bill,

I've noticed that neither of these snapshots work via Intellij IDE (it
pulls in empty packages)
1.0.1-for-scala-2.8.0.RC1-SNAPSHOT
1.2-for-scala-2.8.0.RC2-SNAPSHOT

The last working snapshot via IDE
1.0.1-for-scala-2.8.0.Beta1-RC8-SNAPSHOT

I've inspected the jars files and they look fine. Have you changed how
they are built? Also, associated xxxx-SNAPSHOT.pom still shows
dependency on 2.7.3.

Cheers,
Alan


On May 12, 7:52 am, Alf Kristian Støyle <alf.krist...@gmail.com>
wrote:
> >> On Tue, May 11, 2010 at 10:22, James Strachan <james.strac...@gmail.com> wrote:
> >>> Many thanks!
>
> >>> On 11 May 2010 01:22, Bill Venners <b...@artima.com> wrote:
> >>>> Hi All,
>
> >>>> I just deployed a snapshot to scala-tools.org of ScalaTest built with
> >>>> Scala 2.8.0.RC2:
>
> >>>> group id: org.scalatest
> >>>> artifact id: scalatest
> >>>> version: 1.2-for-scala-2.8.0.RC2-SNAPSHOT
>
> >>>>http://www.scala-tools.org/repo-snapshots/org/scalatest/scalatest/1.2...
> For more options, visit this group athttp://groups.google.com/group/scalatest-users?hl=en

Alan Hardy

unread,
May 25, 2010, 12:09:07 PM5/25/10
to scalatest-users
I've got RC2-SNAPSHOT working. I had to update to IntelliJ community
version 95.146 with scala-plugin 0.3.1156.

Kevin Wright

unread,
May 25, 2010, 12:17:44 PM5/25/10
to scalate...@googlegroups.com
1. Update to the latest IntelliJ (9.0.2)
2. Update to the latest Scala plugin
3. In "project structure", under the Scala facet, make sure you're pointing to the correct RC2 jars (i.e. NOT the built-in defaults)

That should do the trick :)
--
Kevin Wright

mail/google talk: kev.lee...@googlemail.com
wave: kev.lee...@googlewave.com
skype: kev.lee.wright
twitter: @thecoda

Alan Hardy

unread,
May 26, 2010, 6:13:50 AM5/26/10
to scalatest-users
Hi Kevin,

It does indeed. If in doubt upgrade - seems like the mantra. I've
notice IDE now automatically populates the Scala facet compiler
version based on your project pom :)

Cheers,
Alan

On May 25, 5:17 pm, Kevin Wright <kev.lee.wri...@googlemail.com>
wrote:


> 1. Update to the latest IntelliJ (9.0.2)
> 2. Update to the latest Scala plugin
> 3. In "project structure", under the Scala facet, make sure you're pointing
> to the correct RC2 jars (i.e. NOT the built-in defaults)
>
> That should do the trick :)
>

> > > > >>>>> scalatest-use...@googlegroups.com<scalatest-users%2Bunsu...@googlegroups.com>


> > > > >>>>> For more options, visit this group at
> > > > >>>>>http://groups.google.com/group/scalatest-users?hl=en
> > > > >>>>> ScalaTest itself, and documentation, is available here:
> > > > >>>>>http://www.artima.com/scalatest
>
> > > > >>>> --
> > > > >>>> Bill Venners
> > > > >>>> Artima, Inc.
> > > > >>>>http://www.artima.com
>
> > > > >>>> --
> > > > >>>> You received this message because you are subscribed to the Google
> > > > >>>> Groups "scalatest-users" group.
> > > > >>>> To post to this group, send email to
> > scalate...@googlegroups.com
> > > > >>>> To unsubscribe from this group, send email to

> > > > >>>> scalatest-use...@googlegroups.com<scalatest-users%2Bunsu...@googlegroups.com>


> > > > >>>> For more options, visit this group at
> > > > >>>>http://groups.google.com/group/scalatest-users?hl=en
> > > > >>>> ScalaTest itself, and documentation, is available here:
> > > > >>>>http://www.artima.com/scalatest
>
> > > > >>> --
> > > > >>> James
> > > > >>> -------
> > > > >>>http://macstrac.blogspot.com/
>
> > > > >>> Open Source Integration
> > > > >>>http://fusesource.com/
>
> > > > >>> --
> > > > >>> You received this message because you are subscribed to the Google
> > > > >>> Groups "scalatest-users" group.
> > > > >>> To post to this group, send email to
> > scalate...@googlegroups.com
> > > > >>> To unsubscribe from this group, send email to

> > > > >>> scalatest-use...@googlegroups.com<scalatest-users%2Bunsu...@googlegroups.com>


> > > > >>> For more options, visit this group at
> > > > >>>http://groups.google.com/group/scalatest-users?hl=en
> > > > >>> ScalaTest itself, and documentation, is available here:
> > > > >>>http://www.artima.com/scalatest
>
> > > > >> --
> > > > >> You received this message because you are subscribed to the Google
> > > > >> Groups "scalatest-users" group.
> > > > >> To post to this group, send email to
> > scalate...@googlegroups.com
> > > > >> To unsubscribe from this group, send email to

> > > > >> scalatest-use...@googlegroups.com<scalatest-users%2Bunsu...@googlegroups.com>


> > > > >> For more options, visit this group at
> > > > >>http://groups.google.com/group/scalatest-users?hl=en
> > > > >> ScalaTest itself, and documentation, is available here:
> > > > >>http://www.artima.com/scalatest
>
> > > > > --
> > > > > Bill Venners
> > > > > Artima, Inc.
> > > > >http://www.artima.com
>
> > > > > --
> > > > > You received this message because you are subscribed to the Google
> > > > > Groups "scalatest-users" group.
> > > > > To post to this group, send email to
> > scalate...@googlegroups.com
> > > > > To unsubscribe from this group, send email to

> > > > > scalatest-use...@googlegroups.com<scalatest-users%2Bunsu...@googlegroups.com>


> > > > > For more options, visit this group at
> > > > >http://groups.google.com/group/scalatest-users?hl=en
> > > > > ScalaTest itself, and documentation, is available here:
> > > > >http://www.artima.com/scalatest
>
> > > > --
> > > > You received this message because you are subscribed to the Google
> > > > Groups "scalatest-users" group.
> > > > To post to this group, send email to scalate...@googlegroups.com
> > > > To unsubscribe from this group, send email to

> > > > scalatest-use...@googlegroups.com<scalatest-users%2Bunsu...@googlegroups.com>


> > > > For more options, visit this group athttp://
> > groups.google.com/group/scalatest-users?hl=en

> > > > ScalaTest itself, and documentation, is available here:
> >http://www.artima.com/scalatest
>
> > > --
> > > You received this message because you are subscribed to the Google
> > > Groups "scalatest-users" group.
> > > To post to this group, send email to scalate...@googlegroups.com
> > > To unsubscribe from this group, send email to

> > > scalatest-use...@googlegroups.com<scalatest-users%2Bunsu...@googlegroups.com>


> > > For more options, visit this group athttp://
> > groups.google.com/group/scalatest-users?hl=en

> > > ScalaTest itself, and documentation, is available here:
> >http://www.artima.com/scalatest
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "scalatest-users" group.
> > To post to this group, send email to scalate...@googlegroups.com
> > To unsubscribe from this group, send email to

> > scalatest-use...@googlegroups.com<scalatest-users%2Bunsu...@googlegroups.com>


> > For more options, visit this group at
> >http://groups.google.com/group/scalatest-users?hl=en
> > ScalaTest itself, and documentation, is available here:
> >http://www.artima.com/scalatest
>
> --
> Kevin Wright
>

> mail/google talk: kev.lee.wri...@googlemail.com
> wave: kev.lee.wri...@googlewave.com


> skype: kev.lee.wright
> twitter: @thecoda
>
> --
> You received this message because you are subscribed to the Google
> Groups "scalatest-users" group.
> To post to this group, send email to scalate...@googlegroups.com
> To unsubscribe from this group, send email to
> scalatest-use...@googlegroups.com

Kevin Wright

unread,
May 26, 2010, 6:51:51 AM5/26/10
to scalate...@googlegroups.com
On 26 May 2010 11:13, Alan Hardy <alan....@gmail.com> wrote:
Hi Kevin,

It does indeed. If in doubt upgrade - seems like the mantra. I've
notice IDE now automatically populates the Scala facet compiler
version based on your project pom :)

Oooh, I missed that one!
Must run and test it...



--
Kevin Wright
Reply all
Reply to author
Forward
0 new messages