Commit af60ef16 authored by lichenchong's avatar lichenchong
Browse files
parents 3f38a2d5 a3786ac4
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -101,7 +101,6 @@ Examples are located at the following directory.

"Kinetic-Folder"/kinetic-test/src/test/java/com/seagate/kinetic/example


Kinetic Javadoc location
=================================
1. Run "mvn clean package" in "Kinetic-Folder".
@@ -110,6 +109,11 @@ Kinetic Javadoc location

2. Javadoc will be generated for modules in directory of "Kinetic-Folder"/kinetic-client/doc, "Kinetic-Folder"/kinetic-simulator/doc and "Kinetic-Folder"/kinetic-test/doc.

Latest Kinetic runtime dependencies on maven central
=================================
* kinetic-simulator: [http://mvnrepository.com/artifact/com.seagate.kinetic/kinetic-simulator/0.6.0.2] (http://mvnrepository.com/artifact/com.seagate.kinetic/kinetic-simulator/0.6.0.2)

* kinetic-client: [http://mvnrepository.com/artifact/com.seagate.kinetic/kinetic-client/0.6.0.2] (http://mvnrepository.com/artifact/com.seagate.kinetic/kinetic-client/0.6.0.2)

Run smoke test against simulator or kinetic drive
==================================
+14 −0
Original line number Diff line number Diff line
To create a runnable jar file with all the dependencies from Maven Central Repository, 
type the following command under '<kinetic-java>/bin/buildFromMvnRepo' folder. 

mvn package

The above will generate a runnable jar file under '<kinetic-java>/bin/buildFromMvnRepo/target' folder.  

For example (assume the version is 0.6.0.2):

<kinetic-java>/bin/buildFromMvnRepo/target/kinetic-all-0.6.0.2-SNAPSHOT-jar-with-dependencies.jar

Once the jar file is generated, you may start a simulator with default settings with the following command:

java -jar kinetic-all-0.6.0.2-SNAPSHOT-jar-with-dependencies.jar
 No newline at end of file