Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 45753 invoked from network); 12 Jul 2006 18:30:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Jul 2006 18:30:53 -0000 Received: (qmail 21394 invoked by uid 500); 12 Jul 2006 18:30:50 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 21111 invoked by uid 500); 12 Jul 2006 18:30:48 -0000 Mailing-List: contact harmony-dev-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-dev@incubator.apache.org Received: (qmail 21100 invoked by uid 99); 12 Jul 2006 18:30:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jul 2006 11:30:48 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [202.54.40.208] (HELO mailrelay.zensar.com) (202.54.40.208) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jul 2006 11:30:46 -0700 Received: from BRIDGEHEAD.ind.zensar.com ([10.42.2.95]) by mailrelay.zensar.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 13 Jul 2006 00:06:42 +0530 Received: from ZENMAILHQ1.ind.zensar.com ([10.42.2.82]) by BRIDGEHEAD.ind.zensar.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 13 Jul 2006 00:06:03 +0530 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----_=_NextPart_001_01C6A5E2.0728FE40" Subject: Apachecon? Date: Thu, 13 Jul 2006 00:04:55 +0530 Message-ID: <3D5445983859B84B92669C0D883EA6FB0253BB49@ZENMAILHQ1.ind.zensar.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: <3D5445983859B84B92669C0D883EA6FB0253BB49@ZENMAILHQ1.ind.zensar.com> Thread-Topic: Apachecon? thread-index: Acal2wxZ2gp19l7gSBO+Zssf5xu20gABtJ5O References: <200607121739.k6CHdcAo002772@d06av02.portsmouth.uk.ibm.com> From: "Sanket Sharma" To: X-OriginalArrivalTime: 12 Jul 2006 18:36:03.0885 (UTC) FILETIME=[07CF35D0:01C6A5E2] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C6A5E2.0728FE40 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi,=20 Just out of curiosity..... any attending Apachecon Asia? Best Regards, Sanket Sharma -----Original Message----- From: Mark Hindess [mailto:mark.hindess@googlemail.com] Sent: Wed 7/12/2006 11:09 PM To: harmony-dev@incubator.apache.org; geir@pobox.com Subject: Re: Breaking awt native build?=20 =20 On 12 July 2006 at 12:09, Geir Magnusson Jr wrote: >=20 >=20 > Mark Hindess wrote: > > Anyone object if I break the awt native build (the part that = currently > > only runs when call ant with -Dwith.awt.swing=3Dtrue)? (More = specifically > > the windows build - I'm hoping to not break the linux part although > > it is pretty complicated so perhaps I will.) >=20 > Um... :) >=20 > >=20 > > The reason is that I'm doing the AWT native integration, I've just = about > > done the linux version and I'd rather like to check it in before I = start > > on the windows code. The problem is that moving the shared natives > > breaks the windows version until I do the integration for that too. = (I > > can't say exactly how much time the windows integration will take = but it > > should be days not weeks.) >=20 > Is it possible to leave the old one in place, and just use two > properties, one for the old (works on windows) one for the new (works = on > linux...)? Maybe, using something like a) but perhaps making the windows copy=20 (that would soon be deleted) be the one with the complicated history. I still suspect it would take me longer to sort out the alternatives than it will to get the job done so I'm loathed to incur this "overhead". And given the workaround in the P.S. below and the fact that possibly no-one is compiling this code anyway(?) then I'm not sure it's worth the trouble. (I think if I was doing it again I would have created a branch, but when I started I didn't realise quite how much there was to the awt native build.) Regards, Mark. > I certainly understand your desire to get it in... >=20 > >=20 > > The other alternatives are: > >=20 > > a) I backout the moves I've done and use svn copy instead but this > > complicates the history. > >=20 > > b) I create a branch but again this complicates the history. > >=20 > > c) I don't check in the linux integration until the window = integration > > is complete but there is quite a bit of work here and I'd like to = get > > some of it checked in. > >=20 > > ... > >=20 > > Comments/Suggestions? >=20 > is my suggestion above a viable d) ? >=20 > geir >=20 > >=20 > > Regards, > > Mark. > >=20 > > P.S. It should still be possible to get the windows dll's to build = if > > they are required before I can do the integration by rolling back = just > > the modules/awt_swing_contribution tree and calling directly after a > > build: > >=20 > > ant -f modules/awt_swing_contribution/modules/awt/make/build.xml \ > > build.native > >=20 > >=20 > >=20 > > = --------------------------------------------------------------------- > > Terms of use : http://incubator.apache.org/harmony/mailing.html > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org > > For additional commands, e-mail: = harmony-dev-help@incubator.apache.org > >=20 > >=20 > >=20 >=20 > --------------------------------------------------------------------- > Terms of use : http://incubator.apache.org/harmony/mailing.html > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org > For additional commands, e-mail: harmony-dev-help@incubator.apache.org --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org For additional commands, e-mail: harmony-dev-help@incubator.apache.org This email may contain confidential or privileged information for the=20 intended recipient(s) and the views expressed in the same are not=20 necessarily the views of Zensar Technologies Ltd. If you are not the = intended=20 recipient or have received this e-mail by error, its use is strictly=20 prohibited, please delete the e-mail and notify the sender. Zensar=20 Technologies Ltd. does not accept any liability for virus infected = mails. ------_=_NextPart_001_01C6A5E2.0728FE40 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org For additional commands, e-mail: harmony-dev-help@incubator.apache.org ------_=_NextPart_001_01C6A5E2.0728FE40--