Re: [DISCUSS] How do we want to handle Whiteboard?

2013-04-05 Thread Justin Mclean
Hi, Assuming we get the git hub mirrors up and working there nothing stopping anyone from using github to supply patches and diff in the usual way. A git hub pull request can be converted directly into a patch file and applied easily. There's one outstanding issue in how do we close pull

Re: General Questions on committing code

2013-04-05 Thread Justin Mclean
Hi, Besides adding dataProvider support to make it functionally equivalent to the mx one, I added support for no color and proper handling of null objects in the dataProvider (to indicate no color). Although it seems to work correctly for my personal use, I have not done extensive testing.

Still confused by git

2013-04-05 Thread Harbs
I've tried to follow all the git discussions. But, after all the discussions on how to use git, I'm still confused on the basics. Here's what I need to know right now: Right now I have a number of files I've edited outside my working directory related to ColorPicker inside experimental. I'd

Re: Still confused by git

2013-04-05 Thread Frédéric THOMAS
Hi Harbs, Check the wiki first for a complete workflow guideline and git setup, if you need more info, ask them after you reviewed this wiki pages [1] [2], there are even interactive tutorials really well done. [1] [2] I advice that to everybody, for myself, until everyone understood and

Re: Still confused by git

2013-04-05 Thread Harbs
Hi Fred, I've read those pages. (I see now you've updated them.) Conceptually, I sort of got the idea of how to do things, but I find that until I actually do something once, I don't quite get it… If someone could walk me through this once, I think I'l be a lot more comfortable that I'm doing

Re: Still confused by git

2013-04-05 Thread Frédéric THOMAS
You right Harbs, that currently looks something I dislike at the point I won't work anymore on that tree. Well, for your case (I assume you updated your .gitconfig as shown in the Wiki) : -Checkout the develop branch: git co develop -If you have some modified files in your working tree, save

Re: Still confused by git

2013-04-05 Thread Frédéric THOMAS
oops, reverse the 2 furst steps: -If you have some modified files in your working tree, save them first: git stash -u my current work -Checkout the develop branch: git co develop -Fred -Message d'origine- From: Frédéric THOMAS Sent: Friday, April 05, 2013 11:31 AM To:

Re: Still confused by git

2013-04-05 Thread Harbs
git: 'st' is not a git command. See 'git --help'. Did you mean one of these? status reset stage stash svn On Apr 5, 2013, at 12:41 PM, Frédéric THOMAS wrote: The index view shows a bunch of modified and deleted files. I have not yet touched any of the

Re: Still confused by git

2013-04-05 Thread Frédéric THOMAS
I mean git status, but if you want to follow the commands I wrote, update your .gitconfig as described in the wiki -Fred -Message d'origine- From: Harbs Sent: Friday, April 05, 2013 11:59 AM To: dev@flex.apache.org Subject: Re: Still confused by git git: 'st' is not a git command.

Re: Still confused by git

2013-04-05 Thread Harbs
Thanks. I'll have to figure out how to translate that into the GUI of SourceTree. I'm not sure if I have the time today to play around with this. I'll probably get to it on Sunday… How do I know which branch the working copy is using and how do I switch? I started looking at tutorials, but

RE: Still confused by git

2013-04-05 Thread Kessler CTR Mark J
I still recommend Tortoise Git [1] to all new people running Windows... no command line needed (thank goodness). Just need to install MSysGit [2] as a pre-requisite and you're up and running. [1] http://code.google.com/p/tortoisegit/ [2]

Re: Still confused by git

2013-04-05 Thread Frédéric THOMAS
SourceTree gives you access to the command line, I suggest you to start with the command line, once those basics commands known, that will then become easy to do it in sourceTree, in more, I can't teach you how to do that with sourceTree unless I do a screencast. -Fred -Message

Re: Still confused by git

2013-04-05 Thread Harbs
I'm already stuck with the second step: git pull --rebase Cannot pull with rebase: Your index contains uncommitted changes. Please commit or stash them. I do not want any changes -- since I did not make any! What do I do? On Apr 5, 2013, at 12:31 PM, Frédéric THOMAS wrote: You right Harbs,

