Re: [DISCUSS ] Apache Flex guidelines RC2 - discussion

2013-11-11 Thread Erik de Bruin
Hi, I've made some minor edits to the Wiki, for reading ease and clarification. The only 'big' thing is the language in the 'Voting timeframes' section. The way it's written now has some loopholes in it, I think. Especially the 'until enough votes' reads like after 72 hrs, the first vote that

Re: [DISCUSS ] Apache Flex guidelines RC2 - discussion

2013-11-11 Thread Erik de Bruin
I'm ready to vote +1. EdB On Mon, Nov 11, 2013 at 11:35 AM, Justin Mclean jus...@classsoftware.com wrote: Hi, Especially the 'until enough votes' reads like after 72 hrs, the first vote that defines 'enough' will close the vote... That is actually OK by me, otherwise people could keep the

[DISCUSS] ** Apache Flex guidelines RC3 **

2013-11-11 Thread Erik de Bruin
For the poor souls among us that are tied into Gmail and like our threads separated ;-) EdB On Mon, Nov 11, 2013 at 12:25 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, Please place ay discussion here and not in the vote thread. Thanks, Justin -- Ix Multimedia Software Jan

[FALCONJX/FLEXJS] stricter compilation

2013-11-12 Thread Erik de Bruin
Hi, I have a local branch in which I've made the FalconJx 'goog' compiler apply to the strictest possible rules/flags. This resulted in 193 warnings about bad code in the DataBindingTest example. Hidden behind those were some more errors ;-) I fixed all but a couple in the framework and there

[FLEXJS] WatcherBase error checking

2013-11-13 Thread Erik de Bruin
Hi, In the JS version of the WatcherBase class wrapUpdate method there is a significant amount of error handling that seems to be a literal translation of the AS side. On the JS side, since the error argument in the catch statement isn't typed at all, I don't see where the 'errorID' property

Re: [FALCONJX/FLEXJS] stricter compilation

2013-11-13 Thread Erik de Bruin
I have a local branch in which I've made the FalconJx 'goog' compiler apply to the strictest possible rules/flags. This resulted in 193 warnings about bad code in the DataBindingTest example. Hidden behind those were some more errors ;-) Is it an option you can turn on and off? Customer's may

Re: [FALCONJX/FLEXJS] stricter compilation

2013-11-13 Thread Erik de Bruin
I've published a 'develop_strictest' branch on both the 'flex-asjs' and 'flex-falcon' projects. These need to live together to make the magic happen. I fixed as much of the warnings as was possible given our setup. There are now 32 warnings left when publishing 'DataBindingTest', most seem

Re: [FLEXJS] ItemRenderers

2013-11-13 Thread Erik de Bruin
Peter, I'm pretty sure I fixed this and created tests to keep an eye on it. Did you get the latest FalconJx code and do a clean build? EdB On Wed, Nov 13, 2013 at 5:30 PM, Peter Ent p...@adobe.com wrote: Hi, I've pushed code to get custom itemRenderers working. Many thanks to Alex and

Re: [FLEXJS] CSS value handling can't work in release code

2013-11-13 Thread Erik de Bruin
That sounds like a good place to start. Ideally the test would be a project we all work on, or a project we all extend and use as a reference, next to our own projects. I have been thinking of creating a 'kitchen sink' app for FlexJS that would double as a public example as well. I am

Re: [FLEXJS] CSS value handling can't work in release code

2013-11-13 Thread Erik de Bruin
One thought is that we might store both the 'name' and the 'qName' in the class metadata (where currently only the interfaces - if any - live) and adopt the 'getValue' routines to search that instead of the entire namespace chain. This would get rid of the need for the dreaded '__proto__' as

Re: [FalconJX] Build and install

2013-11-14 Thread Erik de Bruin
First, to get everything set up, in the root of your 'flex-falcon' directory, run 'ant wipe-all all'. This will build both the compiler and compiler.jx, setting up their dependencies etc. etc. I don't know another way to set it up in Flash Builder other than installing Alex's overlay and editing

[FLEXJS] inheritance/interfaces

2013-11-14 Thread Erik de Bruin
Hi, Quick question (too lazy to build an AS project to check): If class B extends class A and class A implements interface IA, does class B also implement IA? In other words, in this scenario, does (B is IA) return true? I'm asking, because org.apache.flex.utils.Language.is() currently doesn't.

Re: Build failed in Jenkins: flex-sdk_mustella #531

2013-11-14 Thread Erik de Bruin
Bump, bump, bumperdebump! EdB On Wed, Nov 13, 2013 at 6:42 PM, Erik de Bruin e...@ixsoftware.nl wrote: Bump... EdB On Wed, Nov 13, 2013 at 6:16 PM, flex.muste...@gmail.com wrote: See http://localhost:8080/job/flex-sdk_mustella/531

Re: [FLEXJS] inheritance/interfaces

2013-11-14 Thread Erik de Bruin
Thanks. On it. EdB On Thu, Nov 14, 2013 at 6:37 PM, Michael A. Labriola labri...@digitalprimates.net wrote: If class B extends class A and class A implements interface IA, does class B also implement IA? In other words, in this scenario, does (B is IA) return true? Yep -- Ix

