-
Notifications
You must be signed in to change notification settings - Fork 24
Build the Worksheet
dotta edited this page Oct 22, 2012
·
5 revisions
The build is based on Maven and Tycho. There are several profiles to account for the different version of our dependencies:
- Scala IDE (2.1.0.m2 or 2.1.0-SNAPSHOT)
- Scala (2.9.3-SNAPSHOT or 2.10.0-SNAPSHOT)
The profiles are:
- scala-ide-milestone-scala-2.9 (IDE 2.1.0.m2 with scala 2.9)
- scala-ide-milestone-scala-2.10 (IDE 2.10.m2 with Scala 2.10.0-SNAPSHOT)
- scala-ide-master-scala-2.9 (IDE 2.1.0-SNAPSHOT with Scala 2.9)
- scala-ide-master-scala-trunk (IDE 2.1.0-SNAPSHOT with Scala 2.10.0-SNAPSHOT)
Building the Worksheet boils down to pass the desired maven profile. For instance, to build the worksheet for the IDE 2.1.0-SNAPSHOT for Scala 2.10.0-SNAPSHOT, do the following:
mvn -P scala-ide-master-scala-trunk clean install