Is there a way to unzip a password protected zip file directly with ant?
Currently I’m calling an external zip tool. But I would prefer an ant-only solution as it does not require any extra tools.
(And yes, I do have the password.)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No one seems to have got around to it yet – there is an Ant bugzilla ticket for it. As the ticket says, there are a number of potential pitfalls to implementing a general solution.