Re: [DISCUSS] Discuss Release Apache FlexJS 0.8.0 RC1

2017-06-10 Thread Justin Mclean
Hi, Perhaps a silly question but does there need to be a release of the typedef project as well? Even if only for Maven? Thanks, Justin

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.8.0 RC1

2017-06-10 Thread Justin Mclean
Hi, I notice falcon-flexTasks.jar is missing from the compiler/lib directory and asdocs.jar and falcon-flexTasks.jar msiinsg form /js/lib. Should they be included? Thanks, Justin

Re: [VOTE] Release Apache Flex FalconJX 0.8.0 RC1

2017-06-10 Thread Justin Mclean
Hi, +1 (binding) as long as the missing jars are not an issue (see discussion) I checked on OSX: - Signatures and hashes correct - LICENSE and NOTICE correct - All source files have ASF headers - No unexpected binary files - Can compile from source (using mvn) - Tests pass - Can use to compile a

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.8.0 RC1

2017-06-10 Thread piotrz
Hi Alex, I have started to test Falcon and run into some problems. I took Falcon binary files and tried to build simple project using it in Moonshine. It failed with following traces [1] I've tried following configuration and everything works fine [2] In flexjs_nightly folder I have RC1 download

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.8.0 RC1

2017-06-10 Thread Alex Harui
Hi Piotr, I don't think the -bin package is IDE-compatible. It is only used by the Installer to create an IDE-compatible package. Or did this used to work in Moonshine? If I'm not understanding you, please provide more details about what artifacts and what steps you used. Thanks, -Alex On 6/1

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.8.0 RC1

2017-06-10 Thread Alex Harui
Falcon-flexTasks.jar and asdoc.jar are in the js/lib for me in the -falconjx-0.8.0-bin package. Falcon-flexTasks.jar is no longer in compiler/lib. -Alex On 6/10/17, 2:08 AM, "Justin Mclean" wrote: >Hi, > >I notice falcon-flexTasks.jar is missing from the compiler/lib directory >and asdocs.jar

Re: [DISCUSS] Discuss Release Apache FlexJS 0.8.0 RC1

2017-06-10 Thread Alex Harui
Flex-typedefs code should be packaged in the -falconjx packages. -Alex On 6/10/17, 1:49 AM, "Justin Mclean" wrote: >Hi, > >Perhaps a silly question but does there need to be a release of the >typedef project as well? Even if only for Maven? > >Thanks, >Justin

Re: [FlexJS] more on undefined / non initialised values

2017-06-10 Thread Josh Tynjala
I agree that this is a serious bug. - Josh On Jun 9, 2017 10:49 PM, wrote: > Hi, > > I think we may be talking cross purposes here to be clear - IMO this is > not an optimisation issue this it’s a serious bug. > > Justin

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.8.0 RC1

2017-06-10 Thread piotrz
Alex, In my system environment I have FALCON_HOME=D:\flex_sdk\empty_folder\apache-flex-falconjx-0.8.0-bin In Moonshine SDK is pointed to RC1 as you can see in the links. Moonshine is using this paths to try build flexjs app. In most cases both paths are the same, but this time I wanted to test b

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.8.0 RC1

2017-06-10 Thread Josh Tynjala
I doubt Moonshine will be able to build anything with the compiler alone. It'll need a full FlexJS SDK, including the framework. Also, I don't think they've merged my most recent changes that add support for the "dual" stuff. - Josh On Jun 10, 2017 8:50 AM, "piotrz" wrote: Alex, In my system

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.8.0 RC1

2017-06-10 Thread piotrz
Ok! They don't yet. Let's live it. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/DISCUSS-Discuss-Release-Apache-Flex-FalconJX-0-8-0-RC1-tp62272p62296.html Sent from the Apache Flex Development mailing

Re: [VOTE] Release Apache Flex FalconJX 0.8.0 RC1

2017-06-10 Thread piotrz
Hi, +1 (binding) - Can compile from repository sources by Maven - Can compile by Ant using ApproveFalcon scrip - Can compile real world project by Maven using RC1 version of Falcon - License stuff seems to be ok Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this messag

Re: [DISCUSS] Discuss Release Apache FlexJS 0.8.0 RC1

2017-06-10 Thread Carlos Rovira
Hi, in the vote thread the instructions are for ANT, but no mention for MAVEN. I thought we set maven as the default way to build, so shouldn't be mentioned? apart from that. Is right If I: a) check rc1 branch b) pass maven in that branch c) test is all right thanks 2017-06-10 17:25 GMT+02:0

Re: [DISCUSS] Discuss Release Apache FlexJS 0.8.0 RC1

2017-06-10 Thread piotrz
Hi Carlos, Unfortunately Maven is not the main way of building of FlexJS. - Flex installer still serves Ant build of FlexJS for the user. - Maven distribution package of FlexJS has some missing thing and it is not usable by IDE - jira has been raised. As for the tests: I did all tests as you m

Re: [MAVEN-BUILD] FlexJS Framework (maven) - Build # 950 - Still Failing

2017-06-10 Thread Justin Mclean
Hi, This seem to be failing due to typedef failing? [INFO] --- exec-maven-plugin:1.5.0:exec (patch-js) @ flexjs-typedefs-js --- error: patch failed: js/target/downloads/svg.js:401 error: js/target/downloads/svg.js: patch does not apply [ERROR] Command execution failed. and Compiling locally and

Re: [MAVEN-BUILD] FlexJS Framework (maven) - Build # 950 - Still Failing

2017-06-10 Thread piotrz
Hi Justin, I got it also. When I compiled typedefs it's gone. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Re-MAVEN-BUILD-FlexJS-Framework-maven-Build-950-Still-Failing-tp62300p62301.html Sent from

Re: [MAVEN-BUILD] FlexJS Framework (maven) - Build # 950 - Still Failing

2017-06-10 Thread Justin Mclean
Hi, > I got it also. When I compiled typedefs it's gone. Those error are from compiling typedefs, I’m using the latest develop branch. Thanks, Justin

Re: [MAVEN-BUILD] FlexJS Framework (maven) - Build # 950 - Still Failing

2017-06-10 Thread piotrz
Ahh..Yes. I got some incompatible problem in FlexJS. Sorry for the noize. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Re-MAVEN-BUILD-FlexJS-Framework-maven-Build-950-Still-Failing-tp62300p62303.html

Re: [FlexJS] more on undefined / non initialised values

2017-06-10 Thread Justin Mclean
Hi, So to summarise this thread. - discussing if Boolean be initialised to false and Numbers to NaN - Code can act differently on AS and JS when these initialisers are not present - Josh and I think this a serious bug - Harbs also sees the issue - Piotrz also wants Booleans and Numbers to be init

Re: [FlexJS] more on undefined / non initialised values

2017-06-10 Thread Justin Mclean
Hi, If you were wondering about the size here’s the results. The release version was 1441523 bytes before the change and 1441458 bytes after the change i.e. it become smaller by about 1/1 of a % after the Numbers an Booleans were initialised. I guess google optimisation works in mysterious

Re: [VOTE] Release Apache FlexJS 0.8.0 RC1

2017-06-10 Thread Harbs
+1 Package http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs_release_branch/lastSuccessfulBuild/artifact/out/apache-flex-flexjs-0.8.0-src.tar.gz Java 1.8 OS: Mac OS X x86_64 10.10.5 Source kit signatures match: y Source kit builds: y README is ok: y RELEASE_NOTES is ok: y NOTICE is ok: y LICE