Unzip the password protected zip file with Apache ant?

Is there a way to unzip a password protected zip file directly using ant?

I am currently invoking an external zip tool. But I would prefer an ant -only solution, as it does not require any additional tools.

(And yes, I have a password.)

+3
source share
1 answer

It seems that so far it has not got to this - for him there is an Ant bugzilla ticket . As stated on the ticket, there are a number of potential barriers to the implementation of a common solution.

+2
source

All Articles