-
From
scala-dev
:- Run
git checkout virtualized-master
. - Run
ant replacelocker
. - Run
git checkout js
. - Run
ant clean && ant fastdist
.
- Run
-
From
virtualization-lms-core
:- Run
git checkout delite-develop
. - Create a file
local.properties
with the linescala.virtualized.home=<path-to-scala-virtualized>/dists/latest
. - Run
sbt update
, thensbt publish-local
. You can run the tests withsbt test
.
- Run
-
From this project:
- Create a file
local.properties
with the linescala.virtualized.home=<path-to-scala-virtualized>/dists/latest
. - Run
sbt update
.
- Create a file
- From this project:
- Run
sbt run
.
- Run