Toparvion / analog

🔎 Flexible web-based real-time log viewer
MIT License
19 stars 5 forks source link

Automate launch scripts generation #46

Open Toparvion opened 4 years ago

Toparvion commented 4 years ago

Currently, to prepare a new distribution of AnaLog, several manual steps are required to make the launch scripts fully operational. In particular, environmental variable with the path to tail should be included as well as some JVM options should be specified (see the archives in the latest release for example).

The generation of the scripts should be fully automated, i.e. a single Gradle task (possibly parameterized somehow) should be enough to produce a fully operational AnaLog distribution.

Toparvion commented 4 years ago

Possible solutions may come from these resources: