Re: [DISCUSS] Discuss Release Apache FlexJS 0.8.0 RC1

2017-06-18 Thread piotrz
Alex, Ok since I finally understand it - Let's wait a bit what others think. I think option with reverting will not be so painful. Changing everything from 0.8.0 to 0.8.0-SNAPSHOT is almost automatic doing that: mvn versions:set -DnewVersion=0.8.0-SNAPSHOT As for the copy manually I think

Re: git commit: [flex-asjs] [refs/heads/tlf] - Added callLater

2017-06-18 Thread Alex Harui
FWIW, There is already a CallLaterBead. -Alex On 6/18/17, 3:34 AM, "ha...@apache.org" wrote: >Repository: flex-asjs >Updated Branches: > refs/heads/tlf 914e666c7 -> 06f47590c > > >Added callLater > > >Project:

Re: [MAVEN-BUILD] FlexJS Framework (maven) - Build # 980 - Fixed

2017-06-18 Thread Alex Harui
Excellent. Thanks for working through it. -Alex On 6/18/17, 2:51 AM, "Piotr Zarzycki" wrote: >Uff. It look like "develop" build is fixed. :) > >Piotr > >2017-06-18 11:26 GMT+02:00 Apache Jenkins Server > >: > >> The Apache Jenkins build

Re: [DISCUSS] Discuss Release Apache FlexJS 0.8.0 RC1

2017-06-18 Thread Alex Harui
Hi Piotr, No, I just meant to copy the KEYS file out to https://dist.apache.org/repos/dist/dev/flex/sdk I just went and did it and synced up our KEYS files. There is also one at: https://dist.apache.org/repos/dist/release/flex Thanks, -Alex On 6/18/17, 2:31 AM, "piotrz"

Re: [DISCUSS] Discuss Release Apache FlexJS 0.8.0 RC1

2017-06-18 Thread Alex Harui
Yep, that's what I've been warning about. Maven expects things a certain way and it isn't clear you can/should alter the sequence. Option 3 is to alter the Ant scripts to work from what Maven produces Option 4 is to upgrade the Maven steps to produce everything Ant would produce (including

Re: [FlexJS,TLF] Tlf branch and Maven build

2017-06-18 Thread Harbs
Nice. I’ll try not to break this… ;-) > On Jun 18, 2017, at 10:33 PM, piotrz wrote: > > Wow :) After 4 shots it is finally blue [1] :) > > > [1] > https://builds.apache.org/view/E-G/view/Flex/job/FlexJS%20Pipeline/job/tlf/4/ > > Piotr > > > > > > - >

Re: [FlexJS,TLF] Tlf branch and Maven build

2017-06-18 Thread piotrz
Wow :) After 4 shots it is finally blue [1] :) [1] https://builds.apache.org/view/E-G/view/Flex/job/FlexJS%20Pipeline/job/tlf/4/ Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: [DISCUSS] Discuss Release Apache FlexJS 0.8.0 RC1

2017-06-18 Thread piotrz
I have assumption after digging into that farther that we will not be able to make the rest of steps from the instruction. Release plugin used in maven build is assuming that on startup you have 1) Branch with Snapshot 2) You are creating from that branch another one - This one is for release

Re: [FlexJS,TLF] Tlf branch and Maven build

2017-06-18 Thread piotrz
Harbs, I just add to Text and TLF poms and make both modules part of general build, so now your work will be build also by Maven. :) Add also license header to one of the file. Build is in progress [1] [1] https://builds.apache.org/view/E-G/view/Flex/job/FlexJS%20Pipeline/job/tlf/ Piotr

Re: Running Flash/AIR as docker container?

2017-06-18 Thread Gary Yang
Thanks, Olaf. Anyone has the latest AIR/Android( instead of 2.6 ) running in container? On Sun, Jun 18, 2017 at 12:58 PM, Olaf Krueger wrote: > You find some approaches at docker Hub [1] > Olaf > > [1] https://hub.docker.com > > > > > -- > View this message in context:

Re: [FlexJS,TLF] Tlf branch and Maven build

2017-06-18 Thread Harbs
> There is possibility that some dependencies are missing, but not sure what > Text module need in order to build. I add only Core and Binding. It needs Core, Basic and HTML. > On Jun 18, 2017, at 4:28 PM, piotrz wrote: > > Here you go your private tlf pipeline on

Re: Running Flash/AIR as docker container?

2017-06-18 Thread Olaf Krueger
You find some approaches at docker Hub [1] Olaf [1] https://hub.docker.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Running-Flash-AIR-as-docker-container-tp62462p62463.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Running Flash/AIR as docker container?

2017-06-18 Thread Gary Yang
Anyone has AIR running in a Android/Windows/Mac container?

Re: [FlexJS,TLF] Tlf branch and Maven build

