Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 86845 invoked from network); 9 May 2006 16:46:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 May 2006 16:46:58 -0000 Received: (qmail 62667 invoked by uid 500); 9 May 2006 16:46:50 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 62586 invoked by uid 500); 9 May 2006 16:46:49 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 62573 invoked by uid 99); 9 May 2006 16:46:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 May 2006 09:46:49 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 May 2006 09:46:48 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 33C8D7142DA for ; Tue, 9 May 2006 16:46:06 +0000 (GMT) Message-ID: <12748390.1147193166208.JavaMail.jira@brutus> Date: Tue, 9 May 2006 16:46:06 +0000 (GMT+00:00) From: "Oliver Deakin (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Updated: (HARMONY-451) Consolidate icu4c zips In-Reply-To: <24080738.1147192924405.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HARMONY-451?page=all ] Oliver Deakin updated HARMONY-451: ---------------------------------- Attachment: icu4c.refactor.sh consolidate.unicode.diff The icu4c.refactor.sh should be run inside a checked out classlib/trunk. It will unzip both the Windows and Linux icu4c zips into a directory under depends/oss, then rezip them into a single zip, after which it clears up the directory it was temporarily using. consolidate.unicode.diff can be applied before or after the script is run, as it touches a disjoint set of files. It fixes up the build scripts to pick up the new single zip file, and alters them to unpack the zip under native-src//text/unicode. Text makefiles have also been updated to reflect this new location. > Consolidate icu4c zips > ---------------------- > > Key: HARMONY-451 > URL: http://issues.apache.org/jira/browse/HARMONY-451 > Project: Harmony > Type: Improvement > Components: Classlib > Reporter: Oliver Deakin > Priority: Minor > Attachments: consolidate.unicode.diff, icu4c.refactor.sh > > Currently we have two icu4c-3.4-harmony.zip files located at depends\oss\.IA32, where is win or linux. Inside these zips there are a lot of header files which are identical between the two platforms except for linux using #ifndef where windows uses #if !defined. > This JIRA proposes that the contents of these two zips are combined into a single zip, and that at build time that zip has its contents placed into the native-src//text/unicode directory, rather than native-src//include/unicode, since it is only used by the text native component. > I will attach a script to refactor the icu4c zips into a single one, and also a patch for the build scripts and text makefiles to pick up the new file locations. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira