Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 19054 invoked from network); 26 Apr 2006 15:37:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Apr 2006 15:37:54 -0000 Received: (qmail 16724 invoked by uid 500); 26 Apr 2006 15:37:46 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 16659 invoked by uid 500); 26 Apr 2006 15:37:45 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 16629 invoked by uid 99); 26 Apr 2006 15:37:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Apr 2006 08:37:45 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Apr 2006 08:37:45 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id 6FF14410005; Wed, 26 Apr 2006 15:37:23 +0000 (GMT) From: bugzilla@apache.org To: dev@ant.apache.org Subject: DO NOT REPLY [Bug 26083] - Problems with zipgroupfileset In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20060426153723.6FF14410005@brutus.apache.org> Date: Wed, 26 Apr 2006 15:37:23 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.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=26083 ------- Additional Comments From bodewig@apache.org 2006-04-26 15:37 ------- Nope, you always sign the full archive and the mere presence of a file with the extension SF in META-INF makes Java's jar loader assume the archive must be signed. See http://java.sun.com/j2se/1.4.2/docs/tooldocs/solaris/jarsigner.html, in particular http://java.sun.com/j2se/1.4.2/docs/tooldocs/solaris/jarsigner.html#DefaultAlgs So yes, the only real solution is to exclude any files ending in .SF (or .DSA) in META-INF and taking care of the MANIFEST.MF at the same time since the manifest sections for the signatures may need to be removed as well. Implementing Bug 34403 may provide a good workaround. -- 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