2017-06-18 Thread piotrz
Here you go your private tlf pipeline on Jenkins :) [1]. Compiler and typdefs are building ok, but FlexJS failed cause rat complains about some un-approved files license. I did also ceate for tests pom for Text module [2] and build failed with lots of errors. If you do not experience any errors

Re: [FlexJS,TLF] Tlf branch and Maven build

2017-06-18 Thread Harbs
Yes. it was merged not too long ago. Sounds good. > On Jun 18, 2017, at 3:04 PM, piotrz wrote: > > I did following things: > > Merge develop to tlf - conflicts only in poms - as expected. > Merge release branch to tlf - conflicts in poms. Changes are in UIBase >

Re: [FlexJS,TLF] Tlf branch and Maven build

2017-06-18 Thread piotrz
I did following things: Merge develop to tlf - conflicts only in poms - as expected. Merge release branch to tlf - conflicts in poms. Changes are in UIBase related to Justin's findings != to !== etc. Your branch was pretty fresh as I see. I think I didn't revert anything doing that. Piotr

Re: [FlexJS,TLF] Tlf branch and Maven build

2017-06-18 Thread Harbs
Does develop have all the changes in the release branch? Make sure you don’t revert any changes there… > On Jun 18, 2017, at 2:49 PM, piotrz wrote: > > Harbs, > > Creating this means that I will have to update your tlf branch with > 0.9.0-SNAPSHOT. ("develop") I

Re: [FlexJS,TLF] Tlf branch and Maven build

2017-06-18 Thread piotrz
Harbs, Creating this means that I will have to update your tlf branch with 0.9.0-SNAPSHOT. ("develop") I hope it is ok for you. Let me know. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: [FlexJS,TLF] Tlf branch and Maven build

2017-06-18 Thread piotrz
Additionally we need to put such branches in the future to some folder feature/ etc. It is started to be messy on our git. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: [FlexJS,TLF] Tlf branch and Maven build

2017-06-18 Thread piotrz
Thanks for the info! I will create it - I think you may have some benefit from that if you start play with Maven. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: [DISCUSS] Discuss Release Apache FlexJS 0.8.0 RC1

2017-06-18 Thread piotrz
If I correct understand Chris's instruction [1] in order to cut next RC I need to do "mvn release:perform". Anyone is understand it differently ? Steps from 1-4 are done on our branch. I just tried it on falcon repository and got fail [2]. There is also following file which seems to be

Re: [FlexJS,TLF] Tlf branch and Maven build

2017-06-18 Thread Harbs
Yes. But I’m not sure it currently makes sense to create a Maven branch. I don’t think I’m merging it in any time soon and I’m perfectly happy building with ant. I’m not going to spend time fixing Maven builds if they break on the branch, so I’m not sure there’s any benefit in doing so. That

[FlexJS,TLF] Tlf branch and Maven build

2017-06-18 Thread piotrz
Hi Harbs, I noticed that TLF branch do not have proper Maven build on jenkins. I would like to create one for you. In order to do this I need to create branch named tlf in typedefs and falcon repo. As I understand your branch was created from develop and release branch is merged there ?

Re: [MAVEN-BUILD] FlexJS Framework (maven) - Build # 980 - Fixed

2017-06-18 Thread Piotr Zarzycki
Uff. It look like "develop" build is fixed. :) Piotr 2017-06-18 11:26 GMT+02:00 Apache Jenkins Server : > The Apache Jenkins build system has built FlexJS Framework (maven) (build > #980) > > Status: Fixed > > Check console output at https://builds.apache.org/job/ >

Re: [MAVEN-BUILD] FlexJS Framework (maven) - Build # 972 - Failure

2017-06-18 Thread piotrz
Thanks Alex. I just changed machine and will run build one by one. We will see what happen. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: [5/8] git commit: [flex-asjs] [refs/heads/tlf] - remove buttonDown from JS. It is supposedly unreliable on JS. Folks will have to track mouseDown and mouseUp

2017-06-18 Thread Harbs
I beg to differ. Yes. The HTML one is always false for mouse move events, but I do think the Flex MouseEvent should have a buttonDown property. (Actually, it should probably have a property for info on which button is pressed.) The state tracking should be passed along with the event. > On

Re: [MAVEN-BUILD] FlexJS Framework (maven) - Build # 972 - Failure

2017-06-18 Thread Alex Harui
Hi Piotr, I think Infra is saying that I can give you access to the machines, which I just did. So try going to builds.a.o, logging in and you should have more privileges in Jenkins. HTH, -Alex On 6/17/17, 5:05 PM, "piotrz" wrote: >Alex, > >Could you take a look

Re: [DISCUSS] Discuss Release Apache FlexJS 0.8.0 RC1

2017-06-18 Thread Alex Harui
I think all you need to do now is append the key to the KEYS file in flex-sdk repo. And then use that file to update the KEYS file on dist.apache.org/release/flex/KEYS. IMO it is optional to update id.apache.org. Thanks, -Alex On 6/17/17, 9:34 AM, "piotrz" wrote: