Re: Flex 3 to Flex 4 Performance degradation

2012-08-23 Thread Taras Kostyuk
Links: http://jackviers.blogspot.com/2011/03/flex-3-vs-flex-4a-performance.html Unresolved issues on Adobe issue tracking system: http://bugs.adobe.com/jira/browse/SDK-29904 http://bugs.adobe.com/jira/browse/SDK-31719 https://bugs.adobe.com/jira/browse/SDK-29451 2012/8/24 Alex Harui > > > > On

Re: Welcome Gordon Smith as Apache Flex Committer

2012-08-23 Thread Alex Harui
On 8/23/12 11:21 PM, "Om" wrote: > Welcome Gordon! > > That was a confusing couple of minutes reading the links :-) > Sorry, about that. I have always found it surprising how many other famous Gordon Smiths there are. Ours is famous for many things, including stuff like this [1] [1] http

Re: Welcome Gordon Smith as Apache Flex Committer

2012-08-23 Thread Om
Welcome Gordon! That was a confusing couple of minutes reading the links :-) Regards, Om On Aug 23, 2012 5:32 PM, "Carlos Rovira" wrote: > hehe...great to see Gordon already in! > > Well deserved without doubt! > > :) > > > > 2012/8/24 Alex Harui > > > Hey Everybody! > > > > I wanted to formal

Re: Flex 3 to Flex 4 Performance degradation

2012-08-23 Thread Alex Harui
On 8/23/12 8:09 PM, "Jeffry Houser" wrote: > On 8/23/2012 5:30 PM, Taras Kostyuk wrote: >> Hello Flex Community, >> >> Recently, I've read many articles that application developed using Flex 3 >> SDK works much slowly on Flex 4 SDK. Also Spark component has lower >> performance than MX. > W

Re: Flex 3 to Flex 4 Performance degradation

2012-08-23 Thread Jeffry Houser
On 8/23/2012 5:30 PM, Taras Kostyuk wrote: Hello Flex Community, Recently, I've read many articles that application developed using Flex 3 SDK works much slowly on Flex 4 SDK. Also Spark component has lower performance than MX. What have you read and do you have links? I am wondering if commu

Re: Getting Mustella to work.

2012-08-23 Thread Carlos Rovira
Ok Alex, I continue searching for a new folder: "tests/Mirroring/" report ok [java] = [java] Passes: 9 [java] Fails: 0 [java] = "tests/PerModuleStyles/" report ok [ja

Re: Getting Mustella to work.

2012-08-23 Thread Alex Harui
I will take a look soon, but maybe not until the weekend. On 8/23/12 5:44 PM, "Carlos Rovira" wrote: Here is the patch (I already was reported by secretary that my ICLA was received, so there should be no problem with this donation). There's no bitmaps, only modified code (As I used createIma

Re: Getting Mustella to work.

2012-08-23 Thread Carlos Rovira
mmm...I think attachements was not allowed so this is the url of the file: https://dl.dropbox.com/u/8496144/test_itemRenderers.patch best C. 2012/8/24 Carlos Rovira > Here is the patch (I already was reported by secretary that my ICLA was > received, so there should be no problem with this do

Re: Getting Mustella to work.

2012-08-23 Thread Carlos Rovira
Here is the patch (I already was reported by secretary that my ICLA was received, so there should be no problem with this donation). There's no bitmaps, only modified code (As I used createImages and revert deletions to be as close as possible to repo state) Let me know if this is ok since is my

Re: Welcome Gordon Smith as Apache Flex Committer

2012-08-23 Thread Carlos Rovira
hehe...great to see Gordon already in! Well deserved without doubt! :) 2012/8/24 Alex Harui > Hey Everybody! > > I wanted to formally announce that Gordon Smith is our newest project > committer. Gordon will be shepherding the donation of the Falcon Compiler. > > Gordon is one of the origin

Re: Getting Mustella to work.

2012-08-23 Thread Alex Harui
On 8/23/12 5:28 PM, "Carlos Rovira" wrote: > "tests/itemRenderers/" passed :) > > [java] = > [java] Passes: 310 > [java] Fails: 0 > [java] = > > 90% of fails was due

Re: Getting Mustella to work.

2012-08-23 Thread Carlos Rovira
"tests/itemRenderers/" passed :) [java] = [java] Passes: 310 [java] Fails: 0 [java] = 90% of fails was due to bad location of mouse coordinates. Relocating from 5,5 to 10

Welcome Gordon Smith as Apache Flex Committer

