Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 38255 invoked from network); 10 Mar 2011 17:32:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Mar 2011 17:32:20 -0000 Received: (qmail 91614 invoked by uid 500); 10 Mar 2011 17:32:20 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 91489 invoked by uid 500); 10 Mar 2011 17:32:20 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 91481 invoked by uid 99); 10 Mar 2011 17:32:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Mar 2011 17:32:20 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of heavy@ungoverned.org designates 67.222.54.6 as permitted sender) Received: from [67.222.54.6] (HELO cpoproxy3-pub.bluehost.com) (67.222.54.6) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 10 Mar 2011 17:32:12 +0000 Received: (qmail 25618 invoked by uid 0); 10 Mar 2011 17:31:50 -0000 Received: from unknown (HELO host118.hostmonster.com) (74.220.207.118) by cpoproxy3.bluehost.com with SMTP; 10 Mar 2011 17:31:50 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=ungoverned.org; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding:X-Identified-User; b=7j8/9+ZA4XqMQsqAMM1SYmQ8UMzfKYcLdSSKPBlUmfY5ipJeKVDNkvnEYJNSdOiMNR5nIRAbGTX56+M51kl2/02efse7W1iOspWFr3vTBieArfjE2PqqobjKna0hI2nr; Received: from [99.62.222.230] (helo=heavyweight.glastender.com) by host118.hostmonster.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1PxjiH-00054b-JB for dev@felix.apache.org; Thu, 10 Mar 2011 10:31:49 -0700 Message-ID: <4D790B04.9090509@ungoverned.org> Date: Thu, 10 Mar 2011 12:31:48 -0500 From: "Richard S. Hall" User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.15) Gecko/20110303 Lightning/1.0b2 Thunderbird/3.1.9 MIME-Version: 1.0 To: dev@felix.apache.org Subject: Re: [VOTE] Apache Felix SCR Tools References: <4D778BF7.50409@apache.org> <4D78F400.4060904@ungoverned.org> <4D790A5F.7050902@apache.org> In-Reply-To: <4D790A5F.7050902@apache.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Identified-User: {1027:host118.hostmonster.com:ungovern:ungoverned.org} {sentby:smtp auth 99.62.222.230 authed with heavy@ungoverned.org} X-Virus-Checked: Checked by ClamAV on apache.org +1 -> richard On 3/10/11 12:29, Carsten Ziegeler wrote: > Richard S. Hall wrote >> Is the info in the DEPS file for maven-scr-plugin correct? It lists >> stuff that I don't see in the deps section of the pom file. > Yes, I think they are correct - these are transitive dependencies from > the generator, except slf4j. > >> SCR Ant and SCR Generate also list slf4j in their DEPS file, but I don't >> see it in their pom files. Is that accurate? > No, I don't think so - but I don't think that this is problem or blocker. > > I just removed the slf4j from all deps files for the future. > > >> It looks like the change log wasn't updated for SCR Generator. > It's recent except I forgot to change the version from 1.0.2 to 1.1.0. > So it contains the correct changes. (Fixed in svn now) > >> General comment, since all of the DEPS files are hand generated, if you >> use the suggested template >> (http://felix.apache.org/site/dependencies-file-template.html) you could >> simplify them a little, since the template focuses on third-party >> dependencies, which eliminates the repetition of "included" and "used" >> Apache-developed software. > Yes, right - actually I planned to use the new mechanism introduced by > Felix (FELIX-1747) but that would have required a release of the parent > pom first. > > Thanks > Carsten > >> -> richard >> >> On 3/9/11 9:17, Carsten Ziegeler wrote: >>> Hi, >>> >>> this vote is about our SCR Tools >>> >>> - Apache Felix SCR Maven Plugin 1.7.0 >>> - Apache Felix SCR Annotations 1.5.0 >>> - Apache Felix SCR Ant Task 1.1.0 >>> - Apache Felix SCR Generator 1.1.0 >>> >>> >>> We solved several important issues in this release: >>> https://issues.apache.org/jira/browse/FELIX/fixforversion/12315492 >>> >>> >>> Staging repository: >>> https://repository.apache.org/content/repositories/orgapachefelix-004/ >>> >>> You can use this UNIX script to download the release and verify the >>> signatures: >>> http://svn.apache.org/repos/asf/felix/trunk/check_staged_release.sh >>> >>> Usage: >>> sh check_staged_release.sh 004 /tmp/felix-staging >>> >>> Please vote to approve this release: >>> >>> [ ] +1 Approve the release >>> [ ] -1 Veto the release (please provide specific comments) >>> >>> This vote will be open for 72 hours. >>> >>> Regards >>> Carsten >