Re: [FLEXJS] CSS value handling can't work in release code

2013-11-14 Thread Erik de Bruin
look at it together before we commit. EdB On Wed, Nov 13, 2013 at 8:12 PM, Erik de Bruin e...@ixsoftware.nl wrote: One thought is that we might store both the 'name' and the 'qName' in the class metadata (where currently only the interfaces - if any - live) and adopt the 'getValue' routines

Re: [FLEXJS] inheritance/interfaces

2013-11-15 Thread Erik de Bruin
As far as I know, instanceof checks do *not* work with interfaces. That's what is is for. is works for both classes and interfaces. Correct. I've updated the 'org.apache.flex.utils.Language.is()' method to take super class interface implementation into account. I also updated the example

Re: [OT] 360|Flex 2014

2013-11-15 Thread Erik de Bruin
I'm very likely attending, and I'd like a lab about fixing and debugging the SDK, please :-) Setting up your workspace, preparing the SDK, creating patches etc. EdB On Fri, Nov 15, 2013 at 3:52 AM, Justin Mclean jus...@classsoftware.com wrote: Hi, Alex already posted about this and ask

Re: [FLEXJS] CSS value handling can't work in release code

2013-11-15 Thread Erik de Bruin
, 2013 at 8:55 AM, Erik de Bruin e...@ixsoftware.nl wrote: Ah, small update: a lot of the warnings remaining in 'strict' mode are for the classes the compiler misses... That at least combines the issues, two birds with one stone and all ;-) EdB On Thu, Nov 14, 2013 at 10:25 PM, Erik de Bruin e

Re: [FLEXJS] CSS value handling can't work in release code

2013-11-15 Thread Erik de Bruin
:24 AM, Erik de Bruin e...@ixsoftware.nl wrote: Big update: fixed! If you really want to know what needed to happen to make this work, please read the commit messages. It wasn't a simple fix. Note: the metadata property is now required on each class in the framework. I've added it to all

Re: [FLEXJS] CSS value handling can't work in release code

2013-11-15 Thread Erik de Bruin
Or, since that has gone the way of the dodo, I can just feed it 'this.FLEXJS_CLASS_INFO.names[0].name' ;-) EdB On Fri, Nov 15, 2013 at 7:12 PM, Alex Harui aha...@adobe.com wrote: Looks like it should be ok to replace with getQualifiedClassName(). -Alex On 11/15/13 9:56 AM, Erik de Bruin e

Re: [FLEXJS] CSS value handling can't work in release code

2013-11-15 Thread Erik de Bruin
/15/13 9:56 AM, Erik de Bruin e...@ixsoftware.nl wrote: Is there a particular reason there is a 'className' property which is set on some, but not all classes and even has 'getter/setter' methods? Unless the property is seriously misnamed, why would you want to be able to SET a class' name

Re: [1/2] git commit: [flex-falcon] [refs/heads/develop] - Found the proper order in which to feed the files to the compiler. No more warnings!!!

2013-11-17 Thread Erik de Bruin
- 753c7853a Found the proper order in which to feed the files to the compiler. No more warnings!!! Signed-off-by: Erik de Bruin e...@ixsoftware.nl Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/828ab764 Tree

Re: git commit: [flex-sdk] [refs/heads/develop] - FIXED broken mustella tests after : FIXED mispelled variable that caused getter to be used instead.

2013-11-17 Thread Erik de Bruin
Yeah, I'd hold off on that for a bit. There was some wackyness with the VM. Give it one more full run before taking action. EdB On Sun, Nov 17, 2013 at 4:51 PM, Alex Harui aha...@adobe.com wrote: Looks like there is a second test failing that might have been masked by the first one. Can you

Re: git commit: [flex-sdk] [refs/heads/develop] - Updated jenkins.sh for Mustella VM with latest FP and AIR betas

2013-11-17 Thread Erik de Bruin
I don't think we need to use '12.0'. According to [1], from now on Adobe will be updating the major build numbers for each release. They will also be giving AIR the same version number as FP on the next release. So, after FP 12 and AIR 4, we'll get FP 13 and AIR 13. EdB 1 :

Re: git commit: [flex-sdk] [refs/heads/develop] - Updated jenkins.sh for Mustella VM with latest FP and AIR betas

2013-11-17 Thread Erik de Bruin
Hey, don't kill the messenger ;-) EdB On Mon, Nov 18, 2013 at 8:26 AM, Justin Mclean jus...@classsoftware.com wrote: Hi, I don't think we need to use '12.0'. According to [1], from now on Adobe will be updating the major build numbers for each release. And what if they release a security

Re: [dev] Build failed in Jenkins: flex-sdk_mustella-mobile #369

2013-11-17 Thread Erik de Bruin
Hi, Playing 'bad cop' here: did you run the mobile Mustella tests before pushing the commits? EdB On Mon, Nov 18, 2013 at 8:41 AM, Maurice Amsellem maurice.amsel...@systar.com wrote: Analysing the failures... -Message d'origine- De : flex.muste...@gmail.com

