lwjgl3-www icon indicating copy to clipboard operation
lwjgl3-www copied to clipboard

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

Open apostolos opened this issue 8 years ago • 1 comments

  • 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

apostolos avatar Dec 14 '16 12:12 apostolos

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.

XenoAmess avatar May 13 '19 03:05 XenoAmess