Re: International English

2014-11-22 Thread Justin Mclean
Hi, > If you agree that we should use backgroundColor, color, and ColorPicker, > doesn’t that count as US English? They are names of classes / attributes / styles , we're not going to change that because of backward compatibility. Names of things can be spelt in any way and you retain that spel

Re: Installer aborting on 4.12.1 and AIR 15 / FP15

2014-11-22 Thread Justin Mclean
Hi, > Bummer that we can’t tell it from other errors. For these older releases, > can you determine roughly how many more failures are occurring per day > after October 8 vs before? Not easy to tell from the data one of the 2032 errors fell to zero at that point for 4.12.1 (so you can see somet

Re: International English

2014-11-22 Thread Justin Mclean
Hi, > Proof or it didn't happen. In one case we had a client refuse to release Flex Application because of the word "initilizing' in the loading bar (this issue was in an early version of Flex and has fixed in a later version of Flex). The client was a large newspaper in Australia and knew the

Re: Installer aborting on 4.12.1 and AIR 15 / FP15

2014-11-22 Thread Alex Harui
On 11/22/14, 1:07 PM, "Justin Mclean" wrote: > >As I've emailed this list several times now (eg Oct 27th) the background >error rate has increased so yes were seeing the issue. Bummer that we can’t tell it from other errors. For these older releases, can you determine roughly how many more f

Re: International English

2014-11-22 Thread Avi Kessner
I don't have an opinion on this general topic one way or another (I prefer using British English spelling, but I was raised on American English) However regarding class names... Class names are class names. If Adobe for the past 10-15 years had a class named BakgroundColorz, BakgroundImagez and

Re: International English

2014-11-22 Thread Erik de Bruin
>>> Before we go off spending energy rewriting the doc, I would like to see >>> evidence that folks are finding it confusing and that some change is >>>going >>> to make a difference. I don’t recall very many JIRA issues about >>> confusing documentation or threads on the mailing list. >> >>Over t

Re: Interesting news from Infra

2014-11-22 Thread Alex Harui
On 11/22/14, 3:43 PM, "Christofer Dutz" wrote: >Turns out that they seem to be currently experimenting with Azure agents >which would then be Windows machines. Then they are also migrating more >and more stuff to puppet. My idea towards this would be that we could >provide puppet scripts for doi

Re: AW: AW: Updated Flex-SDK to use apache-flex blazeds :-)

2014-11-22 Thread Alex Harui
On 11/22/14, 3:28 AM, "Christofer Dutz" wrote: > >I think my issue with the jars was that the ANT script sort of downloads >them but I couldn't find a single one of them available via Maven. There >might be solutions to that problem, but I sort of didn't put that effort >in there cause I knew n

Re: International English

2014-11-22 Thread Alex Harui
On 11/21/14, 11:53 PM, "Justin Mclean" wrote: >Hi, > >> IMO, we should not be trying to decide between US and Int’l English. > >And nor should we be using US English for an international audience given >who are the majority of our users. If you agree that we should use backgroundColor, color,

Re: AW: AW: [Maven - Squiggly] release (was: RE: [jira] [Created] (FLEX-34640) Squiggly: Generate / Package RSLs and deploy with Maven)

2014-11-22 Thread Alex Harui
As Justin suggested, what would we ask Infra for that would “solve everything”? At one point they offered us an Azure VM. Could such a VM be “inside the security perimeter” enough that we could store credentials on it and thus deploy to Maven repos? Another idea that popped into my head is about

Interesting news from Infra

2014-11-22 Thread Christofer Dutz
Hi, I'm currently packing my stuff, going back from ApacheCon tomorrow. But I think it was good staying a little longer. Went out with the guys from infra tonight and talked a little with them about our needs for building stuff. Turns out that they seem to be currently experimenting with Azu

Re: Installer aborting on 4.12.1 and AIR 15 / FP15

2014-11-22 Thread Justin Mclean
Hi, > Just so I’m clear, are your numbers the number of folks attempting 4.12.1 > and older installs or the number attempting and failing? Yes. > Do the analytics show specifically when folks try an older build with FP/AIR > 15? No, just the Flex version. > Judah’s failures should be in th

Re: Installer aborting on 4.12.1 and AIR 15 / FP15

2014-11-22 Thread Alex Harui
Just so I’m clear, are your numbers the number of folks attempting 4.12.1 and older installs or the number attempting and failing? Do the analytics show specifically when folks try an older build with FP/AIR 15? Judah’s failures should be in there in the last 24 hours or so. We did the cutover t

RE: AW: AW: [Maven - Squiggly] release (was: RE: [jira] [Created] (FLEX-34640) Squiggly: Generate / Package RSLs and deploy with Maven)

2014-11-22 Thread Frédéric THOMAS
That seems a good idea, effectively, we've got what need for the sdk because the mavenizer does the job to prepare it for maven with the require directory structure, what about the others, flexunit, squiggly, blazeds, etc... ? Also, for flexunit for example, I noticed the listener for AIR isn't

AW: AW: [Maven - Squiggly] release (was: RE: [jira] [Created] (FLEX-34640) Squiggly: Generate / Package RSLs and deploy with Maven)

2014-11-22 Thread Christofer Dutz
Actually I think we could already have all we need. The Mavenizer has this auto-downloader which I only enabled for Air and Flash (Didn't want to under run the installer). So I could simply create a "mavenizer" maven plugin, which does nothing else than download our binary distribution, download

RE: AW: [Maven - Squiggly] release (was: RE: [jira] [Created] (FLEX-34640) Squiggly: Generate / Package RSLs and deploy with Maven)

2014-11-22 Thread Frédéric THOMAS
Hi, To continue on the idea of generating from our own VMs the needed artifacts / poms and having a job running on build.a.o taking it and deploy it, I found this Maven plugin [1] which I guess could help for a bulk deploy, now, the only remaining problem is in how to pass the built artifacts f

AW: [Maven - Squiggly] release (was: RE: [jira] [Created] (FLEX-34640) Squiggly: Generate / Package RSLs and deploy with Maven)

2014-11-22 Thread Christofer Dutz
Well the projects currently built with Maven are, as you stated, almost all Java. I encountered one project actually built with flexmojos but we can't have this built on b.a.o as this would require a mavenized release version of Flex and this is missing. As soon as we have all our stuff out offi

AW: AW: Updated Flex-SDK to use apache-flex blazeds :-)

2014-11-22 Thread Christofer Dutz
Well I have never used the DataWizards ... as far as I understood them they sort of generate AS versions of you model classes and somehow create wrappers for accessing servers. I don't like checking in generated code so I have always user the generator built into Flexmojos which generates all th

Re: Installer aborting on 4.12.1 and AIR 15 / FP15

2014-11-22 Thread Justin Mclean
Hi, > We’ll have the same issue if there is a 16 and 16 beta some day. The number of users installing the beta is less than the number of people installing previous versions. > I’m not sure there is urgency. About 25 users a day are effected, that's significant in my books. > What do the ana