From dev-return-36511-apmail-harmony-dev-archive=harmony.apache.org@harmony.apache.org Tue Mar 24 13:48:53 2009 Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 50243 invoked from network); 24 Mar 2009 13:48:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Mar 2009 13:48:53 -0000 Received: (qmail 48717 invoked by uid 500); 24 Mar 2009 13:48:52 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 48652 invoked by uid 500); 24 Mar 2009 13:48:52 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 48640 invoked by uid 99); 24 Mar 2009 13:48:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Mar 2009 13:48:52 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of t.p.ellison@gmail.com designates 209.85.217.170 as permitted sender) Received: from [209.85.217.170] (HELO mail-gx0-f170.google.com) (209.85.217.170) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Mar 2009 13:48:43 +0000 Received: by gxk18 with SMTP id 18so6254226gxk.12 for ; Tue, 24 Mar 2009 06:48:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=WVjoUsAESy/YszDE9UAus1MD5YBdsSjIT5UC+hyPd7c=; b=HxC2N7+bcCBSaLoDOqrpptI8sCINMeXkbzExZxD6kK/FTaKoJI49geiUl441C/suAP FGJpu7rKSEy086kn4E7e1sbDTN7W564KbfZt9we5tYIAx+MQk//VhqdGDVpjiegBR5mX 2LTddMMxTinTxYfCpkOvIcxGZKREbf9uITAvY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=PiZAzpEE1VGJu0QmS2gGMWNEGu/TwgtvZ+LugFm52tTdBSshyn1mx9OVo0/qsC4VHg 9JZWgS7RkPkKJilUkjpiG2FAdrgtOtkcerWoAengQEO0gAjAuYcvgVNWH5gf4kqT30DW 0Yul0f5RVHToZpmTYr1dOoXw3eILe19CXAmaI= Received: by 10.100.173.18 with SMTP id v18mr5213472ane.120.1237902502010; Tue, 24 Mar 2009 06:48:22 -0700 (PDT) Received: from ?9.20.183.161? (blueice2n1.uk.ibm.com [195.212.29.75]) by mx.google.com with ESMTPS id c9sm13364613ana.33.2009.03.24.06.48.20 (version=SSLv3 cipher=RC4-MD5); Tue, 24 Mar 2009 06:48:21 -0700 (PDT) Message-ID: <49C8E4A2.3070407@gmail.com> Date: Tue, 24 Mar 2009 13:48:18 +0000 From: Tim Ellison User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: dev@harmony.apache.org Subject: Re: [modularity] swing specific test base classes in common support jar? References: <200903241246.n2OCkmFX023833@d06av02.portsmouth.uk.ibm.com> In-Reply-To: <200903241246.n2OCkmFX023833@d06av02.portsmouth.uk.ibm.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Mark Hindess wrote: > Anyone know why the javax.swing.*TestCase and > javax.swing.text.parser.utils.DTDGetter classes are in the common test > support jar? I think they should be maintained in modules/swing since they > are specific to that module. I agree that they should be moved into the Swing module. Indeed, I have a patch sitting in my queue that goes some way to achieving that. Once we exit code freeze I can apply it, or share it to let you see where it was going. Regards, Tim