Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 40897 invoked from network); 11 Mar 2004 10:24:50 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 11 Mar 2004 10:24:50 -0000 Received: (qmail 89138 invoked by uid 500); 11 Mar 2004 10:24:22 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 89095 invoked by uid 500); 11 Mar 2004 10:24:21 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 89064 invoked from network); 11 Mar 2004 10:24:21 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 11 Mar 2004 10:24:21 -0000 Received: (qmail 18670 invoked by uid 50); 11 Mar 2004 10:25:05 -0000 Date: 11 Mar 2004 10:25:05 -0000 Message-ID: <20040311102505.18669.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@ant.apache.org Cc: Subject: DO NOT REPLY [Bug 27596] New: - signjar should support the -verify and -certs options X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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: dev@ant.apache.org ReportedBy: sw@empolis.co.uk 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: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org