[FalconJX] What is the purpose of emitBinaryOperator override in JSFlexJSEmitter?

2013-04-08 Thread Alex Harui
What does it do that the superclass doesn’t handle? Thanks, -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: Welcome our newest Apache Flex committer Harbs

2013-04-08 Thread Jose Barragan
Welcome aboard Harbs!! -- Jose Barragan Chief Software Architect josebarra...@apache.org On Apr 6, 2013, at 9:44 PM, Harbs harbs.li...@gmail.com wrote: Thanks! It's my honor to be invited. I'll do my best to not disappoint you… :-) I'm currently working on expanding some of the spark

Status on the maven-flex-plugin

2013-04-08 Thread christofer.d...@c-ware.de
Hi guys. juts to give you a short update on what I'm currently working on. A working complete maven-flex-plugin needs code generation in place at several locations. Besides normal code generation when generating an ActionScript model from a Java Model, especially the Unit-Test support also

Re: How to compile and contribute Flex SDK in IntelliJ 12 with Git?

2013-04-08 Thread Frédéric THOMAS
Hi Nick, I'm working on a new tutorial... I had some time to muck around with it this weekend... I redone all the process I described bellow tonight to have it mind, except for the point 10 where it is not really important as I build via ant (IDEA) and I copy the swc to the copiedSdk,

[jira] [Created] (FLEX-33478) Including resource bundle in main app MXML causes unfixable crash in iOS StandardMode compile

2013-04-08 Thread Gaius Coffey (JIRA)
Gaius Coffey created FLEX-33478: --- Summary: Including resource bundle in main app MXML causes unfixable crash in iOS StandardMode compile Key: FLEX-33478 URL: https://issues.apache.org/jira/browse/FLEX-33478

FalconJX: bugs in external dependencies (Google Closure Compiler), what to do?

2013-04-08 Thread Tigran Najaryan
I debugged the problem that I reported earlier (generating incorrect paths in deps.js) and looks like it is due to a bug in com.google.javascript.jscomp.deps.PathUtil.isAbsolute. It is implemented by simply checking that the path starts by a forward slash which of course is incorrect under

Re: How to compile and contribute Flex SDK in IntelliJ 12 with Git?

2013-04-08 Thread Nicholas Kwiatkowski
Sounds good. I'm still playing around with it. Mustella seems broken at the moment, but I think that has to do with the externals not coming through automatically. Otherwise, IDEA can do just about everything you've talked about in the WIKI, including the rebasing and the rest. I'm still

Re: How to compile and contribute Flex SDK in IntelliJ 12 with Git?

2013-04-08 Thread Frédéric THOMAS
Yep, the only exception with IDEA is if you are work on a symlink drive on Windows, Git is lost at time, an running IDEA as Administrator is worst in this case, it can't see any symlink drive, I should find the time to report a bug for that otherwise is a golden tool. -Fred -Message

Re: [FalconJX] What is the purpose of emitBinaryOperator override in JSFlexJSEmitter?

2013-04-08 Thread Erik de Bruin
It helps with the proper handling of getter/setter properties. FlexJS uses methods with the get_ and set_ prefixes instead of the Object.defineProperty that goog JS uses. When using a setter method you go from myObject.label = 'hello world' to myObject.set_label('hello world'). Part of that

Re: FalconJX: bugs in external dependencies (Google Closure Compiler), what to do?

2013-04-08 Thread Erik de Bruin
Tigran, Both Alex and I are on a Mac, so that is probably why it escaped notice until now :-) Also, the publisher side of the code is very much a work in progress, which deserves all the attention you can give it. I'll answer your other email some time tonight, jetlag permitting. On this one:

Re: [VOTE] Release InstallApacheFlex 2.5.4 - RC5

2013-04-08 Thread Frédéric THOMAS
+1 Thanks guys, -Fred (Win7 64, fr_FR) On 4/5/13 6:35 PM, Frédéric THOMAS webdoubl...@hotmail.com wrote: *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

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

2013-04-08 Thread Frédéric THOMAS
Hi, I will count the votes tomorrow, is there anything specific I have to know ? where is the official list of the PMCs ? -Fred -Message d'origine- From: Justin Mclean Sent: Saturday, April 06, 2013 1:37 AM To: dev@flex.apache.org Subject: Re: [DICUSS] Release InstallApacheFlex

RE: FalconJX: bugs in external dependencies (Google Closure Compiler), what to do?

2013-04-08 Thread Tigran Najaryan
Erik, I already tried manipulating the paths before they are fed to computeDependencyCalls, particularly I tried passing relative paths instead of absolute ones but that does not work either. One way or another the computeDependencyCalls() passes the path to PathUtil.makeAbsolute()and it gets

File.applicationDirectory

2013-04-08 Thread Marcio Fermino
Olá, gostaria saber como verificar se existe um arquivo em um diretório dentro da aplicação no IOS, algo parecido como var prefsFile:File = File.applicationDirectory; prefsFile =

RE: FalconJX: bugs in external dependencies (Google Closure Compiler), what to do?

