Skip to content

Commit 1277480

Browse files
author
Luc Bourlier
committed
Ecosystem blog post draft
1 parent 61ac3f5 commit 1277480

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
layout: blog
3+
title: ScalaTest plugin and the Scala IDE ecosystem update sites.
4+
disqus: true
5+
author: Luc Bourlier
6+
7+
---
8+
9+
### ScalaTest plugin for Scala IDE
10+
11+
We are happy to announce the availability of the ScalaTest plugin for Scala IDE. It provides integrated support to execute ScalaTest tests, and a comprehensive view to see the result of the tests.
12+
13+
This is an effort of the [ScalaTest](http:///www.scalatest.org/) team, mostly from Chua Chee Seng, with the support of Bill Venners. Documentation is available in [project page](https://github.com/scalatest/scalatest-eclipse-plugin)
14+
15+
Read the next section to find out how to get it.
16+
17+
-----
18+
19+
### Scala IDE ecosystem update sites
20+
21+
This is also the opportunity to announce the creation of the ecosystem update sites, as the ScalaTest plugin is first plugin to be included in them.
22+
23+
The goal of these update sites is to provide central locations allowing users to install and discover Eclipse plugins relevant for Scala development, according to their requirements, like Scala version or maturity of the plugins.
24+
25+
Right now, two update sites containing Scala IDE and the ScalaTest plugin are build. Four update sites are planned in total:
26+
27+
* **[http://download.scala-ide.org/ecosystem/dev-2.0-2.9/site/](http://download.scala-ide.org/ecosystem/dev-2.0-2.9/site/)**
28+
29+
Development version of plugin builds on Scala IDE stable and Scala stable
30+
31+
* **[http://download.scala-ide.org/ecosystem/dev-master-2.9/site/](http://download.scala-ide.org/ecosystem/dev-master-2.9/site/)**
32+
33+
Development version of plugin builds on Scala IDE master and Scala stable
34+
35+
Check the [project page](https://github.com/scala-ide/ecosystem) for details about the content of each update sites. It also contains information if you wish for your plugins to be available in these update sites.
36+
37+
38+
----
39+

0 commit comments

Comments
 (0)