Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 4046 invoked from network); 20 Oct 2006 16:59:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Oct 2006 16:59:35 -0000 Received: (qmail 47854 invoked by uid 500); 20 Oct 2006 16:59:30 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 47812 invoked by uid 500); 20 Oct 2006 16:59:30 -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 47801 invoked by uid 99); 20 Oct 2006 16:59:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Oct 2006 09:59:30 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of t.p.ellison@gmail.com designates 66.249.92.171 as permitted sender) Received: from [66.249.92.171] (HELO ug-out-1314.google.com) (66.249.92.171) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Oct 2006 09:59:28 -0700 Received: by ug-out-1314.google.com with SMTP id j30so781627ugc for ; Fri, 20 Oct 2006 09:59:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=kFvws8GOflZazHKmFF0Xh41RxXmgMj08Gsp68YKVkztxlYumxCRWaP1QHXFjBBALHlu5ObXC/bZmesdxJL/8LTUNCk+1wKZq7zPELJ58Y73mZ3Om3WmZQC2ed8iFXPbFzvt99bYr7lsvFFPFRRBAgsUK2eNUEhrB8YvptvZuzxc= Received: by 10.67.101.10 with SMTP id d10mr2214071ugm; Fri, 20 Oct 2006 09:59:03 -0700 (PDT) Received: from ?9.20.183.69? ( [195.212.29.83]) by mx.google.com with ESMTP id l33sm1642204ugc.2006.10.20.09.59.03; Fri, 20 Oct 2006 09:59:03 -0700 (PDT) Message-ID: <45390050.9060802@gmail.com> Date: Fri, 20 Oct 2006 17:58:56 +0100 From: Tim Ellison User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: harmony-dev@incubator.apache.org Subject: [build] Recent build problem References: <20061020165350.CC6AF1A981A@eris.apache.org> In-Reply-To: <20061020165350.CC6AF1A981A@eris.apache.org> X-Enigmail-Version: 0.94.0.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 In the last day or so it seems we have had to do a 'clean' to get a successful build. Looking into it I see that we were picking up the build.output dir in our 'global' build javac (see below), which likely means that the new source files are compiled against the old .class files in some order. I see no reason why we should use the previous build.output binaries if we are rebuilding all, so I've taken that line out. Tell me if I'm smokin' something here (but the build still works for me). I think it is the cause of the problems. Regards, Tim tellison@apache.org wrote: > Author: tellison > Date: Fri Oct 20 09:53:49 2006 > New Revision: 466199 > > URL: http://svn.apache.org/viewvc?view=rev&rev=466199 > Log: > Global compile should not pick up older class files from the classpath, but rely on the latest versions from source. > > Modified: > incubator/harmony/enhanced/classlib/trunk/make/build-java.xml > > Modified: incubator/harmony/enhanced/classlib/trunk/make/build-java.xml > URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/make/build-java.xml?view=diff&rev=466199&r1=466198&r2=466199 > ============================================================================== > --- incubator/harmony/enhanced/classlib/trunk/make/build-java.xml (original) > +++ incubator/harmony/enhanced/classlib/trunk/make/build-java.xml Fri Oct 20 09:53:49 2006 > @@ -179,7 +179,7 @@ > > > > - > + > > > > > > -- Tim Ellison (t.p.ellison@gmail.com) --------------------------------------------------------------------- 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