File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 23
23
with :
24
24
repo_token : ${{ secrets.GITHUB_TOKEN }}
25
25
file : db2xls-bundle/target/db2xls-bundle-${{ github.event.release.tag_name }}.jar
26
- asset_name : Executable Bundle
26
+ asset_name : db2xls-bundle-${{ github.event.release.tag_name }}.jar
27
27
tag : ${{ github.ref }}
28
28
overwrite : true
29
- body : " An executable JAR, pre-packaged with some JDBC drivers."
Original file line number Diff line number Diff line change @@ -18,14 +18,17 @@ Contents:
18
18
Quick Start
19
19
===========
20
20
21
- Finding or building the tool
22
- ----------------------------
21
+ Downloading the Bundled Version
22
+ -------------------------------
23
23
24
- There is currently no fully published version of this tool, but you can find the result of the most recent builds
25
- in the "Artifacts" section of the builds in [ Github Actions] ( https://github.com/peterbecker/xls-utils/actions ) .
26
- The documentation on running the example assumes you downloaded or checkout out a copy of the source code either way.
24
+ You can find the pre-packaged bundles on [ the GitHub releases] ( https://github.com/peterbecker/xls-utils/releases ) , these
25
+ contain the program itself with some common database connectors.
27
26
28
- To build the command line tool, you need to build this project first using:
27
+ Building from Source
28
+ --------------------
29
+
30
+ To build the tool, get a copy of the source by cloning this repository or downloading a ZIP from the release page. Then
31
+ run this command inside the project folder:
29
32
30
33
``` shell script
31
34
mvn package
@@ -37,6 +40,8 @@ This requires a [Java Development Kit (JDK) 11 or greater](https://adoptopenjdk.
37
40
Running the Example
38
41
-------------------
39
42
43
+ The documentation on running the example assumes you downloaded or checked out a copy of the source code as well.
44
+
40
45
Once the build has finished, go into ` db2xls-bundle/sample ` -- this contains a fully functional example with a
41
46
script ` run.sh ` to execute it (it's a single command, if you can't use the script run it directly).
42
47
You can’t perform that action at this time.
0 commit comments