Re: [FLEXJS] Overlays and SWC Refactoring

2013-11-18 Thread Erik de Bruin
By the way, did you see my commit for the defaults for the command line arguments to FalconJx? Having those should make the launch files a bit lighter, not having to set these arguments and all. No, I missed that. How does it work? FalconJX is also picking up the -library-path and main mxml

Re: [FlexJS] Cannot start app

2013-11-18 Thread Erik de Bruin
Yeah, my bad. I was so focussed on getting the release code to work that I forgot to check the debug code. Fixed now. EdB On Mon, Nov 18, 2013 at 9:30 PM, Peter Ent p...@adobe.com wrote: Hi, I'm building the ListsTests using the latest FalconJX and flexjs repository pull. I had to make

Re: [FLEXJS] Overlays and SWC Refactoring

2013-11-18 Thread Erik de Bruin
They are actually overrides of the defaults set in the Configuration class and it's super classes. Nothing special, nothing dynamic ;-) OK, I'll have to look into it. I'm specifically interested in how the -js-lib entries get set. 'sdk-js-lib' is handled in JSGoogConfiguration. EdB -- Ix

Re: Build failed in Jenkins: flex-sdk_mustella #544

2013-11-18 Thread Erik de Bruin
I was (am) a little confused about the version numbering of the new FP (I assumed 12, Justin indicated it might be 12.0), so our beams crossed and we ended up with a combination of the possible values. That didn't work out well ;-) I've change 'my' part to 12.0 and now at least the builds are

Re: [dev] Build failed in Jenkins: flex-sdk_mustella-mobile #369

2013-11-19 Thread Erik de Bruin
It'll take another 10 hours or so before the Mustella VM cycles through it's jobs and completes the mobile suite. But if it passes for you, I expect no big issues ;-) EdB On Tue, Nov 19, 2013 at 9:40 AM, Maurice Amsellem maurice.amsel...@systar.com wrote: - Fixed and committed to develop

[MustellaVM] CI mess

2013-11-19 Thread Erik de Bruin
Hi, Just wanted to let you know that the Mustella VM is a bit of a mess at the moment, but I'm 'working hard' to get everything back online and running smoothly again. Please give it a day or so before taking too much notice of the failures... EdB -- Ix Multimedia Software Jan Luykenstraat

Re: [FALCONJX] [FLEXJS] AS to JS compilation issues

2013-11-19 Thread Erik de Bruin
I second that. I'll take a look tomorrow, if you file that JIRA ticket ;-) EdB On Tue, Nov 19, 2013 at 9:42 PM, Alex Harui aha...@adobe.com wrote: Yep, those look like bugs to me. -Alex On 11/19/13 12:27 PM, Peter Ent p...@adobe.com wrote: Hi, I am attempting to take the DataGrid,

Re: [FALCONJX] [FLEXJS] AS to JS compilation issues