2012-08-23 Thread Alex Harui
Hey Everybody! I wanted to formally announce that Gordon Smith is our newest project committer. Gordon will be shepherding the donation of the Falcon Compiler. Gordon is one of the original Flex engineers. He's also quite busy outside of Flex as you can see here [1][2]. ;-) Please welcome him

Re: Getting Mustella to work.

2012-08-23 Thread Carlos Rovira
It's not listed on "Mustella Test Journall" (at the end of https://cwiki.apache.org/confluence/display/FLEX/Mustella+Overview) so I think nobody is on it... Great to see you working on Mustella! :) 2012/8/24 Jose Barragan > If anybody are working on mx, I'll try it > > [java] > [ja

Re: Getting Mustella to work.

2012-08-23 Thread Jose Barragan
If anybody are working on mx, I'll try it [java] [java] [java] = [java] Passes: 656 [java] Fails: 39 [java] = [java] [java] [java] Wrote

Re: [jira] [Updated] (FLEX-33173) Mustella DragManager Patch

2012-08-23 Thread Justin Mclean
Hi, What OS are you and what version of patch are you using? On OSX Lion with patch 2.5.8 both of these worked for me: curl https://issues.apache.org/jira/secure/attachment/12541538/0003-fixed-TileList-and-DragManager-tests-in-DragManager_.patch | patch -p1 patch -p1 < attachment/12541538/00

Re: [DISCUSS] Install badge for the Apache Flex SDK Installer App

2012-08-23 Thread Erik de Bruin
> Should we move the disclaimer to a different page? This would remove the > need for the extra font which adds to the file size. And this way, we can > add more text to the html page as needed. Excellent idea, done. Please take a look at it, the 'disclaimer.html' is pretty barren ;-) > Can you

Re: Getting Mustella to work.

2012-08-23 Thread Justin Mclean
Hi, > I think I found that quotes are ok even on Mac. Isn't the code that makes > the initial command line building it up out of pieces? If so, I'd add the > quotes as the initial command line is getting built up. Need to be adde din about a dozen places but that's not too hard. However it stil

Re: Getting Mustella to work.

2012-08-23 Thread Alex Harui
Please use -createImages to generate baselines. There can be faulty tests where createImages produces a different image than at compare time. We want to use a consistent technique so we know how things get generated. It should be rare for a baseline to be missing. I believe you've said you've b

Re: Getting Mustella to work.

2012-08-23 Thread Carlos Rovira
Hi Alex, for this kind of message: "Failed CompareBitmap(body:step 3) Baseline image could not be read. Created image file as a .bad.png." I'm renaming the created image .bad.png to the expected image to pass. The problem here is that there's no image, so I think the one created could be valid.

Re: [DISCUSS] Install badge for the Apache Flex SDK Installer App

2012-08-23 Thread Carlos Rovira
Hi Om, I understand. I think it could be done with js but will take a time ;). Better to use the time for other things :) thanks! C. 2012/8/23 Om > On Thu, Aug 23, 2012 at 1:02 PM, Carlos Rovira < > carlos.rov...@codeoscopic.com> wrote: > > > Hi, > > > > it looks so good. My only concern here

Re: [DISCUSS] Install badge for the Apache Flex SDK Installer App

2012-08-23 Thread Om
On Thu, Aug 23, 2012 at 1:02 PM, Carlos Rovira < carlos.rov...@codeoscopic.com> wrote: > Hi, > > it looks so good. My only concern here is why it's made with flex? > > This is a mini app with these functionalities: 1. Resolve the current operating system 2. Resolve the preferred mirror url 3.

Re: [DISCUSS] Install badge for the Apache Flex SDK Installer App

2012-08-23 Thread Carlos Rovira
Hi, it looks so good. My only concern here is why it's made with flex? Maybe I'm missing something but here I'll use a simple image to link since the time to download is very big. In smartphones you'll see the flash player logo, what's no so good. 2012/8/23 Om > On Thu, Aug 23, 2012 at 10:15

Re: [DISCUSS] Install badge for the Apache Flex SDK Installer App

2012-08-23 Thread Om
On Thu, Aug 23, 2012 at 10:15 AM, Erik de Bruin wrote: > Hi all, > > I have just finished my take on the install badge for the Apache Flex > SDK Installer App. You can find the preview at [1]. > > I've currently implemented 2 sizes, Regular and Small, so prospective > users have a choice of which

Re: FlexUnit Location

