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=27596>. 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=27596 signjar should support the -verify and -certs options Summary: signjar should support the -verify and -certs options Product: Ant Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] There doesn't appear to be anyway to verify an existing signed jar file using ant. At the command line I could use: jarsigner -verfiy -verbose -certs myfile.jar This would verify the signed file, and with the additional -certs option would also display details of the certificates used to sign the jar. I know this could be acheived with exec, but for completeness it would be nice if signjar supported these options. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]