Re: mx PostCode validator class

2012-03-06 Thread Omar Gonzalez
Nvm, I see the override for resourcesChanged(). -omar

Re: mx PostCode validator class

2012-03-06 Thread Justin Mclean
Hi, > So I haven't found time to learn more about the new g11n methods you have > to implement to make the Spark validators work. But I'm curious as to what > the difference is in implementing those methods I think that they by default they report the locale from the OS rather than the locale the

Apache Flex GitHub Mirror Sync

2012-03-06 Thread Omar Gonzalez
I just noticed that there's a GitHub mirror that's being mirrored from the Apache Git repository. I also noticed it hasn't been synced in 12 days but we've had commits during that time. That leads me to the question, how often does the GitHub mirror get updated? Is that something we need to trigger

Re: mx PostCode validator class

2012-03-06 Thread Justin Mclean
Hi, > Nvm, I see the override for resourcesChanged(). Also note that the Validator constructor calls resourcesChanged which would initially load the resources. Thanks, Justin

Re: Mailing list footers?

2012-03-06 Thread Paul Evans
I suggest using the standard signature cut line (dash dash space). Some mail tools see that and not include in replies... -- Getting started: https://cwiki.apache.org/confluence/display/FLEX/Getting+Started Mailing list search, subscribe, unsubscribe, digest and help links: http://incubator.apac

Re: Apache Flex GitHub Mirror Sync

2012-03-06 Thread Bertrand Delacretaz
On Tue, Mar 6, 2012 at 9:38 AM, Omar Gonzalez wrote: > I just noticed that there's a GitHub mirror that's being mirrored from the > Apache Git repository. I also noticed it hasn't been synced in 12 days but > we've had commits during that time... https://github.com/apache/flex/commits/trunk and h

Re: Apache Flex GitHub Mirror Sync

2012-03-06 Thread Omar Gonzalez
On Tue, Mar 6, 2012 at 1:16 AM, Bertrand Delacretaz wrote: > On Tue, Mar 6, 2012 at 9:38 AM, Omar Gonzalez > wrote: > > I just noticed that there's a GitHub mirror that's being mirrored from > the > > Apache Git repository. I also noticed it hasn't been synced in 12 days > but > > we've had commi

Re: Apache Flex GitHub Mirror Sync

2012-03-06 Thread Bertrand Delacretaz
On Tue, Mar 6, 2012 at 10:24 AM, Omar Gonzalez wrote: >... Nevermind, I just realized the GitHub mirror is only of the trunk and not > the whiteboard areas etc. So I have some questions... would it be possible > to get a mirror of the whiteboard?.. I think there's one already, see the list at htt

Re: Apache Flex GitHub Mirror Sync

2012-03-06 Thread Omar Gonzalez
On Tue, Mar 6, 2012 at 1:30 AM, Bertrand Delacretaz wrote: > On Tue, Mar 6, 2012 at 10:24 AM, Omar Gonzalez > wrote: > >... Nevermind, I just realized the GitHub mirror is only of the trunk and > not > > the whiteboard areas etc. So I have some questions... would it be > possible > > to get a mir

Re: Apache Flex GitHub Mirror Sync

2012-03-06 Thread Bertrand Delacretaz
On Tue, Mar 6, 2012 at 10:37 AM, Omar Gonzalez wrote: > ...I do see the > flex-whiteboard.git listed at http://git.apache.org/, but when you go to > https://github.com/apache/flex-whiteboard its empty... I reopened https://issues.apache.org/jira/browse/INFRA-4366 for this, looks like it's not con

Re: [OT] FlexCover on Apache Flex base

2012-03-06 Thread Rafael Santos
Guys, As promissed, I got to talk to Joe Berkovitz that together with Alex Uhlmann were the main developers behind FlexCover... Following is their answer about donating FlexCover to Apache Flex *Joe Berkovitz wrote:* Hi Rafael, Thank you for writing. I like the idea of donating the projec

Re: [OT] FlexCover on Apache Flex base

2012-03-06 Thread Rafael Santos
How the donation process works? What are the steps? Do I need to ask him to formaly send an email to someone? Rafael Santos - Specta @rafaelspecta On Tue, Mar 6, 2012 at 13:29, Rafael Santos wrote: > Guys, > > As promissed, I got to talk to Joe Berkovitz that together with Alex > Uhlmann were

Re: [OT] FlexCover on Apache Flex base