2013-04-08 Thread Alex Harui
Falconjs works on Windows. I haven't gotten far enough with falconjx to try on windows. Maybe I'll have time today. I do recall that deps file is a uri and not a path so forward slash is used even on windows. Sent via the PANTECH Discover, an ATT 4G LTE smartphone. Tigran Najaryan

Re: How to compile and contribute Flex SDK in IntelliJ 12 with Git?

2013-04-08 Thread Nicholas Kwiatkowski
Let me know if you need help opening up a ticket with them. They've been super-responsive to anything I've opened up with them in the past (usually only taking one cycle, or about a month to fix things). -Nick On Mon, Apr 8, 2013 at 7:58 AM, Frédéric THOMAS webdoubl...@hotmail.comwrote: Yep,

Re: FalconJX compilation steps + FalconJX generates incorrect paths in deps.js (was: FalconJX mxmlc error)

2013-04-08 Thread Alex Harui
I got the same error in the release version. I have a fix locally. Sent via the PANTECH Discover, an ATT 4G LTE smartphone. Tigran Najaryan tig...@gmail.com wrote: Erik, Alex, you are right, I was using the source from the SVN mirror (was under impression they are in sync with git).

Re: How to compile and contribute Flex SDK in IntelliJ 12 with Git?

2013-04-08 Thread Frédéric THOMAS
Yeah, I already had to deal with them, they're really ok, I'll do that as soon as I can. Cheers, -Fred -Message d'origine- From: Nicholas Kwiatkowski Sent: Monday, April 08, 2013 4:21 PM To: dev@flex.apache.org Subject: Re: How to compile and contribute Flex SDK in IntelliJ 12 with

{DRAFT] April Board Report

2013-04-08 Thread Alex Harui
BTW, I think we report quarterly after this report: Apache Flex is an application framework for easily building Flash-based applications for mobile devices, the browser and desktop. RELEASES Apache Flex 4.9.1 was released on 2/28/13. Apache Flex Installer 2.0.x was released on 1/9/13. The next

[jira] [Created] (FLEX-33479) Conflict between allowBrowserInvocation and captiveruntime packaging of AIR application

2013-04-08 Thread Abhishek Dwevedi (JIRA)
Abhishek Dwevedi created FLEX-33479: --- Summary: Conflict between allowBrowserInvocation and captiveruntime packaging of AIR application Key: FLEX-33479 URL: https://issues.apache.org/jira/browse/FLEX-33479

Re: {DRAFT] April Board Report

2013-04-08 Thread Greg Reddin
Alex, I think I've seen comments from board members that they'd rather you not include the nothing to report sections. If I was producing the report I'd leave them out. Good report though. Thanks. Greg On Mon, Apr 8, 2013 at 10:03 AM, Alex Harui aha...@adobe.com wrote: BTW, I think we report

Re: {DRAFT] April Board Report

2013-04-08 Thread Frédéric THOMAS
Hi Alex, Except the typo 'Git¹s database model ' maybe it's good to add that FishEye is now plugged to our Jira [1], I'm not sure. Thanks, -Fred [1]

[jira] [Commented] (FLEX-33479) Conflict between allowBrowserInvocation and captiveruntime packaging of AIR application