2013-11-20 Thread Erik de Bruin
Java or not (didn't have to do it yesterday). --peter On 11/19/13 4:33 PM, Peter Ent p...@adobe.com wrote: I filed two tickets for each issue. Thanks. This is getting really close. --peter On 11/19/13 3:59 PM, Erik de Bruin e...@ixsoftware.nl wrote: I second that. I'll take a look tomorrow

Re: [FLEXJS] Overlays and SWC Refactoring

2013-11-20 Thread Erik de Bruin
PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Nov 19, 2013 12:51 PM, Alex Harui aha...@adobe.com wrote: On 11/18/13 12:19 PM, Erik de Bruin e...@ixsoftware.nl wrote: I'm clear. Sounds awesome! Let me know when the ant script is done, I'll work it into a Jenkins job so we get a fresh

Re: [FALCONJX] [FLEXJS] AS to JS compilation issues

2013-11-20 Thread Erik de Bruin
PM, Gordon Smith gosm...@adobe.com wrote: Falcon got updated to require Java 1.7? Why was that? FalconJX uses Google Closure which seems to want 1.7. Not sure if Falcon just also move to 1.7 or not. -Alex - Gordon -Original Message- From: Erik de Bruin [mailto:e...@ixsoftware.nl] Sent

Re: Flex and AIR 4.0

2013-11-20 Thread Erik de Bruin
Exactly! So there's nothing special about the upcoming releases, something which the original poster seems to imply. I'm trying to prevent another Flex is dead outbreak. EdB On Thu, Nov 21, 2013 at 7:26 AM, Justin Mclean jus...@classsoftware.com wrote: Hi, To put everyone at ease: the full

Re: Flex and AIR 4.0

2013-11-21 Thread Erik de Bruin
Heider j...@realeyes.com wrote: On Nov 20, 2013, at 11:40 PM, Erik de Bruin e...@ixsoftware.nl wrote: Exactly! So there's nothing special about the upcoming releases, something which the original poster seems to imply. I'm trying to prevent another Flex is dead outbreak. EdB On Thu, Nov 21

Re: Build failed in Jenkins: flex-sdk_mustella-mobile #382

2013-11-22 Thread Erik de Bruin
Hi, since the Mustella VM seems to have settled down now, I think we can confidently say this failure needs to be addressed - it is not an artifact of the build machine. Anyone? EdB On Fri, Nov 22, 2013 at 2:26 PM, flex.muste...@gmail.com wrote: See

Re: Build failed in Jenkins: flex-sdk_mustella-mobile #382

2013-11-22 Thread Erik de Bruin
-Message d'origine- De : Erik de Bruin [mailto:e...@ixsoftware.nl] Envoyé : vendredi 22 novembre 2013 15:36 À : dev@flex.apache.org Cc : Mark Kessler; jmcl...@apache.org; Maurice Amsellem Objet : Re: Build failed in Jenkins: flex-sdk_mustella-mobile #382 Hi, since the Mustella VM seems

Re: Build failed in Jenkins: flex-sdk_release #329

2013-11-24 Thread Erik de Bruin
Apache servers seem to have a difficult time today, multiple jobs fail because downloads from multiple dependencies fail. EdB On Sun, Nov 24, 2013 at 4:45 PM, Apache Jenkins Server jenk...@builds.apache.org wrote: See https://builds.apache.org/job/flex-sdk_release/329/

Re: [FlexJS] Build Scripts, FlexJSOverlay replaced by ApacheFlexJS.zip

2013-11-25 Thread Erik de Bruin
This could easily be added to the Installer, correct? Download and build an SDK, download the ApacheFlexJS artefacts and then have the app perform the actions currently done by the scripts? Or am I missing something, like a step in the scripts that cannot be done in AIR (I only gave them a

Re: [FlexJS] Build Scripts, FlexJSOverlay replaced by ApacheFlexJS.zip

2013-11-25 Thread Erik de Bruin
Also, I've created the Jenkins job to build the artefacts nightly or upon a commit: https://builds.apache.org/job/flex-asjs/lastSuccessfulBuild/artifact/out/ EdB On Mon, Nov 25, 2013 at 2:57 PM, Erik de Bruin e...@ixsoftware.nl wrote: This could easily be added to the Installer, correct

Re: [FlexJS] Build Scripts, FlexJSOverlay replaced by ApacheFlexJS.zip

2013-11-25 Thread Erik de Bruin
, and all of this will go away when we get the installer working. -Alex On 11/25/13 6:44 AM, Erik de Bruin e...@ixsoftware.nl wrote: Also, I've created the Jenkins job to build the artefacts nightly or upon a commit: https://builds.apache.org/job/flex-asjs/lastSuccessfulBuild/artifact/out

Re: [FlexJS] Build Scripts, FlexJSOverlay replaced by ApacheFlexJS.zip

2013-11-25 Thread Erik de Bruin
There are two files with 'bin' in the name here: https://builds.apache.org/job/flex-asjs/lastSuccessfulBuild/artifact/out/ Are those the ones you're looking for? EdB On Mon, Nov 25, 2013 at 6:31 PM, Erik de Bruin e...@ixsoftware.nl wrote: I'm already pointing to a Falcon build (the flex

Re: Build failed in Jenkins: flex-sdk_mustella-mobile #391

2013-11-27 Thread Erik de Bruin
Time to look into this, this is a very consistent fail, which rules out timeout issues or incidental mishaps. Anyone know what's going on? EdB On Wed, Nov 27, 2013 at 5:25 AM, flex.muste...@gmail.com wrote: See http://localhost:8080/job/flex-sdk_mustella-mobile/391/

Re: Jenkins build is back to normal : flex-sdk_mustella-mobile #392

2013-11-27 Thread Erik de Bruin
That's more like it! Thanks, EdB On Wed, Nov 27, 2013 at 3:53 PM, flex.muste...@gmail.com wrote: See http://localhost:8080/job/flex-sdk_mustella-mobile/392/changes -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl

Re: [DISCUSS] Apache Flex chair

2013-11-27 Thread Erik de Bruin
Unless Alex resigns, of course, my vote would go to never change a winning team, and I really think we're winning. EdB On Thu, Nov 28, 2013 at 3:51 AM, Justin Mclean jus...@classsoftware.com wrote: Hi, It's coming up on a year of Alex being the Flex PMC chair, as per our recently voted

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2013-11-27 Thread Erik de Bruin
I'll check in on these issues from time to time, sure. Do we know if the Wiki is up to date with the latest install/build instructions for FlexJS? EdB On Wed, Nov 27, 2013 at 9:05 PM, OmPrakash Muppirala omup...@gmail.com wrote: I have created a JIRA ticket here [1] to track our outreach

Re: Donation News

2013-11-27 Thread Erik de Bruin
Alex, great news! Some thoughts: A) can you at least include the original stylesheets with the understanding we can't use the as-is? It's much easier to change existing stylesheets than it will be to reverse engineers them C) seems logical F) the interwebs must contain enough 'generic' phone

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2013-11-28 Thread Erik de Bruin
The procedure seems to be complete and working. Does anyone mind if I give the Installer integration a go today? EdB On Thu, Nov 28, 2013 at 8:50 AM, Erik de Bruin e...@ixsoftware.nl wrote: Trying it... EdB On Thu, Nov 28, 2013 at 8:43 AM, Alex Harui aha...@adobe.com wrote: On 11/27

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2013-11-28 Thread Erik de Bruin
Nope, I was just planning to implement the 'ant' and 'sh' actions into Actionscript. I'll hold for now. EdB On Thu, Nov 28, 2013 at 9:22 AM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Thu, Nov 28, 2013 at 12:18 AM, Erik de Bruin e...@ixsoftware.nl wrote: The procedure seems

