File tree 4 files changed +16
-8
lines changed
4 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,18 @@ scalive-1.4/
26
26
27
27
scala-library, scala-compiler, and scala-reflect of the appropriate version
28
28
will be loaded to your running JVM process, if they have not been loaded.
29
+ The REPL console needs these libraries.
30
+
31
+ For example, your process has already loaded scala-library 2.10.4 by itself,
32
+ but scala-compiler and scala-reflect haven't been loaded, Scalive will
33
+ automatically load their version 2.10.4.
34
+
35
+ If none of them has been loaded, Scalive will load version 2.11.2.
29
36
30
37
For convenience, Scala 2.10.4 and 2.11.2 JARs are preincluded. If your
31
38
process is using a different Scala version, you need to manually download the
32
- corresponding JARs and save them as above.
39
+ corresponding JARs from the Internet and save them in the same directory as
40
+ above.
33
41
34
42
## Usage
35
43
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ This is the directory that will be zipped when Scalive is released.
25
25
zip/
26
26
scalive
27
27
scalive.cmd
28
- scalive_2.11-1.3 -SNAPSHOT.jar -> ../../target/scala-2.11/scalive_2.11-1.3 -SNAPSHOT.jar
28
+ scalive_2.11-1.4 -SNAPSHOT.jar -> ../../target/scala-2.11/scalive_2.11-1.4 -SNAPSHOT.jar
29
29
30
30
scala-library-2.10.4.jar
31
31
scala-compiler-2.10.4.jar
@@ -37,9 +37,9 @@ This is the directory that will be zipped when Scalive is released.
37
37
38
38
While developing:
39
39
40
- * Run ``sbt package `` to create/update scalive.jar
41
- * Add missing JARs as above
42
- * Run ``scalive `` to test
40
+ * Run ``sbt package `` to create/update scalive.jar.
41
+ * Add missing JARs as above.
42
+ * Run ``scalive `` to attach to a certain JVM process to see if it works properly.
43
43
44
44
Release
45
45
-------
Original file line number Diff line number Diff line change 1
- sbt.version =0.13.2
1
+ sbt.version =0.13.6
Original file line number Diff line number Diff line change 1
1
// Run sbt eclipse to create Eclipse project file
2
- addSbtPlugin(" com.typesafe.sbteclipse" % " sbteclipse-plugin" % " 2.4 .0" )
2
+ addSbtPlugin(" com.typesafe.sbteclipse" % " sbteclipse-plugin" % " 2.5 .0" )
3
3
4
4
// Run sbt gen-idea to create IntelliJ project file
5
- addSbtPlugin(" com.github.mpeltonen" % " sbt-idea" % " 1.5.2 " )
5
+ addSbtPlugin(" com.github.mpeltonen" % " sbt-idea" % " 1.6.0 " )
You can’t perform that action at this time.
0 commit comments