2012-08-23 Thread Alex Harui
In order to release it from apache it has to live on apache server. If critical history gets lost going to svn then might wait for apache git. Sent from my Motorola ATRIX™ 4G on AT&T -Original message- From: "Michael A. Labriola" To: "flex-dev@incubator.apache.org" Sent: Thu, Aug 23,

Re: FlexUnit Location

2012-08-23 Thread Om
On Thu, Aug 23, 2012 at 11:43 AM, Jeff Conrad wrote: > It's definitely possible to go from Git to Git and preserve your change > history. > > It's also definitely possible to go from SVN to Git and preserve history. > > ...and apparently it's possible to go from Git to SVN and preserve history. >

Re: FlexUnit Location

2012-08-23 Thread Jeff Conrad
It's definitely possible to go from Git to Git and preserve your change history. It's also definitely possible to go from SVN to Git and preserve history. ...and apparently it's possible to go from Git to SVN and preserve history. http://sandrotosi.blogspot.com/2010/02/migrate-git-repo-to-svn-on

RE: FlexUnit Location

2012-08-23 Thread Michael A. Labriola
I think moving it to SVN along with the rest of the code makes sense. >Just concerned about the history is all. If we did wait, perhaps some of it >could be preserved... perhaps not. Mike

Re: FlexUnit Location

2012-08-23 Thread Om
On Thu, Aug 23, 2012 at 11:13 AM, Michael A. Labriola < labri...@digitalprimates.net> wrote: > > FlexUnit is almost ready to be given to this project. So, now the > questions... > > Where should it live? Right now it is in GitHub and has a rich history > there. Do we need to move it into SVN here

[DISCUSS] Install badge for the Apache Flex SDK Installer App

2012-08-23 Thread Erik de Bruin
Hi all, I have just finished my take on the install badge for the Apache Flex SDK Installer App. You can find the preview at [1]. I've currently implemented 2 sizes, Regular and Small, so prospective users have a choice of which the find best suited for their particular use (site, blog, tweet, fa

Re: Getting Mustella to work.

2012-08-23 Thread Alex Harui
On 8/23/12 9:29 AM, "Carlos Rovira" wrote: > Hi Alex, > > > 2012/8/23 Alex Harui > >> >> I would use the ImageDiffAir tool to figure out what is different, then >> examine the test to determine which image is the right one. >> >> > The screen shot is from ImageDiffAir tool. Yes, you can

Re: Getting Mustella to work.

2012-08-23 Thread Carlos Rovira
Hi Alex, 2012/8/23 Alex Harui > > I would use the ImageDiffAir tool to figure out what is different, then > examine the test to determine which image is the right one. > > The screen shot is from ImageDiffAir tool. > If the red square asset got changed and is smaller then maybe the baseline

Re: Getting Mustella to work.

2012-08-23 Thread Alex Harui
I think I found that quotes are ok even on Mac. Isn't the code that makes the initial command line building it up out of pieces? If so, I'd add the quotes as the initial command line is getting built up. You might need to test if quotes already exist in the piece. But anyway, let's table the ac

Re: Getting Mustella to work.

2012-08-23 Thread Alex Harui
On 8/23/12 9:06 AM, "Carlos Rovira" wrote: > Hi Alex, > > this is the capture: > > https://dl.dropbox.com/u/8496144/img_compare.png > > thanks > > C. I would use the ImageDiffAir tool to figure out what is different, then examine the test to determine which image is the right one. If the r

Re: Getting Mustella to work.

2012-08-23 Thread Peter Ent
The code makes an initial command line, then separates them into String[]. A bit later it joins the String[] back to string, adds more arguments, and splits it again. I think it sounds simpler than it is, but that's the gist of it. I think the code should have been written to just create an ArrayLi

Re: Getting Mustella to work.

2012-08-23 Thread Carlos Rovira
Hi Alex, this is the capture: https://dl.dropbox.com/u/8496144/img_compare.png thanks C. 2012/8/23 Alex Harui > I don’t think the attachments came through. > > > On 8/23/12 8:11 AM, "Carlos Rovira" wrote: > > Hi, > > how could we do when images differ like in the attached screenshot? > > Th

Re: Getting Mustella to work.

2012-08-23 Thread Alex Harui
It might be better to figure out how to quote those entries. Why was it hard to do that as the command line gets built up? On 8/23/12 8:55 AM, "Peter Ent" wrote: > Certainly appreciate the help. Here's a typical one when running Mustella: > > -debug -define=CONFIG::skaha,false > -compiler.fon