Re: Committer invitation

2013-11-28 Thread Erik de Bruin
The vote for his 'appointment' closed two days before your PMC membership became official. Trust me, next time we discuss/vote on new committers/PMC members, you'll know all about it ;-) Unless you're not subscribed to priv...@flex.apache.org? EdB On Thu, Nov 28, 2013 at 1:53 PM, Maurice

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2013-11-28 Thread Erik de Bruin
-tabpanelfocusedCommentId=25446#action_25446 Thanks, Om On Nov 28, 2013 1:13 AM, Erik de Bruin e...@ixsoftware.nl wrote: Nope, I was just planning to implement the 'ant' and 'sh' actions into Actionscript. I'll hold for now. EdB On Thu, Nov 28, 2013 at 9:22 AM, OmPrakash Muppirala bigosma...@gmail.com

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2013-11-29 Thread Erik de Bruin
Can we not (as FDT devs suggest) include a copy of the Closure Library and Compiler? They are Apache licensed. An alternative would be to have the installer 'internalise' copies, i.e. download them to the SDK directory. EdB On Fri, Nov 29, 2013 at 8:29 AM, Alex Harui aha...@adobe.com wrote:

[FLEXJS] IDE integration discussion

2013-11-29 Thread Erik de Bruin
Ok, the FDT people raised some interesting targets; I'd like to discuss them one by one, to get a better understanding where we are and what we're aiming for. 1. The user can get the FULLY functional Flex JS SDK by unzipping a downloaded file(best soultion) or a downloaded installer if it is

Re: [FLEXJS] IDE integration discussion

2013-11-29 Thread Erik de Bruin
. However, when I run above from the command line, I get: Error: Could not find or load main class Flash What is missing/am I doing wrong? EdB On Fri, Nov 29, 2013 at 12:07 PM, Erik de Bruin e...@ixsoftware.nl wrote: Ok, the FDT people raised some interesting targets; I'd like to discuss them one

Re: [FLEXJS] IDE integration discussion

2013-11-29 Thread Erik de Bruin
/user/Documents/hWorld/HelloWorld.as Close enough? EdB On Fri, Nov 29, 2013 at 12:50 PM, Erik de Bruin e...@ixsoftware.nl wrote: Trying to cut the launch commands down to bare metal I came up with this: SCRIPT_HOME=/Applications/Adobe Flash Builder 4.7/sdks/4.11.0_overlay java -Xmx384m

Re: [FLEXJS] IDE integration discussion

2013-11-29 Thread Erik de Bruin
To continue this monologue: I've committed a change to the config class that adds default relative paths (to FlexJS SDK) for the above mentioned remaining command line arguments. EdB On Fri, Nov 29, 2013 at 1:11 PM, Erik de Bruin e...@ixsoftware.nl wrote: Never mind, a liberal application

Re: [FLEXJS] IDE integration discussion

