Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 97228 invoked from network); 25 Aug 2009 23:39:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Aug 2009 23:39:31 -0000 Received: (qmail 95633 invoked by uid 500); 25 Aug 2009 23:39:55 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 95539 invoked by uid 500); 25 Aug 2009 23:39:55 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 95531 invoked by uid 99); 25 Aug 2009 23:39:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Aug 2009 23:39:55 +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: local policy) Received: from [208.69.42.181] (HELO radix.cryptio.net) (208.69.42.181) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Aug 2009 23:39:45 +0000 Received: by radix.cryptio.net (Postfix, from userid 1007) id 026A271C53E; Tue, 25 Aug 2009 16:39:23 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by radix.cryptio.net (Postfix) with ESMTP id 0044F71C509 for ; Tue, 25 Aug 2009 16:39:23 -0700 (PDT) Date: Tue, 25 Aug 2009 16:39:23 -0700 (PDT) From: Chris Hostetter To: java-dev@lucene.apache.org Subject: Re: svn commit: r807763 - /lucene/java/trunk/build.xml In-Reply-To: <9ac0c6aa0908251423g38bb54c1mbcedbf0e4fe91b2a@mail.gmail.com> Message-ID: References: <20090825190716.6D16D23888CB@eris.apache.org> <9ac0c6aa0908251423g38bb54c1mbcedbf0e4fe91b2a@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org : Grant does the cutover to hudson.zones still invoke the nightly.sh? I : thought it did? (But then looking at the console output from the : build, I can't "correlate" it..). nightly.sh is not run, there's a complicated set of shell commands configured in hudson that gets run instead. (why it's not just exec'ing a shellscript in svn isn't clear to me ... but it starts with "set -x" so the build log should make it clear exactly what's running. you can see from that log: the "nightly" ant target is still used. -Hoss --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org