Re: Getting Mustella to work.

2012-08-23 Thread Peter Ent
Certainly appreciate the help. Here's a typical one when running Mustella: -debug -define=CONFIG::skaha,false -compiler.fonts.managers=flash.fonts.JREFontManager,flash.fonts.AFEFontMana ger,flash.fonts.BatikFontManager,flash.fonts.CFFFontManager -source-path=/Users/pent/apache/flex/mustella/Assets

Re: Getting Mustella to work.

2012-08-23 Thread Alex Harui
I don’t think the attachments came through. On 8/23/12 8:11 AM, "Carlos Rovira" wrote: Hi, how could we do when images differ like in the attached screenshot? The created image differs from the one that is rendered what is really weird... 2012/8/23 Peter Ent I tried something like that, bu

RE: Getting Mustella to work.

2012-08-23 Thread Kessler CTR Mark J
String.split(regexpattern) can match pretty much anything. Definitely would be able to comeup with a pattern to match embedded dashes. I'll see if I can come up with something that can properly strip down a completed command with arguments. If you would give me a more complex command line th

Re: Getting Mustella to work.

2012-08-23 Thread Carlos Rovira
Hi, how could we do when images differ like in the attached screenshot? The created image differs from the one that is rendered what is really weird... 2012/8/23 Peter Ent > I tried something like that, but there are options like: -source-path= > with a hyphen in the option and a couple that

Re: Getting Mustella to work.

2012-08-23 Thread Peter Ent
I tried something like that, but there are options like: -source-path= with a hyphen in the option and a couple that begin with double hyphens. I started to switch over to String.split(" -") to break apart on the space+dash but then ran into this mysterious problem of mxmlc not liking the arguments

RE: [Mentor] & [PPMC] FlexUnit

2012-08-23 Thread Michael A. Labriola
>So I'd say if you are ready to sign the grant, just go ahead. It's best IMO to >use a JIRA issue to track the donation (including digests of the donated code >archives), so that we have a trace of what happened and how >the PPMC handled >it. Bertrand, Thanks for the information. We will file

RE: Getting Mustella to work.

2012-08-23 Thread Kessler CTR Mark J
I'm not sure what Mustella is written in, but would something generic like this work? If a string needs to be turned into an array then maybe... Use the "-" as the first delimiter to break apart the options and use a temp array. Then use the "=" to break out the names from the values. Keepin

[jira] [Comment Edited] (FLEX-33176) debugger fails to connect to the running application on Android device