2012-03-06 Thread Alex Harui
It would take work on his part to ensure he has the legal right to donate all of the code (no third party works in his code) and fill out the required forms. It might be better if we leverage the Adobe code coverage tool. -Alex On 3/6/12 8:34 AM, "Rafael Santos" wrote: > How the donation proc

Re: [OT] FlexCover on Apache Flex base

2012-03-06 Thread Bertrand Delacretaz
On Tue, Mar 6, 2012 at 5:34 PM, Rafael Santos wrote: > How the donation process works? What are the steps? See http://markmail.org/message/zt4osachrsgjh6ix -Bertrand

RE: [OT] FlexCover on Apache Flex base

2012-03-06 Thread Michael A. Labriola
>I do not have the time to work on Flexcover any more and so I would not expect >to be able to continue contributing after the project is donated, but perhaps >someone else could keep it alive. Uhm, wait. I thought Apache wasn't interested in abandoned code dumps. There are no developers behind

RE: [OT] FlexCover on Apache Flex base

2012-03-06 Thread Michael A. Labriola
>It would take work on his part to ensure he has the legal right to donate all >of the code (no third party works in his code) and fill out the required forms. Also concerned on this as FlexCover is effectively a tweaked version of the existing compiler, which was a legal nightmare. >It might b

RE: [OT] FlexCover on Apache Flex base

2012-03-06 Thread Skogen, Espen
Have anybody looked at the code coverage provided in Flexmojos 4? Seems to work fine. Maybe that can be ported to work outside of Maven? My understanding is that it's using Apparat to inspect the bytecode. Shouldn't be too hard to use that as a standalone tool. E:) Espen Skogen | Vice Preside

RE: [OT] FlexCover on Apache Flex base

2012-03-06 Thread Michael A. Labriola
>Have anybody looked at the code coverage provided in Flexmojos 4? Seems to >work fine. Maybe that can be ported to work outside of Maven? > >My understanding is that it's using Apparat to inspect the bytecode. Shouldn't >be too hard to use that as a standalone tool. There is already a port to m

RE: [OT] FlexCover on Apache Flex base

2012-03-06 Thread Michael A. Labriola
If anyone is interested, here is a good overview of the types of coverage: http://www.bullseye.com/coverage.html

Re: [OT] FlexCover on Apache Flex base

2012-03-06 Thread Jason Gardner
> There is already a port to make it work outside of mojos. Licensing is a little dicey but trying to work on this. Again though, it is basically a line coverage metric. Mike, let me know if there's anything in particular that I should rework in the port or investigate to alleviate the licensing i

RE: [OT] FlexCover on Apache Flex base

2012-03-06 Thread Michael A. Labriola
>Mike, let me know if there's anything in particular that I should rework in >the port or investigate to alleviate the licensing issues. I'm available to >work on this as needed. Jason, Will do. Was going to write you back today, looking into all of the licensing for other clients too so I sh

en_CA locale for Flex SDK

2012-03-06 Thread Justin Mclean
Hi, Any Canadian's on the list? Want to have a go at making an en_CA (or fr_CA) locale for the Flex SDK? For the en_CA I assume there would only be a minimal changes from the current en_US ones. You also might want to try out the postcode validator and postcode formatter as I've included sup

Re: Other locales for Flex SDK

2012-03-06 Thread Justin Mclean
Hi, From the list a while ago: > Are you writing an actionscript formatter for this, or are you just > trying to tackle how to format it in the locale properties? I'd > suggest writing a custom PhoneNumberUKFormatter or something if you're > not already. The postcode validator and formatter in my

Too much validation occurring in AdvancedDataGrid

2012-03-06 Thread Justin Mclean
Hi, Is a bit quiet around here so I thought I bring up something odd I found a while ago. If you run the sample found here on the whiteboard: http://svn.apache.org/viewvc/incubator/flex/whiteboard/jmclean/datagrid/src/TooMuchValidation.mxml and move the mouse about you'll see how many times va

Re: [OT] FlexCover on Apache Flex base

2012-03-06 Thread Petr Svoboda
> > > Uhm, wait. I thought Apache wasn't interested in abandoned code dumps. > There are no developers behind this, there are no updates and the author is > saying he is not interesting in maintaining it. I like Joe and Alex, they > have done a lot for us, but is this really the direction we want t

[Mentors] Last minute update to March Flex Podling report

2012-03-06 Thread Alex Harui
Hi Dave, Bertrand, I see that you’ve already signed off on the Flex podling report (which Rui did on 2/24), but I wanted to update the trademark issue to note that a conversation between Adobe and Apache did happen, and that there is a JIRA issue blocking infrastructure from importing the bug b