From dev-return-38896-apmail-harmony-dev-archive=harmony.apache.org@harmony.apache.org Fri Feb 05 05:56:51 2010 Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 66695 invoked from network); 5 Feb 2010 05:56:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Feb 2010 05:56:51 -0000 Received: (qmail 7252 invoked by uid 500); 5 Feb 2010 05:56:50 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 7074 invoked by uid 500); 5 Feb 2010 05:56:50 -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 7062 invoked by uid 99); 5 Feb 2010 05:56:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Feb 2010 05:56:49 +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 clraychen@gmail.com designates 209.85.211.203 as permitted sender) Received: from [209.85.211.203] (HELO mail-yw0-f203.google.com) (209.85.211.203) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Feb 2010 05:56:41 +0000 Received: by ywh41 with SMTP id 41so558267ywh.0 for ; Thu, 04 Feb 2010 21:56:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=QKIUH50ip3Q/oaRczLUA8Fg5qtqZhh/fHFsYbizuuQg=; b=k41nWzmOooxqZc7ufPScfCqkrDwX9TOVoZdtdCk8HdUmDj2yrGTG6cuIFjYxaVNRWp zA7z23V/lMYi+kiU1yRpT3Ji1J/9MaAE1JTCSdU8QD1oTftBbtIBe1j6a3uiAtFUcCXR fuUwCfmS2sMlT94Upwx6E0HolltgLWZ/cm1x4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=fPUdW1ktTQZtTwMO+HSj1GcsxygIRA0Odm5/BAbOAzU0dLsnuQVkYcL6+WZiwMdvTy vSURECqtqw3WQJiku3XBCTaHJjjAhhWXEpyiKyIrVkZvx/9KMc+ZsnPqQrtcPCjFoSC1 KZuhhzakPUBUiEFcJChyGuyo5U4dP0vcOZF8o= MIME-Version: 1.0 Received: by 10.101.129.31 with SMTP id g31mr3005237ann.154.1265349380730; Thu, 04 Feb 2010 21:56:20 -0800 (PST) In-Reply-To: <4B4AE275.7030206@gmail.com> References: <4d9fb1a00912180321k21c1af7eibf50070ad93e937e@mail.gmail.com> <4d9fb1a01001062322m53dfa13uccb8ed9a1a92871b@mail.gmail.com> <4d9fb1a01001102201s60da5770gb04ed84720beca9d@mail.gmail.com> <4B4AE275.7030206@gmail.com> Date: Fri, 5 Feb 2010 13:56:20 +0800 Message-ID: <4d9fb1a01002042156u60db09di3d02e925451826ba@mail.gmail.com> Subject: Re: 6.0 Milestone testing -windowsXP-32 From: Ray Chen To: dev@harmony.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi Regis, > I think java6 is missing in > make/properties.xml, so all the jars are not compressed. > > I propose to apply patch [1] to java6, that can significant reduce our bu= ild > size as Ray mentioned before. > > [1] > Index: make/properties.xml > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- make/properties.xml > +++ make/properties.xml > @@ -44,6 +44,7 @@ > =A0 =A0 > =A0 =A0 > =A0 =A0 > + =A0 =A0 > > =A0 =A0 > =A0 =A0 > > > -- > Best Regards, > Regis. > Should this patch be committed? Or has been committed? --=20 Regards, Ray Chen