Return-Path: X-Original-To: apmail-river-dev-archive@www.apache.org Delivered-To: apmail-river-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B3021102C7 for ; Thu, 20 Nov 2014 16:06:31 +0000 (UTC) Received: (qmail 68321 invoked by uid 500); 20 Nov 2014 16:06:31 -0000 Delivered-To: apmail-river-dev-archive@river.apache.org Received: (qmail 68297 invoked by uid 500); 20 Nov 2014 16:06:31 -0000 Mailing-List: contact dev-help@river.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@river.apache.org Delivered-To: mailing list dev@river.apache.org Received: (qmail 68284 invoked by uid 99); 20 Nov 2014 16:06:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Nov 2014 16:06:31 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [216.221.81.30] (HELO fipsb02.cogeco.net) (216.221.81.30) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Nov 2014 16:06:25 +0000 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=I2vzuoz5R1JLZKYJH0xfB7obnw+PTTQKM0eiH5xgaJw= c=1 sm=2 a=wPDyFdB5xvgA:10 a=N659UExz7-8A:10 a=XczjXgE3AAAA:8 a=IpQVHLdV4Jqme3nql5EA:9 a=pILNOxqGKmIA:10 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ar0EAAkQblTY3VTJ/2dsb2JhbABahDzTIQKBHAEBAQEBfYQDAQEDAX4LC0ZXGYg4CQMC1QMBCgEBAQEdkFU6FoMXgR4FjBuEEolWBYYMhk6HPIc+hBlPgksBAQE X-IPAS-Result: Ar0EAAkQblTY3VTJ/2dsb2JhbABahDzTIQKBHAEBAQEBfYQDAQEDAX4LC0ZXGYg4CQMC1QMBCgEBAQEdkFU6FoMXgR4FjBuEEolWBYYMhk6HPIc+hBlPgksBAQE X-IronPort-AV: E=Sophos;i="5.07,424,1413259200"; d="scan'208";a="191733161" Received: from d221-84-201.commercial.cgocable.net (HELO 24b2b4d4-6f72-4c42-a12f-fac553ea6761.localdomain) ([216.221.84.201]) by fipsb02.cogeco.net with ESMTP; 20 Nov 2014 11:04:04 -0500 Received: from localhost (localhost [127.0.0.1]) by 24b2b4d4-6f72-4c42-a12f-fac553ea6761.localdomain (Postfix) with ESMTP id 9AE04647BB for ; Thu, 20 Nov 2014 08:04:03 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at mail.stratuscom.com Received: from 24b2b4d4-6f72-4c42-a12f-fac553ea6761.localdomain ([127.0.0.1]) by localhost (remote.stratuscom.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id htErPDK2Lj7z for ; Thu, 20 Nov 2014 08:03:57 -0800 (PST) Received: from [192.168.99.108] (unknown [38.122.185.131]) by 24b2b4d4-6f72-4c42-a12f-fac553ea6761.localdomain (Postfix) with ESMTPSA id CA347640B6 for ; Thu, 20 Nov 2014 08:03:56 -0800 (PST) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: Change package name 'com.sun.jini.tool' to 'org.apache.river.tool'? From: Greg Trasuk In-Reply-To: Date: Thu, 20 Nov 2014 11:03:55 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <4223CFB4-FEB8-461F-8BDF-2DD4437088C5@stratuscom.com> References: To: dev@river.apache.org X-Mailer: Apple Mail (2.1878.6) X-Virus-Checked: Checked by ClamAV on apache.org Actually, I had a better idea. How about if I pull out the =91tools=92 package to a separate Maven = project and integrate the changes that Peter did on qa_refactor? Then = both the 2.2 branch and qa_refactor can use the same tools. Process would be as follows: - Create a project in Apache git repo for =91river-tools=92 - Create a Maven project (I=92ll have a look at the modularization that = Dennis did, I suspect this is already done) in that repository - Integrate Peter=92s updates from qa-refactor (which update to use = asm-5 in classdep) - Do a release on river-tools, so that tools.jar can go into Maven = Central=20 - Remove tools packages from 2.2. branch. Modify build to get tools.jar = from Central rather than building it. - I can update qa_refactor at the same time. - Roll a release of the 2.2. branch. Which will leave a 2.2. release that builds under JDK1.8, qa_refactor = that uses the same tool, and one less piece of build system confusion to = put off new committers. Opinions? Does this need a vote? Cheers, Greg Trasuk. On Nov 19, 2014, at 3:19 PM, Greg Trasuk wrote: > Hi all: >=20 > I=92m working on getting the build system, particularly = =91classdepandjar=92 to work under JDK8. While I=92m in there, I=92m = wondering if I should rename the affected package, =91com.sun.jini.tool=92= , to =91org.apache.river.tool=92 or some such thing. >=20 > Any opinions? I would have to change the reference to classdepandjar = in the build scripts, but obviously it would also affect any external = build scripts that use it. I suppose I could leave a wrapper class in = =91com.sun.jini.tool=92 so as not to affect build scripts. >=20 > Opinions? >=20 > Cheers, >=20 > Greg Trasuk >=20