2013-11-29 Thread Erik de Bruin
]/frameworks/flex-config.xml [PathToMainProjectFile] Couldn't be much easier, now can it? EdB On Fri, Nov 29, 2013 at 1:48 PM, Erik de Bruin e...@ixsoftware.nl wrote: To continue this monologue: I've committed a change to the config class that adds default relative paths (to FlexJS SDK

Re: [FLEXJS] IDE integration discussion

2013-11-29 Thread Erik de Bruin
Ok, that is given the assumption that there is a Closure Library in the SDK (copied there by the Installer - soon?), in the location '[FlexJSSDKRoot]/js/lib/google/closure-library'. EdB On Fri, Nov 29, 2013 at 2:44 PM, Erik de Bruin e...@ixsoftware.nl wrote: And finally: I committed a change

Re: [FLEXJS] IDE integration discussion

2013-11-29 Thread Erik de Bruin
:48 AM, Erik de Bruin e...@ixsoftware.nl wrote: Ok, that is given the assumption that there is a Closure Library in the SDK (copied there by the Installer - soon?), in the location '[FlexJSSDKRoot]/js/lib/google/closure-library'. EdB On Fri, Nov 29, 2013 at 2:44 PM, Erik de Bruin e

Re: Build failed in Jenkins: flex-sdk_mustella #577

2013-12-02 Thread Erik de Bruin
This test has failed in 2 consecutive runs now, so it seems to be a 'real' issue... EdB On Mon, Dec 2, 2013 at 6:50 PM, flex.muste...@gmail.com wrote: See http://localhost:8080/job/flex-sdk_mustella/577/ -- [...truncated 86284 lines...] [java]

Re: Build failed in Jenkins: flex-sdk_mustella #577

2013-12-02 Thread Erik de Bruin
You should really subscribe to comm...@flex.apache.org, the relevant parts of the logs are inline in the emails. I don't have time or knowledge to make the Mustella VM accessible for the outside world in a secure and easily maintainable fashion. It is however accessible to PMC members, the

Re: Build failed in Jenkins: flex-sdk_mustella #577

2013-12-02 Thread Erik de Bruin
-Message d'origine- De : Erik de Bruin [mailto:e...@ixsoftware.nl] Envoyé : lundi 2 décembre 2013 19:34 À : dev@flex.apache.org Cc : comm...@flex.apache.org; jmcl...@apache.org Objet : Re: Build failed in Jenkins: flex-sdk_mustella #577 You should really subscribe to comm...@flex.apache.org

Re: [DRAFT] Apache Flex December 2013 Report

2013-12-02 Thread Erik de Bruin
Justin, you're trying too hard. It feels like you're pushing Alex out. You keep referring to our guidelines, so here is the relevant part (emphasis mine): The term of chair is for one one year or UNTIL THEY RETIRE. After one year THE CHAIR CAN ELECT TO STAND FOR ANOTHER YEAR or a vote by the PMC

Re: Updating Mustella jenkins VM

2013-12-02 Thread Erik de Bruin
Email account info is now on private@ EdB On Tue, Dec 3, 2013 at 12:28 AM, Maurice Amsellem maurice.amsel...@systar.com wrote: Hi, I would like to activate Email-ext plugin on Mustella Jenkins VM. This would allow us receiving more informed build reports notifications (such as build log

Re: [DRAFT] Apache Flex December 2013 Report

2013-12-02 Thread Erik de Bruin
Alex: ... whether I should continue if I'm willing to do so (which I am). Seems like a clear statement to me. EdB On Tue, Dec 3, 2013 at 8:16 AM, Justin Mclean jus...@classsoftware.com wrote: Hi, IMO he's not clearly stated that he will stand for another year and yes the choice is his.

Re: [DRAFT] Apache Flex December 2013 Report

2013-12-02 Thread Erik de Bruin
me to be a good place to state that. When putting the guidelines together consensus was that the chair should be for a year or reviewed every year. When I voted I took the guideline to mean: for at least a year and automatically extended by a year if the chair chose to stay on, unless the PMC

Re: [DRAFT] Apache Flex December 2013 Report

2013-12-02 Thread Erik de Bruin
should state that he is in fact continuing as the Chair in the board report. I don't see any controversy in that. Or do folks think that it is not necessary? Thanks, Om On Mon, Dec 2, 2013 at 11:38 PM, Erik de Bruin e...@ixsoftware.nl wrote: Alex: ... whether I should continue if I'm

Re: [DRAFT] Apache Flex December 2013 Report

2013-12-03 Thread Erik de Bruin
should do a better job of explaining the details. The way the words are currently written, I could just keep saying I want to renew every year forever. It should not just be up to me to decide whether to continue, As keeps being pointed out to me: once you merit a position in the Apache

Re: FlexJS compiler support for FDT

2013-12-03 Thread Erik de Bruin
Hi, Good to hear you're working on this! Last week I greatly simplified the command line you need to successfully build a FlexJS project. We're working on getting the installer to create a 'one click FlexJS SDK' that will contain all dependencies except Java, but until that time it looks like

Re: Build failed in Jenkins: flex-sdk_mustella #579

2013-12-03 Thread Erik de Bruin
This is a new failure, isn't it? If so, give it one more run (likely 12 hrs) and if it's still there, it's real, if not you haven't wasted time looking for a solution. EdB On Tue, Dec 3, 2013 at 4:05 PM, Maurice Amsellem maurice.amsel...@systar.com wrote: Can't reproduce the failure. Tried

Re: Updating Mustella jenkins VM

2013-12-03 Thread Erik de Bruin
-Message d'origine- De : Erik de Bruin [mailto:e...@ixsoftware.nl] Envoyé : mardi 3 décembre 2013 07:55 À : dev@flex.apache.org Objet : Re: Updating Mustella jenkins VM Email account info is now on private@ EdB On Tue, Dec 3, 2013 at 12:28 AM

Re: Build failed in Jenkins: flex-sdk #454

2013-12-04 Thread Erik de Bruin
Hi, Anyone any clue why Pixelbender might all of a sudden stop working? pixelbender-compile: [exec] ERROR: AIF Internal exception [exec] Result: 1 I've asked the nice folks at builds@a.o if the Pixelbender installation is still intact. EdB On Wed, Dec 4, 2013 at 9:02 AM, Apache

Re: Build failed in Jenkins: flex-asjs #21

2013-12-04 Thread Erik de Bruin
Don't Panic! Because Flex-SDK build fails, all dependant jobs also fail. I'm 'on the phone' with builds@a.o to see what's up with the flex-sdk job. EdB On Wed, Dec 4, 2013 at 11:19 AM, Apache Jenkins Server jenk...@builds.apache.org wrote: See https://builds.apache.org/job/flex-asjs/21/

Re: flex-sdk_mustella - Build # 589 - Fixed!

2013-12-04 Thread Erik de Bruin
Maybe we can just attach results.txt in case of a failure. That may be easier on the firewalls/spam filters and it should contain all the information needed to identify errors. EdB On Wed, Dec 4, 2013 at 4:52 PM, Maurice Amsellem maurice.amsel...@systar.com wrote: I will change the

Re: flex-sdk_mustella-mobile - Build # 416 - Successful!

2013-12-04 Thread Erik de Bruin
We don't need to get emails for the successful builds, please. There are (on a good day) around 6 builds a day; way too many emails. Is it possible to send only failure builds and one email upon a success after failure(s)? EdB On Wed, Dec 4, 2013 at 6:17 PM, flex.muste...@gmail.com wrote:

Re: flex-sdk_mustella - Build # 589 - Fixed!

2013-12-04 Thread Erik de Bruin
the error locally, and it's not always reproducible. Maybe the attached log file was not such a good idea after all, for Apache Flex sdk. I am using it at work, but the logs are much smaller, and there is no firewall issue. I could turn it off... Maurice -Message d'origine- De : Erik de

Re: flex-sdk_mustella - Build # 589 - Fixed!

2013-12-04 Thread Erik de Bruin
Azure account data is in your Inbox. EdB On Wed, Dec 4, 2013 at 7:08 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Wed, Dec 4, 2013 at 9:45 AM, Erik de Bruin e...@ixsoftware.nl wrote: This would all be much easier if someone could find the time to securely expose the VM

Re: [3/3] git commit: [flex-falcon] [refs/heads/develop] - Don't bother emitting interface members. The way they were being emitted were causing warnings from the closure compiler

2013-12-04 Thread Erik de Bruin
The Closure Compiler uses the members of an interface to check if the interface is properly implemented. So, yes, I'd say we need the members emitted... EdB On Thu, Dec 5, 2013 at 7:12 AM, aha...@apache.org wrote: Don't bother emitting interface members. The way they were being emitted

Re: Blurry Images in flex.apache.org homepage

2013-12-05 Thread Erik de Bruin
Hi, We always can use your help. Will you be able to make a 'preview/mockup' of the changes you have in mind, or are you just thinking of enhancing/tweaking the current design? EdB On Thu, Dec 5, 2013 at 10:59 AM, Tianzhen Lin tang...@usa.net wrote: Hi, Not to offend any designer of

Re: Build failed in Jenkins: flex-asjs #22

2013-12-05 Thread Erik de Bruin
Still waiting on 'builds@a.o' to correct the issue they created while messing with the Windows slaves. Sorry about the continued build failures, I know it's a pain :-( EdB On Thu, Dec 5, 2013 at 11:17 AM, Apache Jenkins Server jenk...@builds.apache.org wrote: See

Re: ApacheFlexSDK Installer errors

2013-12-05 Thread Erik de Bruin
Are you behind a firewall or proxy or some such? EdB On Thu, Dec 5, 2013 at 5:02 PM, Igor Costa igorco...@gmail.com wrote: Just this error More details on the log Version 2.7.0 (windows) Version 2.7.0 (windows) Buscado o espelho da URL de download do SDK a partir do CGI. Buscado o

Re: [3/3] git commit: [flex-falcon] [refs/heads/develop] - Don't bother emitting interface members. The way they were being emitted were causing warnings from the closure compiler

2013-12-05 Thread Erik de Bruin
: [org.apache.flex.core.IBead] }; On 12/4/13 11:55 PM, Erik de Bruin e...@ixsoftware.nl wrote: The Closure Compiler uses the members of an interface to check if the interface is properly implemented. So, yes, I'd say we need the members emitted... EdB On Thu, Dec 5, 2013 at 7:12 AM, aha

Re: [3/3] git commit: [flex-falcon] [refs/heads/develop] - Don't bother emitting interface members. The way they were being emitted were causing warnings from the closure compiler

2013-12-05 Thread Erik de Bruin
this sort of check? Would we save a few bytes by not actually generating the insides of cross-compiled interfaces? -Alex On 12/5/13 10:12 AM, Erik de Bruin e...@ixsoftware.nl wrote: Which warning did you get from the compiler? EdB On Thu, Dec 5, 2013 at 6:36 PM, Alex Harui aha...@adobe.com wrote

Re: [3/3] git commit: [flex-falcon] [refs/heads/develop] - Don't bother emitting interface members. The way they were being emitted were causing warnings from the closure compiler

2013-12-05 Thread Erik de Bruin
warnings as you are. If you have the cycles to cross-compile the interface I posted you can undo the one change I made and see the results yourself and fix or advise on a fix, that would help a lot. Thanks, -Alex On 12/5/13 11:37 AM, Erik de Bruin e...@ixsoftware.nl wrote: If we aim to make

Re: [3/3] git commit: [flex-falcon] [refs/heads/develop] - Don't bother emitting interface members. The way they were being emitted were causing warnings from the closure compiler

2013-12-06 Thread Erik de Bruin
The fix is in ;-) EdB On Fri, Dec 6, 2013 at 8:23 AM, Erik de Bruin e...@ixsoftware.nl wrote: The problem is that the emitting code doesn't see accessors as functions, so it doesn't assign a null function to the member. I'm working on a fix. EdB On Thu, Dec 5, 2013 at 8:45 PM, Alex

