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 22173D366 for ; Mon, 10 Dec 2012 11:23:15 +0000 (UTC) Received: (qmail 89818 invoked by uid 500); 10 Dec 2012 11:23:14 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 89782 invoked by uid 500); 10 Dec 2012 11:23:14 -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 89750 invoked by uid 99); 10 Dec 2012 11:23:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2012 11:23:12 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of webdoublefx@hotmail.com designates 65.55.111.77 as permitted sender) Received: from [65.55.111.77] (HELO blu0-omc2-s2.blu0.hotmail.com) (65.55.111.77) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2012 11:23:03 +0000 Received: from BLU162-DS11 ([65.55.111.73]) by blu0-omc2-s2.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 10 Dec 2012 03:22:42 -0800 X-Originating-IP: [82.247.153.175] X-EIP: [SpU1DxgCK7eesPyHX5hGHUWMkiBc2yJk] X-Originating-Email: [webdoublefx@hotmail.com] Message-ID: From: =?iso-8859-1?Q?Fr=E9d=E9ric_THOMAS?= To: References: In-Reply-To: Subject: Re: [Mustella] 90 tests failed Date: Mon, 10 Dec 2012 12:22:39 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 16.4.3505.912 x-mimeole: Produced By Microsoft MimeOLE V16.4.3505.912 X-OriginalArrivalTime: 10 Dec 2012 11:22:42.0077 (UTC) FILETIME=[AB626CD0:01CDD6C8] X-Virus-Checked: Checked by ClamAV on apache.org @Alex I don't know what happened this morning but I had what I described above in my working copy, looking at the svn, it wasn't like that, well, anyway, this one is fixed, the 2 others as well, it means the 3 last of my 90 failed tests are fixed and committed [1]. The 2 last, were a bit tricky for me as I don't get used to deal with the mxmlc directly, usually I compile my stuffs with maven. - Fred [1] http://svn.apache.org/viewvc?view=revision&revision=1419339 -----Message d'origine----- From: Fr�d�ric THOMAS Sent: Monday, December 10, 2012 8:12 AM To: flex-dev@incubator.apache.org Subject: Re: [Mustella] 90 tests failed @Alex, it was like that : It was a sequence problem, I moved the resourceManager loadResourceModule before to add eventListeners to them , I did that before but it didn't work because it's was also a timing problem, it passed in the degugger but not in live, I just changed its timeout from 1000 to 2000 -----Message d'origine----- From: Om Sent: Monday, December 10, 2012 7:44 AM To: flex-dev@incubator.apache.org Subject: Re: [Mustella] 90 tests failed 1. Create a new file under bin-debug/debug.html with nothing in it. 2. Create a new debug configuration. In the "URL or path to launch", point it to bin-debug/html 2. Run the debug configuration 3. Flash Builder launches the bin-debug/debug.html file and waits to connect to the running application. But since there is no swf to connect to, in this mode, Flash Builder will debug any swf. 4. Open the swf that you want to debug, right click and select 'Debugger'. Select 'Localhost' You should now be in Flash Builder debugger mode. Obviously, you need to source code for the swf somewhere in your project's source paths if you want to have breakpoints. Hope this helps! Thanks, Om On Sun, Dec 9, 2012 at 10:08 PM, Alex Harui wrote: > > > > > > I used it once only and it's a bit a pain but ok, yes, I'll do that. > > > Supposedly, there is a way to get FlashBuilder to connect to any SWF as > well. I don't know it though. > > -- > Alex Harui > Flex SDK Team > Adobe Systems, Inc. > http://blogs.adobe.com/aharui > >