Bug 36786 - Password protection and Encryption for ant zip task zip files
Summary: Password protection and Encryption for ant zip task zip files
Status: RESOLVED DUPLICATE of bug 24167
Alias: None
Product: Ant
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: Other other
: P2 enhancement (vote)
Target Milestone: ---
Assignee: Ant Notifications List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-23 18:46 UTC by Chris
Modified: 2008-02-22 12:18 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris 2005-09-23 18:46:28 UTC
I would like to have the option of having the ant zip task to have encryption 
and password capabilities.

Maybe something like this:

<zip destfile="${build.output}/My_Zip.zip" 
     encryption="AES128" 
     password="mypassword" 
     key="${build.output}/somekey.file">
   <fileset dir="${build.output}"/>
</zip>

Thanks,
Chris
Comment 1 Larry Shatzer 2005-09-23 18:57:15 UTC

*** This bug has been marked as a duplicate of 24167 ***