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

help task fails; "java.util.zip.ZipException: error in opening zip file" #27

Closed
sleekyak opened this issue Mar 14, 2010 · 2 comments
Closed

Comments

@sleekyak
Copy link

The problem is that my project's lib directory contains some bogus
jars fetched by `lein deps'. In my case it is these four jars: jms,
jmxri, jmxtools, and mail.

They contain instead: http://gist.github.com/331673

The contrib.classpath function that complains is: classpath-jarfiles, particularly it's usage of java.util.jar.JarFile. This should probably stay noisy like it is; the problem is probably in `lein deps'. Apparently, it needs to follow HTTP 301 instead of writing the error output as a jar file. It seems like it could be a problem in Maven's DependenciesTask which deps.clj uses like this: http://gist.github.com/331677

@S11001001
Copy link
Contributor

Fixed in a patch on http://jira.codehaus.org/browse/MNG-4428 if you are saying what I think you're saying.

Any help getting this into upstream would be appreciated.

@technomancy
Copy link
Owner

I'm afraid we're going to have to wait till this is fixed upstream.

This issue was closed.
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

3 participants