Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce startup command length #1062

Merged
merged 1 commit into from
Sep 8, 2021
Merged

Reduce startup command length #1062

merged 1 commit into from
Sep 8, 2021

Conversation

eikek
Copy link
Owner

@eikek eikek commented Sep 8, 2021

The start scripts contain a huge command that may cause problems on
some systems, reportedly at windows. The ClasspathJarPlugin can
mitigate this by creating a tiny jar that only contains the classpath
of the app.

https://sbt-native-packager.readthedocs.io/en/stable/recipes/longclasspath.html#generate-a-classpath-jar

The start scripts contain a huge command that may cause problems on
some systems, reportedly at windows. The ClasspathJarPlugin can
mitigate this by creating a tiny jar that only contains the classpath
of the app.

https://sbt-native-packager.readthedocs.io/en/stable/recipes/longclasspath.html#generate-a-classpath-jar
@eikek eikek added this to the Docspell Next milestone Sep 8, 2021
@mergify mergify bot merged commit 38ee89b into master Sep 8, 2021
@eikek eikek deleted the fix/startup-cmd-length branch September 22, 2021 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant