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 prevent unzipping / untarring #22

Open
davidboden opened this issue Mar 31, 2014 · 0 comments
Open

Option to prevent unzipping / untarring #22

davidboden opened this issue Mar 31, 2014 · 0 comments

Comments

@davidboden
Copy link

Feature request for a flag which will prevent the unzipping / untarring of the downloads.

My use case is that I'm using Eclipse's embedded Jetty server to serve up some web pages and javascript (that is, the dgrid https:/SitePen/dgrid/releases package) and I'm using CPM to manage its dependencies.

Jetty can serve files out of a packaged .zip file using JarResource:
http://download.eclipse.org/jetty/stable-9/apidocs/org/eclipse/jetty/util/resource/JarResource.html

So, it would be best if I could avoid unzipping all the files from the dgrid installation and avoid polluting my base .jar file with all the small files. Jetty can serve the files out of the dgrid.zip.

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

No branches or pull requests

1 participant