DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36786>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=36786
Summary: Password protection and Encryption for ant zip task zip
files
Product: Ant
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: Other
AssignedTo: dev@ant.apache.org
ReportedBy: christopher.mcneil@gmail.com
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
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|