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

2017-06-13 Thread Greg Dove
Piotr, I have been trying to get this to work at various stages also. fyi inside typedefs/js there is an ant build.xml with a 'make_patch' target which seems like it is intended to be used for updating the patch, and it does seem to update it, but then I was hitting other problems after it did, so

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

2017-06-13 Thread piotrz
Justin, Thanks for reporting it. I will be focusing today on making Maven steps from Chris in order to prepare for the next RC. Is someone else have a cycles to look into that would awesome. :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apach

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

2017-06-13 Thread justin
Hi, If you take a fresh download of the RC1 and do the following: $mkdir js/target/downloads $curl https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/closureidl/svg.js > js/target/downloads/svg.js $git apply ./flex-typedefs/js/src/main/patch/js.patch You get: error

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

2017-06-13 Thread Justin Mclean
Hi, > I saw your -1. Are you talking about Maven build not Ant? Just wanted to > know for clarification. In this case I’m seeing the failure on Maven, but I would assume ant would fail as well if the patch can’t be applied. Also in develop my CI is also seeing it and so is the Apache Jenkins b

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

2017-06-13 Thread piotrz
Hi Justin, I saw your -1. Are you talking about Maven build not Ant? Just wanted to know for clarification. Thanks, 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-F

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: [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
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 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 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 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 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

[DISCUSS] Discuss Release Apache Flex FalconJX 0.8.0 RC1

2017-06-09 Thread Alex Harui
This is the discussion thread. Changes in this RC include: Thanks, Alex Harui