Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 70466 invoked from network); 12 Jul 2006 15:36:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Jul 2006 15:36:41 -0000 Received: (qmail 7443 invoked by uid 500); 12 Jul 2006 15:36:36 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 7392 invoked by uid 500); 12 Jul 2006 15:36:36 -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 7380 invoked by uid 99); 12 Jul 2006 15:36:36 -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 08:36:36 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 195.212.29.137 is neither permitted nor denied by domain of mark.hindess@googlemail.com) Received: from [195.212.29.137] (HELO mtagate4.uk.ibm.com) (195.212.29.137) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jul 2006 08:36:34 -0700 Received: from d06nrmr1407.portsmouth.uk.ibm.com (d06nrmr1407.portsmouth.uk.ibm.com [9.149.38.185]) by mtagate4.uk.ibm.com (8.13.6/8.13.6) with ESMTP id k6CFaC9u124552 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Wed, 12 Jul 2006 15:36:12 GMT Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by d06nrmr1407.portsmouth.uk.ibm.com (8.13.6/NCO/VER7.0) with ESMTP id k6CFbhJJ094882 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 12 Jul 2006 16:37:43 +0100 Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id k6CFaBKx029588 for ; Wed, 12 Jul 2006 16:36:11 +0100 Received: from anaheim.local (sig-9-145-21-6.uk.ibm.com [9.145.21.6]) by d06av02.portsmouth.uk.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k6CFaBYu029571 for ; Wed, 12 Jul 2006 16:36:11 +0100 Message-Id: <200607121536.k6CFaBYu029571@d06av02.portsmouth.uk.ibm.com> X-Mailer: exmh version 2.7.2 01/07/2005 (debian 1:2.7.2-7) with nmh-1.1 From: "Mark Hindess" To: "Apache Harmony Dev List" Subject: Breaking awt native build? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 12 Jul 2006 16:36:11 +0100 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Anyone object if I break the awt native build (the part that currently only runs when call ant with -Dwith.awt.swing=true)? (More specifically the windows build - I'm hoping to not break the linux part although it is pretty complicated so perhaps I will.) 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.) The other alternatives are: a) I backout the moves I've done and use svn copy instead but this complicates the history. b) I create a branch but again this complicates the history. 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. ... Comments/Suggestions? Regards, Mark. 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: ant -f modules/awt_swing_contribution/modules/awt/make/build.xml \ build.native --------------------------------------------------------------------- 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