Return-Path: X-Original-To: apmail-builds-archive@minotaur.apache.org Delivered-To: apmail-builds-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B396F12000 for ; Fri, 18 Jul 2014 20:22:04 +0000 (UTC) Received: (qmail 64537 invoked by uid 500); 18 Jul 2014 20:22:04 -0000 Delivered-To: apmail-builds-archive@apache.org Received: (qmail 64474 invoked by uid 500); 18 Jul 2014 20:22:04 -0000 Mailing-List: contact builds-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: builds@apache.org Delivered-To: mailing list builds@apache.org Received: (qmail 64452 invoked by uid 99); 18 Jul 2014 20:22:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jul 2014 20:22:03 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of andrew.bayer@gmail.com designates 74.125.82.42 as permitted sender) Received: from [74.125.82.42] (HELO mail-wg0-f42.google.com) (74.125.82.42) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jul 2014 20:21:58 +0000 Received: by mail-wg0-f42.google.com with SMTP id l18so3869836wgh.1 for ; Fri, 18 Jul 2014 13:21:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=z8lDz6n8a0OH+Zoo9GuvMgNI+ZQtvIUgw02qw+2zV54=; b=tNlUym7ZzWX6q24UeiCMyixUQ/FJ0/T6yI3fXf2LAmYnww2GemDqOc0IxCU7pnK/K6 +e6S51b5+QmexDwpHi6RcxD5bvosmx6fduUda3+HoUznT2E4Oj6XJowV3xlAX2u6CPNV 7jn8En4+Iow4JQXB9X93GuDYMRoDvvWHxIYUTEPqps1+ac04K1cedIm/WK3W97aa7PWJ QwdRmb4VWQelzwExy+3fMMTkhOkalajyAdrxOudmDshAfu6hXrMD9jD7wrhsvnWCHggC /Oh8it0PIBi4UOl0Xvayn29lBH3/Cn7xbRz5wbMyil1GCvYq+f0YuKQsAWONGs2W2JEA 78XQ== X-Received: by 10.180.106.66 with SMTP id gs2mr11407928wib.5.1405714897159; Fri, 18 Jul 2014 13:21:37 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.51.4 with HTTP; Fri, 18 Jul 2014 13:21:17 -0700 (PDT) In-Reply-To: References: From: Andrew Bayer Date: Fri, 18 Jul 2014 13:21:17 -0700 Message-ID: Subject: Re: Apache Jenkins jobs unable to find "ant" (new issue) To: dev@zookeeper.apache.org Cc: "builds@apache.org" Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org You've got to choose a specific version of Ant when you're using the Ant build step - I've updated the job. On Fri, Jul 18, 2014 at 11:06 AM, Patrick Hunt wrote: > Hi. This job was running fine until just recently > > https://builds.apache.org/view/S-Z/view/ZooKeeper/job/ZooKeeper-trunk-jdk7/916/console > > It used to have a bash command running ant to do the build. It started > failing recently (unable to find ant). So I updated the configuration > to use the "ant" build command in the jenkins job rather than using > bash. However the same issue exists. > > Please take a look at the output of that job, near the bottom you'll > see the issue. > > Thanks, > > Patrick