From flex-dev-return-14016-apmail-incubator-flex-dev-archive=incubator.apache.org@incubator.apache.org Sat Nov 3 02:51:26 2012 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 37B42D397 for ; Sat, 3 Nov 2012 02:51:26 +0000 (UTC) Received: (qmail 80730 invoked by uid 500); 3 Nov 2012 02:51:25 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 80701 invoked by uid 500); 3 Nov 2012 02:51:25 -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 80693 invoked by uid 99); 3 Nov 2012 02:51:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Nov 2012 02:51:25 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of cyrill.zadra@gmail.com designates 209.85.212.47 as permitted sender) Received: from [209.85.212.47] (HELO mail-vb0-f47.google.com) (209.85.212.47) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Nov 2012 02:51:18 +0000 Received: by mail-vb0-f47.google.com with SMTP id ez10so4450846vbb.6 for ; Fri, 02 Nov 2012 19:50:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ufA4wVtvj1OOR0h2djfNmB/749gO41aRXh4pZdVxCjI=; b=sTuw1iPrV/TWxvDgF7ptRQ+QtfE0kph13/TltJOIS53PU82xy7wZvHymJuZD7QliCu h+Yto5XVr/E8uOAXlKHndYrCbRHBeGuUob/XWtAKT6fY1Tc6uS3m0vaEYLT4k52Ek631 6S0mlxL3e2wY3O2Gj19kRPORmAmBFiSaT1bzbFdF87vNTzv+WRYTDpWNX2LnbJZcPeyw EDxIlnTYk5wy2n+Sm85oV4xIZX5excvdK8/edc0fm5TaPZVOklrYbVXX1spKEsbHi/b2 vpXrNezRcxMs+E8XA4IHIHcmTHkk5ZywuhTgWdOIMNAzDoczjX4OnVzmb4aJPofMS8Yf XguA== MIME-Version: 1.0 Received: by 10.52.98.66 with SMTP id eg2mr3153208vdb.60.1351911057958; Fri, 02 Nov 2012 19:50:57 -0700 (PDT) Received: by 10.220.177.135 with HTTP; Fri, 2 Nov 2012 19:50:57 -0700 (PDT) Date: Fri, 2 Nov 2012 19:50:57 -0700 Message-ID: Subject: [FALCON] Mustella Setup From: Cyrill Zadra To: "flex-dev@incubator.apache.org" Content-Type: multipart/alternative; boundary=20cf307f330e60a8f504cd8e5224 X-Virus-Checked: Checked by ClamAV on apache.org --20cf307f330e60a8f504cd8e5224 Content-Type: text/plain; charset=ISO-8859-1 Hi Started to setup my environment to run mustella with falcon instead of the legacy compiler. Following steps had to been executed before I could run the mustella tests: 1) First downloaded & builded flex sdk from develop branch 2) Builded Falcon and referenced the newly builded flex sdk. 3) Change the sdk.dir property in local.properties to ../falcon/compiler/generated/dist/sdk 4) Now my environment was ready to run mustella tests. So I did randomly test a few direcoteries and recognized there are in quite a lot of tests compile errors. So I'm starting with tests/Managers/PopupManager and the errors I got here were in general the follwing two. [java] C:\dev\apache-flex\sdk\mustella\tests\Managers\PopUpManager\Methods\PopUpManager_methods.mxml:166 [java] Error: Cannot parse a value of type 'Object' from ''. [java] [java] C:\dev\apache-flex\sdk\mustella\tests\Managers\PopUpManager\SWFs\PopUpManager_Basic.mxml:20 [java] Error: Cannot parse a value of type 'Object' from ''. [java] where the value is a String. I'm sorry for this question .. I'm just trying to understand it. cyrill --20cf307f330e60a8f504cd8e5224--