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

Option to download a single merged JAR file instead of ZIP file with many JARs #16

Open
apostolos opened this issue Dec 14, 2016 · 1 comment
Assignees

Comments

@apostolos
Copy link
Member

apostolos commented Dec 14, 2016

  • Investigate using JSZIP to read the dir/file structure of each downloaded jar and extract the contents
  • Merge dir/file structure to a single tree
  • Merge should ignore META-INF folders
    • Other potential conflicts?
  • ZIP the final bundle and download as .jar
  • Potential output:
    • A single JAR file with everything
    • A ZIP file with two JAR files inside it. One for classes and one for natives
    • A ZIP file with a JAR for classes and one JAR per platform for natives
@XenoAmess
Copy link

I really wonder if there is such need in an age when almost all guys use Maven, and other guys left they use Gradle.
Also it is already 2019 now, you have already think about this for 3 years guy.
I think you'd better do it and close the issue if you want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants