Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 76234 invoked from network); 19 Dec 2006 21:05:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Dec 2006 21:05:19 -0000 Received: (qmail 72224 invoked by uid 500); 19 Dec 2006 21:05:24 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 72190 invoked by uid 500); 19 Dec 2006 21:05:23 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 72181 invoked by uid 99); 19 Dec 2006 21:05:23 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Dec 2006 13:05:23 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of t.p.ellison@gmail.com designates 64.233.182.184 as permitted sender) Received: from [64.233.182.184] (HELO nf-out-0910.google.com) (64.233.182.184) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Dec 2006 13:05:12 -0800 Received: by nf-out-0910.google.com with SMTP id a4so2425992nfc for ; Tue, 19 Dec 2006 13:04:51 -0800 (PST) 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=TlTB6o8uRpix9dCtruWFc3KyRd2ZSW5v7iiZOsTNbJ0m9K1ckTE4hGLwRw16EmFrBxAqlhXOq7Ku5d1VsysQe7tJKS0/9Usoo01ZmM3YMcIuklik9XgVWcCG8HrXrnvsJyShyq3tw6CYy9jpU+YOe1glyXWsbnWjc2NNl3egHMA= Received: by 10.48.210.16 with SMTP id i16mr7611394nfg.1166562291266; Tue, 19 Dec 2006 13:04:51 -0800 (PST) Received: from ?192.168.0.2? ( [86.111.176.100]) by mx.google.com with ESMTP id y23sm33435123nfb.2006.12.19.13.04.50; Tue, 19 Dec 2006 13:04:50 -0800 (PST) Message-ID: <458853ED.2050602@gmail.com> Date: Tue, 19 Dec 2006 21:04:45 +0000 From: Tim Ellison User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: dev@harmony.apache.org Subject: Re: [continuum] BUILD FAILURE: Classlib/linux.ia32 Build/Test References: <20061219070307.64701.qmail@minotaur.apache.org> <906dd82e0612190002h20e9fd87xbbef4c63599c7ce3@mail.gmail.com> <4587AF1F.6090502@gmail.com> <458827A9.2040307@apache.org> In-Reply-To: <458827A9.2040307@apache.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Stefano Mazzocchi wrote: > Tim Ellison wrote: >> Mikhail Loenko wrote: >>>> [exec] BUILD FAILED >>>> [exec] >>>> /home/hybld/continuum-working-directory/6/classlib/build.xml:113: The >>>> following error occurred while executing this line: >>>> [exec] >>>> /home/hybld/continuum-working-directory/6/classlib/make/build-java.xml:276: >>>> The following error occurred while executing this line: >>>> [exec] >>>> /home/hybld/continuum-working-directory/6/classlib/make/depends.xml:43: >>>> The following error occurred while executing this line: >>>> [exec] >>>> /home/hybld/continuum-working-directory/6/classlib/make/depends.xml:332: >>>> ... >>>> >>>> [exec] Missing dependency. The jar from: >>>> >>>> [exec] http://www.bouncycastle.org/download/bcprov-jdk15-134.jar >>> how about "ant fetch-depends rebuild" ? >> I updated the dependencies. > > Damn. Failures like these are a sign that the test system is defective, > not that your environment needs fixing! Nah -- it's that way deliberately. The machine is configured with rules to disallow connecting to random machines, downloading code and running it inside the corporate firewall. I have no problem with defining an alternate build target that does everything from scratch for those that want. I personally haven't had problems with fetch-target failing, but maybe I'm just lucky. Regards, Tim