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 A6536DB14 for ; Thu, 13 Dec 2012 04:23:43 +0000 (UTC) Received: (qmail 68363 invoked by uid 500); 13 Dec 2012 04:23:42 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 68094 invoked by uid 500); 13 Dec 2012 04:23:41 -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 68011 invoked by uid 99); 13 Dec 2012 04:23:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2012 04:23:38 +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 (athena.apache.org: domain of omuppi1@gmail.com designates 74.125.82.175 as permitted sender) Received: from [74.125.82.175] (HELO mail-we0-f175.google.com) (74.125.82.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2012 04:23:32 +0000 Received: by mail-we0-f175.google.com with SMTP id z53so628892wey.6 for ; Wed, 12 Dec 2012 20:23:11 -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=2PehHGB1nRuHlHWm1zNQK7TuOJT7bubgghwZAqVn27A=; b=SCp4qIykE0h1zVtO+v5McMMEQrhkWoMP6Jyk0SIBrVoLiR1M14oIwrJacdRUkCuDY6 Xjt7TpGtpZPuR5yZRqcHosU7HrQI2KH6DzXRjMYBksAKIVshzlR1XlinKoCFbyS7LgxN NIl4EO2aTro9tIrQoWxYHGeuLBUORoavU8U/Zy472jaIFGeg+fhy8YX4Zm8e59zJAlvR c4Q7aNsiswYwluoTBLgrgxmwdWc+ehGN+UiV7LVVqpD2rFRXiFYp79TE1aU6iZNH/qV7 IEYI+7xMnmhewyREShEiaS3/AB7KVb7tRumGYHPZvMHkbHv/9k2CUN+qgQVkyQO6l7FA ezGg== Received: by 10.180.81.170 with SMTP id b10mr699322wiy.16.1355372591709; Wed, 12 Dec 2012 20:23:11 -0800 (PST) MIME-Version: 1.0 Sender: omuppi1@gmail.com Received: by 10.194.91.176 with HTTP; Wed, 12 Dec 2012 20:22:41 -0800 (PST) In-Reply-To: References: From: Om Date: Wed, 12 Dec 2012 20:22:41 -0800 X-Google-Sender-Auth: tm3X9nAOU9CGTHJNJrdwpgv92K4 Message-ID: Subject: Re: Release target and Jenekins To: flex-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=90e6ba211f07ddfe4304d0b44558 X-Virus-Checked: Checked by ClamAV on apache.org --90e6ba211f07ddfe4304d0b44558 Content-Type: text/plain; charset=ISO-8859-1 Okay, here is the problem. sdk/build.xml -checkintests calls sdk/mustella/makemustella.swc before it can run the tests. In order to make the mustella.swc, the flex sdk should be built first. Right now, it is not and hence mustella.swc cannot be built. I am testing a fix on my local jenkins that builds the sdk before calling checkintests. The other option is to modify the Flex_SDK_Build job to run checkintests after building. Which would be preferable? On Wed, Dec 12, 2012 at 2:28 PM, Om wrote: > Good news. I ran the same job locally on my instance of Jenkins and I am > getting the same exact error . Will debug it on my machine by this > evening. > > Thanks, > Om > > > On Wed, Dec 12, 2012 at 1:39 PM, Alex Harui wrote: > >> BTW, the flashplayer trust folder might be in >> %systemroot%\syswow64\macromed >> >> >> >> On 12/12/12 1:31 PM, "Alex Harui" wrote: >> >> > >> > >> > >> > On 12/12/12 1:23 PM, "Justin Mclean" wrote: >> > >> >> Hi, >> >> >> >>> {sdk_folder}/build.xml - checkintests task >> >> I'd give that a go first, but either is probably fine. Any automated >> testing >> >> we have is far better than none. >> > Yes, the one from the top level build.xml. It might call into >> sub-folder >> > targets, but the true test is getting it to work from the top-level. >> >> >> >> Thanks, >> >> Justin >> >> -- >> Alex Harui >> Flex SDK Team >> Adobe Systems, Inc. >> http://blogs.adobe.com/aharui >> >> > --90e6ba211f07ddfe4304d0b44558--