Skip to content

Commit

Permalink
New .Jar
Browse files Browse the repository at this point in the history
Signed-off-by: Jürgen Baginski <[email protected]>
  • Loading branch information
Jürgen Baginski committed Dec 30, 2020
1 parent 3a00421 commit b3e38f6
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The method is located under "src/main/java/com/juebag/rrdbulkwriter".

The method can be called from a compiled .jar file with

"java -cp rrdbulkwriter-1.0-jar-with-dependencies com.juebag.rrdbulkwriter.RRDBulkWriter".
"java -cp rrdbulkwriter-{actual version}-jar-with-dependencies.jar com.juebag.rrdbulkwriter.RRDBulkWriter".

Some output is printed on the terminal to show the process is working, the complete log and all other output is stored under "/user/rrd4j-demo".
The output consists of the requested <itemname>.rrd file, the <itemname>.log and an <itemname>.png graphic file showing a graph of the data.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.juebag.rrdbulkwriter</groupId>
<artifactId>rrdbulkwriter</artifactId>
<version>1.0</version>
<version>1.1</version>

<name>rrdbulkwriter</name>
<!-- FIXME change it to the project's website -->
Expand Down
Binary file not shown.
Binary file modified target/classes/com/juebag/rrdbulkwriter/RRDBulkWriter.class
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit b3e38f6

Please sign in to comment.