Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-25 Thread piotrz
That's also interesting cause I didn't get any failure emails for release branch for Maven. Chris did you get any once you create proper pipeline on Apache Jenkins? Alex what do you think about this problem with typedefs in build.xml? Piotr - Apache Flex PMC piotrzarzyck...@gmail.com --

Re: [ApacheCon/FlexJS Summit] FlexJS 1.0 Discussion Round - Summary

2017-05-25 Thread PKumar
Thanks for information Peter, I have started looking storage project code. I will get back to you for any query. On 25-May-2017 6:24 PM, "Peter Ent-2 [via Apache Flex Development]" < ml+s247n61889...@n4.nabble.com> wrote: > Looks like you got some good advice about being a

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-25 Thread Alex Harui
On 5/25/17, 4:11 PM, "piotrz" wrote: >Alex, >I thought that build od develop branch is failing [1] on server not >release >branch. Maven release branch is working now [2] Hah, I didn't notice that the failures were for the develop branch. They seemed to be output

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-25 Thread piotrz
Alex, I thought that build od develop branch is failing [1] on server not release branch. Maven release branch is working now [2] [1] http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/ [2] https://builds.apache.org/view/E-G/view/Flex/job/FlexJS%20Pipeline/job/release0.8.0/10/ Piotr

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-25 Thread Alex Harui
OK, thanks. I'm almost done with my task list. Have you tried the Maven build? It is still failing on the CI server. I tried to replicate it, but I'm getting: java.lang.UnsupportedClassVersionError: org/openqa/selenium/firefox/FirefoxDriver : Unsupported major.minor version 52.0 I have

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-25 Thread piotrz
I went through the build.xml script in root folder of FlexJS and I see in target "check-typedefs-home". I think this lines may need fix: to Since I don't need in my system FLEXJS_TYPEDEFS_HOME I should have js.swc in downloaded by ApproveFlexJS.xml script folder apache-flex-flexjs-0.8.0-bin,

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-25 Thread piotrz
ApproveFalcon.xml look good. Everything build smoothly. - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61902.html Sent from the Apache Flex Development mailing

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-25 Thread piotrz
Hi Josh, I just checked ApproveFalcon.xml and indeed it has in apache-flex-falconjx-0.8.0-bin\js\libs\js.swc. Hmm...So in general path should be different, but also I need to have FALCONJX_HOME in system. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-25 Thread Josh Tynjala
If I remember correctly, the ApproveFlexJS.xml script also downloads FalconJX and merges it in during the installation process. Could it be that the typedefs SWCs are actually distributed with FalconJX? - Josh On Thu, May 25, 2017 at 2:20 PM, piotrz wrote: > I just

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-25 Thread piotrz
I just tried again ApproveFlexJS.xml script and it's still failing for me in the same place [1]. It's searching js/target/js.swc and I checked it there is no /target/js.swc folder in "apache-flex-flexjs-0.8.0-bin" nor "apache-flex-flexjs-0.8.0-src". I don't have in my system environment variable

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-25 Thread Alex Harui
I'm not quite sure that that means. Can you recommend a command-line I should use? Thanks, -Alex On 5/25/17, 7:13 AM, "Christofer Dutz" wrote: >You let maven build the distribution inside the project … so there is now >a new directory containing stuff. As this is

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-25 Thread Alex Harui
Hi Santanu, I can still run Ant in a particular SWC folder, but it does require that you build any dependent SWCs first. The output you link to seems to indicate the the Core.swc hasn't been built yet. I normally just run Ant from the top-level and build all of the SWCs and then building

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-25 Thread Christofer Dutz
Well if you removed the dependency in the component.xml all you need to do is remove the dependency from the pom and you should be ready to go. Chris Am 25.05.17, 17:28 schrieb "piotrz" : Chris, I will apply your changes and see whether it helps to our

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-25 Thread piotrz
Chris, I will apply your changes and see whether it helps to our problems. Yesterday I was modifying only component.xml - didn't touch pom.xml cause I thought it is something which we still wanted to have as part of build, but I'm ok with those changes. - If everything works - Do you want me to

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-25 Thread Christofer Dutz
Hi Piotr, I just checked the distribution module and found two references to the Fonts.swf in the pom and the component.xml descriptor. Now there should be no further reference to it. Haven’t merged that to the release branch as you claimed to have done something there … just check what I did

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-25 Thread piotrz
Alex, I ask you for tests cause I was wondering whether you will have same problem as me with Font.swf in case of "distribution". It's gone for me late evening yesterday after many attempts, but I didn't try such build today. However Santanu tried make Maven build with "distribution" and he got

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-25 Thread Christofer Dutz
You let maven build the distribution inside the project … so there is now a new directory containing stuff. As this is not excluded from RAT it therefore investigates. I would strongly suggest building the distribution outside the project directory. Chris Am 25.05.17, 16:09 schrieb "Alex

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-25 Thread Alex Harui
On 5/25/17, 2:28 AM, "piotrz" wrote: >Hi Alex, > >Could you try to do one more test and run on your PC following command in >order to build SDK: > >mvn -s settings-template.xml >-DdistributionTargetFolder=distribution-flexjs >-P build-distribution clean install I

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-25 Thread sankar
Hi Alex, I noticed some problem with Ant in newer release branch as well. I discussed this with Piotr, and we decided to report it at here. This is my repository folder structure mainly: Previously, if I wanted to