2012-08-23 Thread Sudhir (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13440313#comment-13440313 ] Sudhir edited comment on FLEX-33176 at 8/24/12 1:22 AM: When I did

[jira] [Commented] (FLEX-33176) debugger fails to connect to the running application on Android device

2012-08-23 Thread Sudhir (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13440313#comment-13440313 ] Sudhir commented on FLEX-33176: --- When I did a diff of the SDKs before and after overlaying,

Re: Getting Mustella to work.

2012-08-23 Thread Carlos Rovira
Ok Peter, I'll continue fixing and when have some fixes will made only one patch that groups all changes and then send it. Best Carlos 2012/8/23 Peter Ent > Yes, I think that's the best solution for now. Maybe Alex or Carol will > have another suggestion. > > It may take me awhile to figure

Re: Getting Mustella to work.

2012-08-23 Thread Peter Ent
Yes, I think that's the best solution for now. Maybe Alex or Carol will have another suggestion. It may take me awhile to figure out this patch thing anyway. --peter On 8/23/12 9:50 AM, "Carlos Rovira" wrote: >Ok Peter, > >since I had to recreate it I was considering it derived and not needed i

Re: Getting Mustella to work.

2012-08-23 Thread Carlos Rovira
Ok Peter, since I had to recreate it I was considering it derived and not needed in VCS. So I understand I should make a patch with png I created with -createImages for test that already passed and send it to you for applying? Best, Carlos 2012/8/23 Peter Ent > No, I don't think the images s

[jira] [Commented] (FLEX-33176) debugger fails to connect to the running application on Android device

2012-08-23 Thread Sudhir (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13440294#comment-13440294 ] Sudhir commented on FLEX-33176: --- I guess the issue is with the way AIR SDK is unpacked. Beca

[jira] [Updated] (FLEX-33176) debugger fails to connect to the running application on Android device

2012-08-23 Thread Sudhir (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sudhir updated FLEX-33176: -- Attachment: InstallLog.txt Attaching the install log > debugger fails to connect to the runnin

[jira] [Updated] (FLEX-33176) debugger fails to connect to the running application on Android device

2012-08-23 Thread Sudhir (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sudhir updated FLEX-33176: -- Description: 1. Download and install the tool available at http://people.apache.org/~bigosmallm/installapache

[jira] [Created] (FLEX-33176) debugger fails to connect to the running application on Android device

2012-08-23 Thread Sudhir (JIRA)
Sudhir created FLEX-33176: - Summary: debugger fails to connect to the running application on Android device Key: FLEX-33176 URL: https://issues.apache.org/jira/browse/FLEX-33176 Project: Apache Flex

Re: [jira] [Updated] (FLEX-33173) Mustella DragManager Patch

2012-08-23 Thread Peter Ent
I tried that: patch -p1 ~/apache/patches/0003-fixed-TileList-and-DragManager-tests-in-DragManager_. patch . from the "flex" directory where "mustella" is a sub-directory. I got this error: patch: read error : Is a directory So I tried it without the "." and all this did was sit there, as i

Re: Getting Mustella to work.

2012-08-23 Thread Peter Ent
No, I don't think the images should be removed. Once a test has been created and the test author believes the test is running correctly, the author creates the baseline against which all other runs are judged. Should the code being tested change, the baseline comparison can tell if something is ami

Re: Getting Mustella to work.

2012-08-23 Thread Peter Ent
That ought to work, but does not. The Mustella code pieces together a large string with all of the options on it, then turns the string into a String[] by using space as the delimiter. Thus -source-path="C:\Program Files\Common Files\Microsoft Shared\MSInfo\MSInfo32.exe" turns into [] = -source-p

Re: Getting Mustella to work.

2012-08-23 Thread Carlos Rovira
Hi, would it be better to remove the images in baseline folders since people runing test should generate it with -createImages? Right now I think is confusing for people entering mustella since those files are commited as part of the framework but are really derived files that need to be construc

Re: [Mentor] & [PPMC] FlexUnit

2012-08-23 Thread Bertrand Delacretaz
Hi, On Thu, Aug 23, 2012 at 2:02 PM, Michael A. Labriola wrote: > ...I have performed a preliminary review and refactoring of the code to fix > dependencies, etc. Given that, do I file the software > grant now and then the PPMC works on final IP Clearance or something else... >From the PPMC sid

RE: [Question] Develop Flex SDK in Eclipse / Flash Builder | contribute patches | fix issues, how?

2012-08-23 Thread Kessler CTR Mark J
Found some plugin information for your eclipse. Not sure if the plugin is on the same trial period and using flash builder as a whole, but it will work for at least 30-60 days. http://helpx.adobe.com/flash-builder/release-note/flash-builder-4-6-release.html " Flash Builder 4.6 supports install

RE: [Mentor] & [PPMC] FlexUnit

2012-08-23 Thread Michael A. Labriola
Thanks for the responses, however, could I get clarification on the original question. I have performed a preliminary review and refactoring of the code to fix dependencies, etc. Given that, do I file the software grant now and then the PPMC works on final IP Clearance or something else. I am s

RE: Getting Mustella to work.

2012-08-23 Thread Kessler CTR Mark J
I know this may sound silly, but windows deals with the spaces in path using quotes around the whole path. Is there something similar with Mustella? So a windows command prompt example, I could do something like the following... "C:\Program Files\Common Files\Microsoft Shared\MSInfo\MSInfo32.exe

Re: Should .project, .flexLibProperties, and .actionScriptProperties be checked in to source control? (Was: svn commit: r1375263 [1/2] - in /incubator/flex/sdk/branches/develop/frameworks/projects)

2012-08-23 Thread Jose Barragan Andrade
-1 too, derived IDE config does nothing here On Aug 23, 2012, at 12:49 AM, Carlos Rovira wrote: > -1 as well. this does not bring us nothing good... > > 2012/8/23 Ryan Frishberg Jose smime.p7s Description: S/MIME cryptographic signature

Re: [mentors] Tracking of IP clearance for Flex code donations

2012-08-23 Thread Bertrand Delacretaz
Hi Alex, On Fri, Aug 17, 2012 at 8:37 PM, Alex Harui wrote: > Adobe has donated the following: > 1) Initial Frameworks Donation via SVN Import. MD5 was computed... > 2) Modules/Compiler Donation via SVN Import. MD5 was computed... > 3) Basic Mustella Test Engine. This was committed directly t