Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 45678 invoked from network); 3 Nov 2005 08:44:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Nov 2005 08:44:14 -0000 Received: (qmail 57326 invoked by uid 500); 3 Nov 2005 08:44:13 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 57266 invoked by uid 500); 3 Nov 2005 08:44:12 -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 57255 invoked by uid 99); 3 Nov 2005 08:44:12 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Nov 2005 00:44:12 -0800 Received: by ajax.apache.org (Postfix, from userid 99) id B6562232; Thu, 3 Nov 2005 09:43:51 +0100 (CET) From: bugzilla@apache.org To: dev@ant.apache.org Subject: DO NOT REPLY [Bug 37340] New: - Unwanted feature : Manifest task remove newlines X-Bugzilla-Reason: AssignedTo Message-Id: <20051103084351.B6562232@ajax.apache.org> Date: Thu, 3 Nov 2005 09:43:51 +0100 (CET) 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=37340 Summary: Unwanted feature : Manifest task remove newlines Product: Ant Version: 1.6.5 Platform: PC OS/Version: Windows 2000 Status: NEW Severity: major Priority: P2 Component: Core tasks AssignedTo: dev@ant.apache.org ReportedBy: dutoitc@shimbawa.ch I have a correct manifest.mf with : Provide-Package: aaaaaaaaa,(newline) (space)bbbbbbbb And the following ant task : The version is correctly updated, but the (newline) in provide-package is removed; This is correct according to JAR documentation by SUN (1.4.2), but this seems to be unsuported by Eclipse, and I think it is not correct to remove the newlines... The correct behaviour for me is that only the Bundle-Version change, not the rest of the manifest.mf !!! -- 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