Re: Jenkins build is still unstable: flex-sdk_test #220

2015-04-04 Thread Erik de Bruin
The extra failure is mine. I'll fix it soonest. EdB On Saturday, April 4, 2015, wrote: > See > > -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl

Re: [FlexJS] DefineProperty Code Style

2015-04-04 Thread Alex Harui
After getting this working for the js-debug version, I’ve come to the conclusion that the Google Closure Compiler cannot handle the defineProperties pattern I proposed. The variable and property renaming, and a few other places, gets totally confused by the code in the object structure, even after

Re: AW: AW: AW: [LAST CALL] FlexUnit 4.3

2015-04-04 Thread Alex Harui
IMO, it is up to you, but I’m not sure how soon you’d see FlexUnit get upgraded to do the things discussed below. -Alex On 4/3/15, 8:57 AM, "Christofer Dutz" wrote: >What do you guys think? I would suggest we wait a little till this work >is finished and I'll concentrate on unifying the Maven-D

[DISCUSS] Release Apache Flex Mavenizer 1.0.0

2015-04-04 Thread Christofer Dutz
This is the discussion thread to the Apache Flex Mavenizer 1.0.0 vote thread. Chris

[VOTE] Release Apache Flex Mavenizer 1.0.0

2015-04-04 Thread Christofer Dutz
Hi, I have just finished the steps of staging a first RC for the Apache Flex Mavenizer. This is a set of libraries that can be used to convert Apache Flex FDKs into a Maven form so it can be used by tools like FlexMojos. This version also includes code to automatically download Air and Flash

[Installer 3.2] # Apache Flex SDK Installer 3.2 nightly build 28: Still Failing

2015-04-04 Thread flex . ci . builds
flex-utilities_installer_release-candidate - Build #28 - Still Failing Changes since last build: No changes For more information, check the console output at http://apacheflexbuild.cloudapp.net:8080/job/flex-utilities_installer_release-candidate/28/.

Re: [DISCUSS] Release Apache Flex Mavenizer 1.0.0

2015-04-04 Thread Justin Mclean
Hi, Everything looks good to me (LICENCE and NOTICE, no binary files, all source code has headers, compiles from source, pom looks good etc etc). Only one very minor issue wrong year in NOTICE file (2014 rather than 2015). Enough to give it a +1 vote IMO but I'm not sure how to use or test what

Re: [DISCUSS] Release Apache Flex Mavenizer 1.0.0

2015-04-04 Thread Alex Harui
Hi Chris, Looks pretty good. IMO, in the new release process you would not have started a vote thread until we got a chance to pick through the source package. Then I’d be more tempted to fix minor stuff in the README and other docs. Once a vote is under way I’m less likely to do so. Anyway, th

Re: [FlexJS] DefineProperty Code Style

2015-04-04 Thread Erik de Bruin
Alex, When working with Object.definePropert(y)(ies), did you experiment using with the setting: options_.setLanguageIn(LanguageMode.ECMASCRIPT5_STRICT) in the class JSClosureCompilerWrapper? The compiler defaults to ECMASCRIPT3 and I guess that might explain why it doesn't handle 'newer' featu