File tree Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -6,28 +6,28 @@ JVM processes without any prior setup at the target process.
66## Download  
77
88Download and extract
9- [ scalive-1.0 .zip] ( https://github.com/ngocdaothanh/scalive/releases/download/v1.0 /scalive-1.0 .zip ) ,
9+ [ scalive-1.1 .zip] ( https://github.com/ngocdaothanh/scalive/releases/download/v1.1 /scalive-1.1 .zip ) ,
1010you will see:
1111
1212``` 
13- scalive-1.0 / 
13+ scalive-1.1 / 
1414  scalive 
1515  scalive.cmd 
16-   scalive-1.0.jar 
17- 
18-   scala-library-2.10.2.jar 
19-   scala-compiler-2.10.2.jar 
20-   scala-reflect-2.10.2.jar 
16+   scalive-1.1.jar 
2117
2218  scala-library-2.10.3.jar 
2319  scala-compiler-2.10.3.jar 
2420  scala-reflect-2.10.3.jar 
21+ 
22+   scala-library-2.10.4.jar 
23+   scala-compiler-2.10.4.jar 
24+   scala-reflect-2.10.4.jar 
2525``` 
2626
2727scala-library, scala-compiler, and scala-reflect of the appropriate version
2828will be loaded to your running JVM process, if they have not been loaded.
2929
30- For convenience, Scala 2.10.2  and 2.10.3  JARs are preincluded. If your process
30+ For convenience, Scala 2.10.3  and 2.10.4  JARs are preincluded. If your process
3131is using a different Scala version, you need to manually download the
3232corresponding JARs and save them as above.
3333
Original file line number Diff line number Diff line change @@ -25,16 +25,16 @@ This is the directory that will be zipped when Scalive is released.
2525  zip/ 
2626    scalive 
2727    scalive.cmd 
28-     scalive_2.10-1.0-SNAPSHOT.jar -> ../../target/scala-2.10/scalive_2.10-1.0-SNAPSHOT.jar 
29- 
30-     scala-library-2.10.2.jar 
31-     scala-compiler-2.10.2.jar 
32-     scala-reflect-2.10.2.jar 
28+     scalive_2.10-1.1-SNAPSHOT.jar -> ../../target/scala-2.10/scalive_2.10-1.1-SNAPSHOT.jar 
3329
3430    scala-library-2.10.3.jar 
3531    scala-compiler-2.10.3.jar 
3632    scala-reflect-2.10.3.jar 
3733
34+     scala-library-2.10.4.jar 
35+     scala-compiler-2.10.4.jar 
36+     scala-reflect-2.10.4.jar 
37+ 
3838While developing:
3939
4040* Run ``sbt package `` to create/update scalive.jar
@@ -54,14 +54,14 @@ released (remember to remove uneccessary files, like .gitignore):
5454    scalive.cmd 
5555    scalive-<version>.jar  <-- Doesn't depend on Scala, thus doesn't follow Scala JAR naming 
5656
57-     scala-library-2.10.2.jar 
58-     scala-compiler-2.10.2.jar 
59-     scala-reflect-2.10.2.jar 
60- 
6157    scala-library-2.10.3.jar 
6258    scala-compiler-2.10.3.jar 
6359    scala-reflect-2.10.3.jar 
6460
61+     scala-library-2.10.4.jar 
62+     scala-compiler-2.10.4.jar 
63+     scala-reflect-2.10.4.jar 
64+ 
6565Then zip it:
6666
6767::
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments