Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 42094 invoked from network); 14 Jan 2008 21:46:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jan 2008 21:46:40 -0000 Received: (qmail 75756 invoked by uid 500); 14 Jan 2008 21:46:29 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 75683 invoked by uid 500); 14 Jan 2008 21:46:28 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 75674 invoked by uid 99); 14 Jan 2008 21:46:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jan 2008 13:46:28 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of niall.pemberton@gmail.com designates 209.85.146.177 as permitted sender) Received: from [209.85.146.177] (HELO wa-out-1112.google.com) (209.85.146.177) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jan 2008 21:46:04 +0000 Received: by wa-out-1112.google.com with SMTP id k34so3959168wah.10 for ; Mon, 14 Jan 2008 13:46:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=QC2B4XTV1M7gB2T19PCiibzG3vzvlTt1vqIPAiEjfX4=; b=ferPnvgunGmqNeZwOIAtl/B/SHb5jua/VL2yl5HF3aD2qSSSXCqeOn1J9sq2o+aQexRtOel7p9tzolwc+LBbAb1Ra42VzlS2BswsI9sd9f31lDe/2s69UPRnLIyQvpnsFW5Vu9ZghXqPMMuvSvbrSNidfbLkEuJ0FF5k5qSTv/I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hT28kO36+Zxz0zExv/DCk8CS0rA5N/uRux8migGMsXgV0BR2dLOwjk/XuWUL5qo5x1mKpw+xUQkPVErbgHy1YVv8jM+WRaemncjbnKfCruTJjq4p0wTi8EevHZH7WPIAJv2VLVhHox42dRu3kg+RL04dYqOroUaiQhL3xk6StyE= Received: by 10.114.209.1 with SMTP id h1mr2965233wag.115.1200347170400; Mon, 14 Jan 2008 13:46:10 -0800 (PST) Received: by 10.114.56.1 with HTTP; Mon, 14 Jan 2008 13:46:10 -0800 (PST) Message-ID: <55afdc850801141346q40f6d8e7u63c6ca2a35d21068@mail.gmail.com> Date: Mon, 14 Jan 2008 21:46:10 +0000 From: "Niall Pemberton" To: "Jakarta Commons Developers List" Subject: Re: [VOTE] Release pool 1.4 In-Reply-To: <478BD072.3010401@oliver-heger.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8a81b4af0801121544w2208591x1845524fb80cb8f5@mail.gmail.com> <478BD072.3010401@oliver-heger.de> X-Virus-Checked: Checked by ClamAV on apache.org On Jan 14, 2008 9:13 PM, Oliver Heger wrote: > The artifacts look good, the build also succeeded in all variants (on a > JDK 1.6). So I am +1 for this release. > > Two minor points: > - On my first attempt to build with maven 2 I got the test failure > below. However this was not reproducable, further builds succeeded. Has > anybody else seen this? > > - In the manifest of the jar (in the binary distribution) the headers > for Import- and Export-Package look a bit strange. There seems to be a > hard line break in the package name. I am no OSGi expert. Is this okay? I believe this is OK for manifest entries in general and for OSGi the bundle plugin that the felix guys(OSGi expter) have developed does the same thing so I think so. Also I pinged Carsten Ziegeler (felix project) about this release being OSGi enabled and he took a look at the entries and said they looked good. Niall > Oliver > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org