Re: Cross-compiling to build components

2013-12-06 Thread Erik de Bruin
and compile it into JavaScript and compare the result with my hand-crafted JavaScript version. Well, the result was a success. Doing this uncovered some issues with the FalconJX compiler that were resolved by either Alex Harui or Erik de Bruin, which I think, strengthened the compiler. Once things

Re: flex-sdk_mustella-air - Build # 402 - Failure!

2013-12-07 Thread Erik de Bruin
Rebooting to downsize the VM to 'medium'. I run it 'large' for the first half of the month, then scale back to keep within the Azure MSDN 'free' credits limit. EdB On Sat, Dec 7, 2013 at 8:11 PM, flex.muste...@gmail.com wrote: flex-sdk_mustella-air - Build # 402 - Failure:

Re: [Builds/Jenkins] Help and advise needed

2013-12-09 Thread Erik de Bruin
Yes, my thoughts exactly. Two things: we cannot change or even check the settings of the machines themselves, we only have access through the Jenkins web interface. And the most worrying thing: the builds also don't work anymore on the original (windows1) machine. EdB On Mon, Dec 9, 2013 at

Re: [Builds/Jenkins] Help and advise needed

2013-12-09 Thread Erik de Bruin
I already did... twice. EdB On Mon, Dec 9, 2013 at 9:49 AM, Justin Mclean jus...@classsoftware.com wrote: Hi, Just checked and here's the config: AIR_HOME=${WORKSPACE}/air/AIR Integration Kit FLASHPLAYER_DEBUGGER=C\:/Program\ Files\ (x86)/Adobe/flashplayer_11_sa_debug_32bit.exe