2013-04-08 Thread JIRA
[ https://issues.apache.org/jira/browse/FLEX-33479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13625458#comment-13625458 ] Fréderic Cox commented on FLEX-33479: - Possible workaround is to use the NativeProcess

s:Sequence

2013-04-08 Thread Kessler CTR Mark J
Where is s:Sequence declared? Is it just a direct mx:Sequence reference even though they have slightly different implementation between the MX style and the fx:Declaration? -Mark

Re: s:Sequence

2013-04-08 Thread Alex Harui
Check spark-manifest.xml On 4/8/13 9:12 AM, Kessler CTR Mark J mark.kessler@usmc.mil wrote: Where is s:Sequence declared? Is it just a direct mx:Sequence reference even though they have slightly different implementation between the MX style and the fx:Declaration? -Mark -- Alex

RE: s:Sequence

2013-04-08 Thread Kessler CTR Mark J
Thanks, where's that Easy button. Lol -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Monday, April 08, 2013 12:26 PM To: dev@flex.apache.org Subject: Re: s:Sequence Check spark-manifest.xml

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

2013-04-08 Thread Michael A. Labriola
I don't think it would be possible to use github for the official whiteboards as it brings up a number of issues for infra and the ASF ie knowing who contributed, licensing issues etc etc basically the normal issues for bit of donated code. Ultimately I think github is the way to go. If

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

2013-04-08 Thread Frédéric THOMAS
Ultimately I think github is the way to go. If that can't work, the other choice is for infra to create a repo per committer (github model). I guess you meant: to create a repo per committer's project (github model). -Fred -Message d'origine- From: Michael A. Labriola Sent: Monday,

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

2013-04-08 Thread Alex Harui
On 4/8/13 9:49 AM, Michael A. Labriola labri...@digitalprimates.net wrote: I don't think it would be possible to use github for the official whiteboards as it brings up a number of issues for infra and the ASF ie knowing who contributed, licensing issues etc etc basically the normal issues

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

2013-04-08 Thread Alex Harui
You can probably use the website or old vote result thread. Sent via the PANTECH Discover, an ATT 4G LTE smartphone. Frédéric THOMAS webdoubl...@hotmail.com wrote: Hi, I will count the votes tomorrow, is there anything specific I have to know ? where is the official list of the PMCs ?

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

2013-04-08 Thread Frédéric THOMAS
The way I would do it is to create an Organization account on GitHub, share the login details with priv...@flex.apache.org. Then, any committer who wants to create a whiteboard can send an email on private@flex.a.o. We add the committer's github id as part of our organization account. We

[FalconJX][FlexJS] imports != require?

2013-04-08 Thread Alex Harui
Erik, I haven’t found the code yet, but the FlexJS output seems to be using import statements as a way of setting up the goog.requires. The closure compiler subsequently doesn’t like wild card imports import foo.bar.*; And I think it will miss same-package class dependencies, unless that

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

2013-04-08 Thread Om
On Apr 8, 2013 12:00 PM, Alex Harui aha...@adobe.com wrote: I'm ok with a couple of folks trying it in order to see if it can satisfy everyone and Apache. I'm not sure we need a gate but maybe I'm missing something. I meant the contributor licence agreement. How do we do this for JIRA

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

2013-04-08 Thread Frédéric THOMAS
I would say, at the moment they want to contribute, it means they accept the contributor license agreement, maybe indicating it in the README would be sufficient but I'm not sure. -Fred -Message d'origine- From: Om Sent: Monday, April 08, 2013 10:31 PM To: Alex Harui Cc:

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

2013-04-08 Thread Michael A. Labriola
I meant the contributor licence agreement. How do we do this for JIRA patches today? Is it an implicit agreement? I am wondering if adding a note in the main Github page would be sufficient? I was curious about the same thing. Specifically Jira patches.

Fwd: [flex-tlf] lineThrough is nested in character-level format for a span (#1)

2013-04-08 Thread Justin Mclean
Hi, Github pull request are currently sent where? Are there any we've missed? Justin Begin forwarded message: From: Adnan Doric notificati...@github.com Subject: [flex-tlf] lineThrough is nested in character-level format for a span (#1) Date: 9 April 2013 12:22:47 AM AEST To:

[jira] [Created] (FLEX-33480) Build error when locale is set to pt_PT

2013-04-08 Thread Dasa Paddock (JIRA)
Dasa Paddock created FLEX-33480: --- Summary: Build error when locale is set to pt_PT Key: FLEX-33480 URL: https://issues.apache.org/jira/browse/FLEX-33480 Project: Apache Flex Issue Type: Bug

Re: Git migration update

2013-04-08 Thread Dasa Paddock
Hopefully when this ticket is fixed, the GitHub mirrors will be fixed too. --Dasa On Apr 4, 2013, at 10:29 AM, Om bigosma...@gmail.com wrote: 2. Flex PMC needs to open a new ticket to keep the read only mirrors in sync with the new git read/write repos (I will open a JIRA ticket) FYI,

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

2013-04-08 Thread Justin Mclean
Hi, Think we may be missing the point here there's nothing to stop a committer from using github for their own experiments now, but if that code is eventually donated into the Flex project it would need to: 1) Any contributors who have a made a large contribution have signed a ICLA and agree

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

2013-04-08 Thread Frédéric THOMAS
+1 So in git hub are all contributors easily identified and contactable? Each github contributor has an email address since he has a github account -Fred -Message d'origine- From: Justin Mclean Sent: Tuesday, April 09, 2013 1:26 AM To: dev@flex.apache.org Subject: Re: [DISCUSS]

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

2013-04-08 Thread Om
On Mon, Apr 8, 2013 at 4:26 PM, Justin Mclean jus...@classsoftware.comwrote: Hi, Think we may be missing the point here there's nothing to stop a committer from using github for their own experiments now, but if that code is eventually donated into the Flex project it would need to: 1) Any

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

2013-04-08 Thread Justin Mclean
HI, Notifying the contributer when they send a pull request to a committer's whiteboard project should serve exactly this purpose. How do we know if the pull request is legally allowed to be applied? If a patch is submitted via JIRA at least there's some process and understanding that it's

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

2013-04-08 Thread Alex Harui
On 4/8/13 5:32 PM, Justin Mclean jus...@classsoftware.com wrote: HI, Notifying the contributer when they send a pull request to a committer's whiteboard project should serve exactly this purpose. How do we know if the pull request is legally allowed to be applied? If a patch is

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

2013-04-08 Thread Dave Fisher
This discussion seems familiar. Justin has the ASF viewpoint for the most part. Talk to infra and David Nalley about the issues in expanding out to github. Regards, Dave Sent from my iPhone On Apr 8, 2013, at 4:35 PM, Om bigosma...@gmail.com wrote: On Mon, Apr 8, 2013 at 4:26 PM, Justin

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

2013-04-08 Thread Harbs
Sounds good to me as well. Redirecting comments sounds like a good idea. On Apr 9, 2013, at 3:32 AM, Justin Mclean wrote: HI, Notifying the contributer when they send a pull request to a committer's whiteboard project should serve exactly this purpose. How do we know if the pull request