Re: [ApacheCon/FlexJS Summit] FlexJS 1.0 Discussion Round - Summary

2017-05-25 Thread Peter Ent
Looks like you got some good advice about being a contributor/committer. As for the file system/storage issue. The FlexJS Storage project seems like a good place for all of storage/repository/file system functions to go. We can give them different package names within the project, too, of course.

Re: [ApacheCon/FlexJS Summit] FlexJS 1.0 Discussion Round - Summary

2017-05-25 Thread Carlos Rovira
Due to past efforts and contributions, it should be relatively easy for Pkumar become a committer. Take into account that he help me with the first work on AMF (already without completion, since I'm out of time this months). So I think it should be of great help. Thanks Kumar for the interest

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-25 Thread piotrz
Hi Alex, Could you try to do one more test and run on your PC following command in order to build SDK: mvn -s settings-template.xml -DdistributionTargetFolder=distribution-flexjs -P build-distribution clean install Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-25 Thread piotrz
Anyone see any additional stopper? I think we are good to go. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61886.html Sent from the Apache Flex

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-25 Thread piotrz
Hi Alex, Build is fixed. It look like I was quite close to solution, classifiers are the keys. I cannot forget about them when I'm building some apps. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: Ant build fail with release0.8.0 branch

2017-05-25 Thread sankar
Thank you Alex! -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Ant-build-fail-with-release0-8-0-branch-tp61880p61884.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: Ant build fail with release0.8.0 branch

2017-05-25 Thread Alex Harui
It works because AIR for Win has already been installed so it skips the AIR install which mistakenly tries some Mac-only targets. I will look into it tomorrow. Thanks for catching and reporting. -Alex On 5/24/17, 11:44 PM, "sankar" wrote: >On a second note, when I

Re: Ant build fail with release0.8.0 branch

2017-05-25 Thread sankar
On a second note, when I re-run the same command /without changing anything/ in the folder, it completes! I'm not sure why it completes this time, though. But it looks like some trouble does exists in the current Ant build process anyway. Perhaps someone wants to investigate (!) Thanks! --

Re: Ant build fail with release0.8.0 branch

2017-05-25 Thread Alex Harui
Ah crud. I thought I'd tried that. I'll look into it tomorrow. As a workaround, you might be able to edit the installer.xml and remove this line: HTH, -Alex On 5/24/17, 11:32 PM, "sankar" wrote: >Hi, > >I've tried to run "ant -f installer.xml" inside the

Ant build fail with release0.8.0 branch

2017-05-25 Thread sankar
Hi, I've tried to run "ant -f installer.xml" inside the binary distribution folder; i.e. E:\ApacheFlexJSFrameworkSource\source\flex-asjs\out\apache-flex-flexjs-0.8.0-bin. The process fails with some "rsync" error and terminates. Here is the error details:

Re: [ApacheCon/FlexJS Summit] FlexJS 1.0 Discussion Round - Summary

2017-05-25 Thread Justin Mclean
Hi, > One more point, right now I am not a flexjs contributer. Since one year I > am using flexjs and creating demos so that I can get good grip on it. > Now I am having free time and want to contribute to FlexJS. So What are the > process to become official FlexJS contributer? Please suggest.