Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9E7D5DA63 for ; Thu, 20 Dec 2012 23:54:16 +0000 (UTC) Received: (qmail 90390 invoked by uid 500); 20 Dec 2012 23:54:15 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 90356 invoked by uid 500); 20 Dec 2012 23:54:15 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 90348 invoked by uid 99); 20 Dec 2012 23:54:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Dec 2012 23:54:15 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of omuppi1@gmail.com designates 74.125.82.44 as permitted sender) Received: from [74.125.82.44] (HELO mail-wg0-f44.google.com) (74.125.82.44) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Dec 2012 23:54:08 +0000 Received: by mail-wg0-f44.google.com with SMTP id dr12so1779534wgb.23 for ; Thu, 20 Dec 2012 15:53:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=+i07HYdZZ8HFOflzVNBamT9/Gx0ZfHoApULkwqCZ/Mg=; b=CJNnyAshdmoN0LDQbzLQQaXw5eZlei2C8wVwLX2+WtpuT0N/V9n4JZbOxS9mcGFaqG 1R83OR0L/T45QbK4MaP20k4PbdEI4QdxDjXRlTVXp0GKe36uFXL985ISvwUv2011uY/S hkFsFoP/IZznRV5IoUX+esf922GpxK2y/Eg6Gqg9B2qG/ewKof9dgNXTc9i69oi7N71L 7+EsYAtwQI8ltYfANUC3EaAvUGu1FvfOxxzAWEaYxQ076v3WNTjuSo/Y1W3cBI4IJZEK 7mKoJyWDNtWU/hPUPHIZpD8WhjgV+wMLehbP0Ax3fri6S9HvZNqc6IVa8qm0O4wA9Oiu Mejw== Received: by 10.194.85.234 with SMTP id k10mr20322775wjz.53.1356047628653; Thu, 20 Dec 2012 15:53:48 -0800 (PST) MIME-Version: 1.0 Sender: omuppi1@gmail.com Received: by 10.194.91.176 with HTTP; Thu, 20 Dec 2012 15:53:18 -0800 (PST) In-Reply-To: References: From: Om Date: Thu, 20 Dec 2012 15:53:18 -0800 X-Google-Sender-Auth: ILa4eyPi7L4vrNDA7sXSbHmEuQ0 Message-ID: Subject: Re: Build failed in Jenkins: Flex_SDK_build #402 To: flex-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=089e0103ee9034537004d15171f6 X-Virus-Checked: Checked by ClamAV on apache.org --089e0103ee9034537004d15171f6 Content-Type: text/plain; charset=ISO-8859-1 On Thu, Dec 20, 2012 at 3:43 PM, Justin Mclean wrote: > Hi, > > Fairly certain clean and not a super-clean, looking at the script it does > the following: > > ant clean main source-release > > Yup, this is what is running: [Flex_SDK_build] $ cmd.exe /C '"f:\hudson\tools\ant\apache-ant-1.7.0\bin\ant.bat -file build.xml -Dbuild.number=1424735 -Dbuild.noprompt="" clean main source-release && exit %%ERRORLEVEL%%"' > Each Jenkins runs is in it own workspace so I think that's why it > downloads each time, the SVN source code is shared however. Not 100% sure. > We have the "Discard Old Builds" option selected. Should we try keeping old builds? That should help with download issues, perhaps? Thanks, Om --089e0103ee9034537004d15171f6--