From general-return-16484-apmail-incubator-general-archive=incubator.apache.org@incubator.apache.org Wed Nov 14 16:09:32 2007 Return-Path: Delivered-To: apmail-incubator-general-archive@www.apache.org Received: (qmail 55335 invoked from network); 14 Nov 2007 16:09:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Nov 2007 16:09:30 -0000 Received: (qmail 45244 invoked by uid 500); 14 Nov 2007 16:09:16 -0000 Delivered-To: apmail-incubator-general-archive@incubator.apache.org Received: (qmail 45086 invoked by uid 500); 14 Nov 2007 16:09:16 -0000 Mailing-List: contact general-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@incubator.apache.org Delivered-To: mailing list general@incubator.apache.org Received: (qmail 45072 invoked by uid 99); 14 Nov 2007 16:09:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Nov 2007 08:09:16 -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 rajith77@gmail.com designates 64.233.182.186 as permitted sender) Received: from [64.233.182.186] (HELO nf-out-0910.google.com) (64.233.182.186) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Nov 2007 16:09:18 +0000 Received: by nf-out-0910.google.com with SMTP id k4so252940nfd for ; Wed, 14 Nov 2007 08:08:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; 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=wH2KVsI2YSLNYBCEybBdxzdeFBefQvZUxfmmf5VW0fc=; b=MpGLOEIgQer9o/G5IxJiDm3XskFLGkENJ6oG4GoBvmW4c+qEfBMlBkU2XD0ZtqrEuCMJXL2RJ1O1DgUHYUO/yj6xxTjPk/28aXh2XQ9+0Lcza2fimAheOlmlND5E2eIQJdPYkxrZYKIGGuwtGDtReKX0+pEp09+EyvjxKNfHqiQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eigVqveODvDqxQgbnEOCfKNQvZ+eVtCDf3wcF+/SIrDrFg63Ih0a+hM06itUcQZbIU5E/dJPBGQMLAN11RrmiwTTV9vmXp5+LcXBhpGsJEhBL5kc3oH47UdpRpIn1aJYv13eh3/Tz/FkCCIEVvUtIslkjJklk8MmlYG5RpVdqo8= Received: by 10.78.165.16 with SMTP id n16mr8195339hue.1195056535867; Wed, 14 Nov 2007 08:08:55 -0800 (PST) Received: by 10.78.141.3 with HTTP; Wed, 14 Nov 2007 08:08:55 -0800 (PST) Message-ID: Date: Wed, 14 Nov 2007 11:08:55 -0500 From: "Rajith Attapattu" To: general@incubator.apache.org Subject: Re: [VOTE][ANN] Qpid M2 Release In-Reply-To: <99e30fe50711140800o204b5c59h5fb2f346b0afa68c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <28BAEB43-1974-4C73-B758-B54AB5E0C520@gmail.com> <200711141019.24066.dkulp@apache.org> <99e30fe50711140800o204b5c59h5fb2f346b0afa68c@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Yes, we have no use of the servlet API. For JMS we only use the geronimo spec files. As Martin pointed out, maven seems to be pulling all these jars into the build. Let us investigate and get back to you guys. Regards, Rajith On Nov 14, 2007 11:00 AM, Martin Ritchie wrote: > On 14/11/2007, Daniel Kulp wrote: > > > > Hmm.... looking at the notice file, it looks like the NOTICE file was > > generated from remote-resources, but it looks completely out of date. > > There are several jars in the lib that have no mention in the NOTICE > > file. > > > > To name a few: > > log4j, com.ibm.icu, jms spec > > > > That's strange. Was the NOTICE file actually generated from > > remote-resources at build time or was it generated a while ago and > > checked in as a static file and then not updated? (aka: is this a > > potential bug in remote-resources that I need to look at or a release > > procedural issue) > > > > Dan > > This file was checked in as a static file as remote-resources is only > as good as its input and most of the dependencies didn't specify their > License so the file had to be completed by hand. > > I am still amazed by the number of jars maven decides we need to have > included. Before we used maven we only had a handful of jars. > > As Kevan points out servlet-api is listed .. I would be very surprised > if we actually needed that jar. > > > > On Wednesday 14 November 2007, Kevan Miller wrote: > > > Hi Rajith, > > > Where is the license information for artifacts included in your > > > binaries? > > > Your notice files refer to non-apache licenses for a number of your > > > artifacts. I would expect to see these licenses included in your > > > distribution. You don't give any license info for a few jars (e.g. msv > > > and servlet-api jars). If servlet-api is a Sun jar, then I think you > > > probably have an issue... > > > > > > Here's my -1 until the above issues are resolved. > > > > > > --kevan > > > > > > On Nov 12, 2007, at 12:33 PM, Rajith Attapattu wrote: > > > > Folks, > > > > > > > > The Qpid PPMC is happy to notify the completion of the vote for the > > > > Qpid M2 > > > > release. > > > > We would appreciate if the incubator PMC could ratify the release. > > > > > > > > There were 12 binding votes in total, including 3 mentor votes. > > > > The following is the vote thread. > > > > http://mail-archives.apache.org/mod_mbox/incubator-qpid-dev/200711.m > > > >box/browser > > > > > > > > Here are the details pertaining to the vote. > > > > > > > > The signed artifacts for the M2 final release is available at > > > > http://people.apache.org/~rajith/qpid-release/M2/Final/ > > >e.apache.org/%7Erajith/qpid-release/M2/Final/ > > > > > > > > > > > > The keys are located at, > > > > https://svn.apache.org/repos/asf/incubator/qpid/tags/M2/Final/java/ > > > > KEYS > > > > > > > > All artifacts can be downloaded as a single tar file at, > > > > http://people.apache.org/~rajith/qpid-release/M2/Final/final.tar.gz< > > > >http://people.apache.org/%7Erajith/qpid-release/M2/Final/final.tar.gz > > > > > > > > > > > > The release artifacts can be built using the following tag, > > > > https://svn.apache.org/repos/asf/incubator/qpid/tags/M2/Final/ > > > > > > > > Regards, > > > > > > > > Rajith Attapattu > > > > Red Hat > > > > Blog http://mutlix.blogspot.com/ > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org > > > For additional commands, e-mail: general-help@incubator.apache.org > > > > > > > > -- > > J. Daniel Kulp > > Principal Engineer > > IONA > > P: 781-902-8727 C: 508-380-7194 > > daniel.kulp@iona.com > > http://www.dankulp.com/blog > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org > > For additional commands, e-mail: general-help@incubator.apache.org > > > > > > > -- > Martin Ritchie > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org > For additional commands, e-mail: general-help@incubator.apache.org > > -- Rajith Attapattu Red Hat Blog http://mutlix.blogspot.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org For additional commands, e-mail: general-help@incubator.apache.org