Re: Still confused by git

2013-04-05 Thread Harbs
Okay. I did it. It looks like I slightly messed up the last step. Sorry about that. I used SourceTree for the last step because I was not interested in typing my password into Terminal. I think there's a checkbox to push all tags that I should have unchecked… Thanks for the hand-holding on

[jira] [Commented] (FLEX-33451) The release build due to the Git migration is broken

2013-04-05 Thread JIRA
[ https://issues.apache.org/jira/browse/FLEX-33451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13623561#comment-13623561 ] Frédéric THOMAS commented on FLEX-33451: - ASDoc for the experimental lib (Not

[jira] [Resolved] (FLEX-33451) The release build due to the Git migration is broken

2013-04-05 Thread JIRA
[ https://issues.apache.org/jira/browse/FLEX-33451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frédéric THOMAS resolved FLEX-33451. Resolution: Fixed The release build due to the Git migration is broken

[jira] [Resolved] (FLEX-33316) checkintests fails on no english OS

2013-04-05 Thread JIRA
[ https://issues.apache.org/jira/browse/FLEX-33316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frédéric THOMAS resolved FLEX-33316. Resolution: Fixed checkintests fails on no english OS

Re: Still confused by git

2013-04-05 Thread Nicholas Kwiatkowski
+1 on this. I've been sitting on the sidelines the last few weeks for that reason. I know there are a lot of standards that still need to be figured out, and since I'm very green with GIT, I don't really have the time at the moment to learn all the command line (i've been really busy with

[jira] [Resolved] (FLEX-33435) Fix web site pages to describe how to use GIT to check out and build Apache Flex rather than SVN

2013-04-05 Thread JIRA
[ https://issues.apache.org/jira/browse/FLEX-33435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frédéric THOMAS resolved FLEX-33435. Resolution: Fixed Fix web site pages to describe how to use GIT to check out and

[jira] [Closed] (FLEX-33422) Typo in the French translation for the SDK Installer: Installation terminer

2013-04-05 Thread JIRA
[ https://issues.apache.org/jira/browse/FLEX-33422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frédéric THOMAS closed FLEX-33422. -- Typo in the French translation for the SDK Installer: Installation terminer

[jira] [Closed] (FLEX-33377) Focus can be transferred from a modal window to a non-modal window open in the background if clicked on some specific dimension of the non-modal window in the background i

2013-04-05 Thread JIRA
[ https://issues.apache.org/jira/browse/FLEX-33377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frédéric THOMAS closed FLEX-33377. -- Focus can be transferred from a modal window to a non-modal window open in the background

[jira] [Updated] (FLEX-33386) Style Declaration Matching Tuning - Inlining

2013-04-05 Thread JIRA
[ https://issues.apache.org/jira/browse/FLEX-33386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frédéric THOMAS updated FLEX-33386: --- Assignee: (was: Frédéric THOMAS) Style Declaration Matching Tuning - Inlining

[jira] [Closed] (FLEX-33376) Missing locales in apache and experimental libs avoid its use in Maven

2013-04-05 Thread JIRA
[ https://issues.apache.org/jira/browse/FLEX-33376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frédéric THOMAS closed FLEX-33376. -- Missing locales in apache and experimental libs avoid its use in Maven

[jira] [Closed] (FLEX-33273) CSSCondition.matchesStyleClient() is slow and creates excessive garbage

2013-04-05 Thread JIRA
[ https://issues.apache.org/jira/browse/FLEX-33273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frédéric THOMAS closed FLEX-33273. -- CSSCondition.matchesStyleClient() is slow and creates excessive garbage

Re: [DICUSS] Release InstallApacheFlex 2.5.4 - RC5 (was: Release InstallApacheFlex 2.5.3 - RC4)

2013-04-05 Thread Frédéric THOMAS
Is it ok ? Can I process to a Vote ? -Fred -Message d'origine- From: Frédéric THOMAS Sent: Thursday, April 04, 2013 10:20 PM To: dev@flex.apache.org Subject: [DICUSS] Release InstallApacheFlex 2.5.4 - RC5 (was: Release InstallApacheFlex 2.5.3 - RC4) Hi Justin, I Just checked in

Re: Still confused by git

2013-04-05 Thread Frédéric THOMAS
That's a good idea, I'm going to sit on the sideline too until at least PMCs want to learn the 10 basic commands and know how to use Git as describe, I just wonder how are going to react contributors and committers if even PMCs don't show the good example, well, to say the truth, I'm fed up,

RE: Still confused by git

2013-04-05 Thread Kessler CTR Mark J
Well the GUI's offer the same commands, they just have check boxes n such to select the different options of the command. I don't think it should matters if people learn the command line or GUI versions. Understanding what the commands do will happen more with practice. Reading the GIT

Re: Still confused by git

2013-04-05 Thread Harbs
I'm sorry if I caused you to be fed up. I don't think it's that no-one cares or wants to learn. It's just that most of us have never used git before, and we have no clue what we're doing. It's a bit unnerving learning on such a big code base. I'm sure learning the basics of of git on a small

Re: Still confused by git

2013-04-05 Thread Nicholas Kwiatkowski
That's not what I meant. It's in my plans to learn GIT, but I'm not going to be productive learning a new workflow with my 80+ hours of my FT job the last three weeks. My cheese was moved, and while I was trying to catch up the were still discussions about how to do things and what the standards

Re: Still confused by git

2013-04-05 Thread Harbs
In my quest to understand what's going on, maybe you can explain something to me. Most of your commits are flat in the graph, but a couple of them show as branches that are remerged. One example is FLEX-33451 Can you explain to me why that is? On Apr 5, 2013, at 4:01 PM, Frédéric THOMAS

Website staging?

2013-04-05 Thread Harbs
I'm adding my personal info to the about page. Is this supposed to be deployed to some staging are first, or does it get pushed out directly to the live site? Harbs

Re: Website staging?

2013-04-05 Thread Erik de Bruin
Any changes you commit to SVN (don't ask ;-)) will be automatically pushed to the staging site by the 'buildbot'. You can view the staging area here: http://flex.staging.apache.org/ Once you're satisfied with the changes, you can promote them here: https://cms.apache.org/flex/publish HTH, EdB

Re: Website staging?

2013-04-05 Thread Harbs
Thanks. Very helpful. On Apr 5, 2013, at 4:47 PM, Erik de Bruin wrote: Any changes you commit to SVN (don't ask ;-)) will be automatically pushed to the staging site by the 'buildbot'. You can view the staging area here: http://flex.staging.apache.org/ Once you're satisfied with the

Re: Website staging?

2013-04-05 Thread Nicholas Kwiatkowski
Information about the website, and how to update your about page profile is here : https://cwiki.apache.org/confluence/display/FLEX/Updating+your+profile+on+Team+page But yes, there is a staging server, and there is a script to push it to production. -Nick On Fri, Apr 5, 2013 at 9:35 AM, Harbs

Re: Website staging?

2013-04-05 Thread Harbs
I gotta remember to look at the wiki more… ;-) Thanks! On Apr 5, 2013, at 5:10 PM, Nicholas Kwiatkowski wrote: Information about the website, and how to update your about page profile is here : https://cwiki.apache.org/confluence/display/FLEX/Updating+your+profile+on+Team+page But yes,

Re: Website staging?

2013-04-05 Thread Nicholas Kwiatkowski
One day we need to clean up the wiki. It's half really-old crap that should be purged (or updated), and half really useful stuff. The problem is that if you just glance at it, you see stale stuff and write it off. We should get better at that. -Nick On Fri, Apr 5, 2013 at 10:14 AM, Harbs

Re: [DISCUSS] How do we want to handle Whiteboard?

2013-04-05 Thread Nicholas Kwiatkowski
A lot of the people who currently have whiteboards have copies of the SDK in there... Would it still be possible to work on a private copy of the SDK in the whiteboard? The way I see it happening would be that you would fork the main SDK, and work on it in your own fork rather than the

Re: [DISCUSS] How do we want to handle Whiteboard?

2013-04-05 Thread Om
On Thu, Apr 4, 2013 at 11:23 PM, Justin Mclean jus...@classsoftware.comwrote: Hi, Assuming we get the git hub mirrors up and working there nothing stopping anyone from using github to supply patches and diff in the usual way. A git hub pull request can be converted directly into a patch file

Git needs a KISS

2013-04-05 Thread Gordon Smith
KISS = Keep It Simple, Stupid We've gotten ourselves in a hole where contributors are overwhelmed by the complexity of our recommended Git workflows and command lines. We need to dig ourselves out, and quickly, before we lose momentum. I don't think we should move back to Subversion, but I

Re: Git needs a KISS

2013-04-05 Thread Om
On Fri, Apr 5, 2013 at 10:27 AM, Gordon Smith gosm...@adobe.com wrote: KISS = Keep It Simple, Stupid We've gotten ourselves in a hole where contributors are overwhelmed by the complexity of our recommended Git workflows and command lines. We need to dig ourselves out, and quickly, before we

Flex SDK Video access via CameraRoll/CameraUI local video access

2013-04-05 Thread Christian M. Cepel
I'm not certain how things stand with Apache incubating Flex and Adobe developing AIR. I'm wondering if this is something on the radar as far as the SDK development team goes, and if so, where it might stand, what we might expect. The below is specifically regarding iOS, but the non-existing API

RE: Git needs a KISS

2013-04-05 Thread Michael A. Labriola
I think we made a serious mistake by pushing the nvie branching model (http://nvie.com/posts/a-successful-git-branching-model/) First, we aren't using that branching model. Not even close. That model defines a viable workflow that we use successfully on many projects open and internal (5 to

Re: [jira] [Commented] (FLEX-33273) CSSCondition.matchesStyleClient() is slow and creates excessive garbage

2013-04-05 Thread sujith Reddy
Please remove me out of these emails. I entered here by mistake. Thanks, Sujith On Mon, Feb 4, 2013 at 8:07 PM, RJ Camarillo (JIRA) j...@apache.org wrote: [

Re: [jira] [Commented] (FLEX-33273) CSSCondition.matchesStyleClient() is slow and creates excessive garbage

2013-04-05 Thread Om
Send a blank email to dev-unsubscr...@flex.apache.org to unsubscribe from the dev list. Thanks, Om On Fri, Apr 5, 2013 at 11:57 AM, sujith Reddy sujith...@gmail.com wrote: Please remove me out of these emails. I entered here by mistake. Thanks, Sujith On Mon, Feb 4, 2013 at 8:07 PM, RJ

[jira] [Reopened] (FLEX-33451) The release build due to the Git migration is broken

2013-04-05 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean reopened FLEX-33451: -- Assignee: (was: Frédéric THOMAS) Not completed yet. No need to open new issue better if

[jira] [Reopened] (FLEX-33435) Fix web site pages to describe how to use GIT to check out and build Apache Flex rather than SVN

2013-04-05 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean reopened FLEX-33435: -- Assignee: (was: Frédéric THOMAS) Documentation for making a release still not complete

Re: Git needs a KISS

2013-04-05 Thread Justin Mclean
Hi, Okay, at its heart, the danger Fred was worried about is that, using a merge workflow, the person who pulls the changes needs to make sure they commit all changes... even files they didn't touch, because they 'inherit' the merge. Do you have any advice on how to get around this issue in

Re: [DICUSS] Release InstallApacheFlex 2.5.4 - RC5 (was: Release InstallApacheFlex 2.5.3 - RC4)

2013-04-05 Thread Justin Mclean
Hi, Is it ok ? Can I process to a Vote ? Sorry having build issues - not sure if it git related or not. Once I'll sort out I'll put up unless someone beats me to it. Justin

Re: Still confused by git

2013-04-05 Thread Justin Mclean
Hi, after 450 emails in March + 3 Wiki pages written to make the people understand and have a good workflow using Git and reading noone cars or wants to learn I for one appreciated the effort and I have learnt a lot form it. It is a lot to take on and it's seemed to become very complex very

Re: [DICUSS] Release InstallApacheFlex 2.5.4 - RC5 (was: Release InstallApacheFlex 2.5.3 - RC4)

2013-04-05 Thread Justin Mclean
Hi, Is it ok ? Can I process to a Vote ? Good to go you can call fro a vote. Justin

Git remote branches

2013-04-05 Thread Justin Mclean
Hi, Just noticed this: git branch -r origin/FLEX-33451 origin/HEAD - origin/master origin/develop origin/master origin/patches origin/release4.9 ie : origin/FLEX-33451 is still a remote branch - should this be removed and if so what the safest way of doing that? If it is removed

Re: Git needs a KISS

2013-04-05 Thread Robert Brendler
For those new to git ... this is a nice read: http://tom.preston-werner.com/2009/05/19/the-git-parable.html Am 06.04.2013 01:06, schrieb Justin Mclean: Hi, Okay, at its heart, the danger Fred was worried about is that, using a merge workflow, the person who pulls the changes needs to make

RE: Git needs a KISS

2013-04-05 Thread Gordon Smith
Okay, at its heart, the danger Fred was worried about is that, using a merge workflow, the person who pulls the changes needs to make sure they commit all changes... even files they didn't touch, because they 'inherit' the merge. Do you have any advice on how to get around this issue in a

[jira] [Assigned] (FLEX-33451) The release build due to the Git migration is broken

2013-04-05 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean reassigned FLEX-33451: Assignee: Justin Mclean The release build due to the Git migration is broken

RE: Git needs a KISSa

2013-04-05 Thread Michael A. Labriola
Gordon and Justin, I agree that it would be bad to edit 2 files, do a 'git pull' followed by a 'git status', and see changes to 200 files from other people mingling with your changes to 2. The simple way to prevent this is to commit your changes before pulling in other people's changes (I

Broken release build and git revision numbers

2013-04-05 Thread Justin Mclean
Hi, When we were using SVN the SVN revision number was used in various places. This needs to be a number (so hashes are out) and may need to be numerically increasing ie current number bigger than last number (not 100% on that). This effects: - Version numbers in framework XML description

RE: Git remote branches

2013-04-05 Thread Michael A. Labriola
ie : origin/FLEX-33451 is still a remote branch - should this be removed and if so what the safest way of doing that? It can be removed although it won't hurt anything to hang around for a while. I honestly google the method to remove it most times:

RE: Broken release build and git revision numbers

2013-04-05 Thread Michael A. Labriola
Can any Git experts please comment if there an alternative to doing this this way. If you have a moment, take a look at git describe as an idea. It basically gives you the latest tag and a number of commits since then and a hash. Its not a simple sequence, but see if it helps. This one is

[VOTE] Release InstallApacheFlex 2.5.4 - RC5

2013-04-05 Thread Frédéric THOMAS
*Issues addressed in this Release Candidate:* 1. Enable Flex SDK download stats tracking 2. https://issues.apache.org/jira/browse/FLEX-33426 (UI fix for license screen (show regular checkboxes)) 3. https://issues.apache.org/jira/browse/FLEX-33151 (Auto-update logic fix) 4. French and Dutch

Re: Git remote branches

2013-04-05 Thread Justin Mclean
Hi, It won't affect your local branch. That will stay intact and viable. Even when it tracking the remote branch? I suspect you mean changes to merge Yep. However the remote branch has already been merged into develop (which I may or may not know depend on how close attention I've been

Re: Git needs a KISSa

2013-04-05 Thread Justin Mclean
Hi, Incidentally, this is why is most larger open source projects... see linux (or even what we did on FlexUnit in git) have a very few number of people who knew git well that managed the actual develop and master branches. Could that work for us? (With committers pushing to develop that

Re: [VOTE] Release InstallApacheFlex 2.5.4 - RC5

2013-04-05 Thread Nicholas Kwiatkowski
+1 Used binary distro on Windows (7/64) + MacOS (10.8.3/64). All in English. Worked just fine. MD5 Hash matches. Good job guys! -Nick On Fri, Apr 5, 2013 at 9:35 PM, Frédéric THOMAS webdoubl...@hotmail.comwrote: *Issues addressed in this Release Candidate:* 1. Enable Flex SDK download

Re: Git needs a KISSa

2013-04-05 Thread Gordon Smith
Unfortunately that won't prevent it. Please explain why not. - Gordon Sent from my iPad On Apr 5, 2013, at 6:21 PM, Michael A. Labriola labri...@digitalprimates.net wrote: Gordon and Justin, I agree that it would be bad to edit 2 files, do a 'git pull' followed by a 'git status',

Re: Git needs a KISSa

2013-04-05 Thread Gordon Smith
Your link says Merge is perfectly fine for managing your code. The only drawback it mentions is a more cluttered log. It has far stronger warnings about misusing rebase. How could anyone read this conclusion 1. Merge works great, but creates lots of empty merge commits when you are

Git release instructions

2013-04-05 Thread Justin Mclean
Hi, Can someone with more git experience than me please update the instructions here: https://cwiki.apache.org/confluence/display/FLEX/Release+Guide+for+the+SDK It sort of important that we make how to make a release. :-) I'm marked with FIXME where changes need to be made. Thanks, Justin

Re: Broken release build and git revision numbers

2013-04-05 Thread Justin Mclean
HI, The one minor down side is that it's now it harder to tell exactly where a SDK was build from (no revision number n flex-describtion.xml). There would be a branch with the same version number so it's a minor annoyance. Justin

Re: [VOTE] Release InstallApacheFlex 2.5.4 - RC5

2013-04-05 Thread Cyrill Zadra
+1 Successfully installed installer and flex on Windows 7 (64bit) - Language German Thank you! Cyrill On Sat, Apr 6, 2013 at 12:35 PM, Frédéric THOMAS webdoubl...@hotmail.com wrote: *Issues addressed in this Release Candidate:* 1. Enable Flex SDK download stats tracking 2.

AIR 3.7 support for Apache Flex

2013-04-05 Thread Justin Mclean
Hi, Just a heads up/prgress on AIR 3.7 support from Adobe: Our official 3.7 release is scheduled for next week (if all goes as planned.) If you can hang on that long we'll have a build that you'll be able to simply overlay as you would normally expect. We are working to improve/correct

[jira] [Commented] (FLEX-33451) The release build due to the Git migration is broken

2013-04-05 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13624325#comment-13624325 ] Justin Mclean commented on FLEX-33451: -- ant release now works but need more testing.

[jira] [Assigned] (FLEX-33451) The release build due to the Git migration is broken

2013-04-05 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean reassigned FLEX-33451: Assignee: (was: Justin Mclean) The release build due to the Git migration is

Apache Flex oustanding bugs

2013-04-05 Thread Justin Mclean
Hi, There are currently: 1 unassigned unresolved blocker bugs 20 unassigned unresolved critical bugs 2901 unassigned unresolved major bugs It may be that some of these have already been fixed, should not be at priority etc etc but I'd assume most of them are outstanding. Are there any

Re: Apache Flex oustanding bugs

2013-04-05 Thread Dev Khadka
On 4/6/2013 10:09 AM, Justin Mclean wrote: Hi, There are currently: 1 unassigned unresolved blocker bugs 20 unassigned unresolved critical bugs 2901 unassigned unresolved major bugs It may be that some of these have already been fixed, should not be at priority etc etc but I'd assume most

Welcome our newest Apache Flex committer Harbs

2013-04-05 Thread Justin Mclean
Hi, The Project Management Committee (PMC) for Apache Flex has asked Harbs to become a committer and we are pleased to announce that he has accepted. Harbs has been contributing to Apache Flex for many months on the mailing list and in JIRA and elsewhere including this blog post a few months