Re: [Builds/Jenkins] Help and advise needed

2013-12-09 Thread Erik de Bruin
Nope, that's not it. When the last work was done on the new machine, the builds also stopped working on the ORIGINAL, supposedly untouched, machine. EdB On Mon, Dec 9, 2013 at 9:49 AM, Maurice Amsellem maurice.amsel...@systar.com wrote: Hi, I have checked the jenskins workspace, there is no

Re: [Builds/Jenkins] Help and advise needed

2013-12-09 Thread Erik de Bruin
, 2013 at 9:55 AM, Maurice Amsellem maurice.amsel...@systar.com wrote: Ok, never mind. So what else could it be? Does someone know how to reproduce the AIF Internal exception in pixel-bender compiler ? Maurice -Message d'origine- De : Erik de Bruin [mailto:e...@ixsoftware.nl

Re: [Builds/Jenkins] Help and advise needed

2013-12-09 Thread Erik de Bruin
bender compile with different settings, see if we can reproduce the AIF error. Of course, that would temporarily break the mustella tests... Maurice -Message d'origine- De : Erik de Bruin [mailto:e...@ixsoftware.nl] Envoyé : lundi 9 décembre 2013 10:01 À : dev@flex.apache.org

Re: [Builds/Jenkins] Help and advise needed

2013-12-09 Thread Erik de Bruin
Exactly. Usually CI is just for checking. But until the Installer can create a working FlexJS SDK, the people wanting to play with it, like the nice folks from FDK, mostly have to rely on the nightly builds. The certainly can build an SDK themselves, but I don't think they need to waste their

Re: [Builds/Jenkins] Help and advise needed

2013-12-09 Thread Erik de Bruin
, and change some variables. Everything reversible. Maurice -Message d'origine- De : Erik de Bruin [mailto:e...@ixsoftware.nl] Envoyé : lundi 9 décembre 2013 10:23 À : dev@flex.apache.org Objet : Re: [Builds/Jenkins] Help and advise needed I don't mind experiments on the Mustella

Re: flex-sdk_mustella - Build # 603 - Still Failing!

2013-12-09 Thread Erik de Bruin
That happens from time to time (as Maurice said, mostly while messing with the builds). In my experience only a manual removal of that file and a reboot of the machine solves this... but we'll see. EdB On Mon, Dec 9, 2013 at 1:20 PM, Kessler CTR Mark J mark.kessler@usmc.mil wrote: Index

Re: New Flex MaskedTextInput Spark Component

2013-12-09 Thread Erik de Bruin
This is supremely useful, thank you! EdB On Mon, Dec 9, 2013 at 7:28 PM, Carlos Rovira carlosrov...@apache.org wrote: Hi, These days I worked a new spark MaskedTextInput component and I want to share a demo of this component so you can play with it. I think there's no such component

Re: [Builds/Jenkins] Help and advise needed

2013-12-09 Thread Erik de Bruin
-Message d'origine- De : Erik de Bruin [mailto:e...@ixsoftware.nl] Envoyé : lundi 9 décembre 2013 08:53 À : dev@flex.apache.org Objet : [Builds/Jenkins] Help and advise needed Hi, I'm having some difficulty getting the 'regular' builds on 'build@a.o' working. For those

<    5   6   7   8   9   10   11   12   13   14   >