Skip to content

Commit

Permalink
Updated build instruction in README to mention ./build.sh script.
Browse files Browse the repository at this point in the history
  • Loading branch information
dotta committed Apr 26, 2013
1 parent 16d446c commit 67526fa
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
@@ -1,5 +1,5 @@
Scala Worksheet plugin
===================
Scala Worksheet plugin for Eclipse
==================================

A simple worksheet implementation for Scala IDE. It is a glorified editor, with
the option of evaluating the script and placing the results of each expression in
Expand All @@ -19,10 +19,14 @@ based on Tycho, enabling command line builds.

## Build

Simply run the ``./build.sh`` script.

The worksheet build is based on
[plugin-profiles](https://github.com/scala-ide/plugin-profiles) and
can be built against several versions of the IDE, Eclipse and Scala
compiler. For example:
compiler.

Launchin the ``build.sh`` script will exand to the following Maven command:

```
mvn -Peclipse-indigo,scala-2.10.x,scala-ide-stable clean install
Expand Down

2 comments on commit 67526fa

@scala-jenkins
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Job worksheet-2.1-2.9-pr-validator failed for 67526fa (results):


Took 0 s.
to rebuild, comment "PLS REBUILD/worksheet-2.1-2.9-pr-validator@67526fac1a9bd5a6600f6a37087bc5816c1a894d" on PR 127

@scala-jenkins
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Job worksheet-2.1-2.10-pr-validator failed for 67526fa (results):


Took 0 s.
to rebuild, comment "PLS REBUILD/worksheet-2.1-2.10-pr-validator@67526fac1a9bd5a6600f6a37087bc5816c1a894d" on PR 127

Please sign in to comment.