exasol / bucketfs-client

Command line client for BucketFS
MIT License
2 stars 1 forks source link

Build a native image #10

Closed kaklakariada closed 1 year ago

kaklakariada commented 2 years ago

BFSC is currently delivered as an executable JAR that requires installing a JVM for running. We should build and deliver a native executable for macOS, Linux and Windows so that users don't need to install a JVM for running BFSC.

Acceptance Criteria

  1. An executable for macOS, Linux and Windows is uploaded to the release page (in addition to the jar)
  2. Integration tests verify that the executable works on all three platforms
  3. User guide describes how to use the executable

See https://github.com/exasol/parquet-edml-generator/pull/20 for an example

ckunki commented 1 year ago

See