Re: AW: [FlexJS/Falcon] Build concerns

2016-11-17 Thread piotrz
Thank you Chris :) Just tried and everything is working perfectly :) - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-Build-concerns-tp56292p56551.html Sent from the Apache Flex Development mailin

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-16 Thread piotrz
Chris, I looked into this code yesterday cause I was curious whether I understand some logic quickly, but without to much luck. I don't have setup which allow me debug compiler etc. I think it will be better if you fix this issue. I would like to move forward with some help on FlexJS sight. I fi

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-16 Thread Christofer Dutz
I had a look at the problem, thanks for finding this one ☺ It only happens on windows machines, if the maven local repo is on a different drive as the project you are compiling. I had a „lastIndexOf“ in the code, which is absolutely valid on non-windows machines. On Windows machines it cuts off

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-16 Thread Christofer Dutz
Ok ... forget that last email of mine ;-) As soon as it came to the examples it failled with exactly the error you were reporting. If you want to try to fix it, go ahead ... I’ll review your changes after you did them. Otherwise I’ll try to tackle the problem. Chris Am 16.11.16, 13:11 schrie

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-16 Thread Christofer Dutz
Ok so I just setup my Windows 10 VM that I could run the build on a drive other than C: and it worked perfectly. What branch are you on, if I may ask? Chris Am 15.11.16, 22:13 schrieb "piotrz" : Ok! I will try! :) It will be about my twenty first line of code in JAVA :) Never touch jav

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-15 Thread piotrz
Ok! I will try! :) It will be about my twenty first line of code in JAVA :) Never touch java in my life. - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-Build-concerns-tp56292p56507.html Sent f

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-15 Thread Alex Harui
On 11/15/16, 12:56 PM, "piotrz" wrote: >Hmm...Cause source of falcon and other things I have on drive d:. Maven >repository is on c:. That's could be the case - I will try to move >everything to one drive. If you have time, it would be better to try to fix the code in MXMLFlexJSPublisher.java.

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-15 Thread piotrz
Hmm...Cause source of falcon and other things I have on drive d:. Maven repository is on c:. That's could be the case - I will try to move everything to one drive. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.n

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-15 Thread Alex Harui
I'm wondering if it could be that the compiler is trying to find that path on your d: drive instead of c: There is code in compiler-jx/src/main/java/org/apache/flex/compiler/internal/codegen/mxml/fl exjs/MXMLFlexJSPublisher.java in flex-falcon that tries to come up with the path. Maybe it isn'

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-15 Thread piotrz
Rally strange. Yes log is showing that file was downloaded [1]. I have full permission on this file. [1] https://paste.apache.org/i7fD - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-Build-conce

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-15 Thread Alex Harui
On 11/15/16, 11:17 AM, "piotrz" wrote: >Ohh... :) Ok I've added catch in that place. Compiler can't find file [1]. >I've checked and I have this file in that path: >google-closure-library-0.0-20150902-b129bb9e.jar. > >I did remove everything from that folder and rebuild everything failed >again

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-15 Thread piotrz
Ohh... :) Ok I've added catch in that place. Compiler can't find file [1]. I've checked and I have this file in that path: google-closure-library-0.0-20150902-b129bb9e.jar. I did remove everything from that folder and rebuild everything failed again. [1] https://paste.apache.org/nLd1 - Ap

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-15 Thread Alex Harui
On 11/15/16, 10:32 AM, "piotrz" wrote: >In general I'm able to build Falcon, FlexJS and typedefs, but built of >example itself is just not working. > >What do you mean saying: "add more code to JSGoogPublisher " ? The log shows an exception caused by code at line 264 in compiler-jx/src/main/ja

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-15 Thread piotrz
In general I'm able to build Falcon, FlexJS and typedefs, but built of example itself is just not working. What do you mean saying: "add more code to JSGoogPublisher " ? - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-15 Thread Alex Harui
On 11/15/16, 10:13 AM, "piotrz" wrote: >Alex, > >The most recent is this one [1]. Take a look into the moment when App.js >has >been compiled. I haven't seen that before. You have all the source code, right? Can you add more code to JSGoogPublisher to get more information about the exception

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-15 Thread piotrz
Alex, The most recent is this one [1]. Take a look into the moment when App.js has been compiled. [1] https://paste.apache.org/WRup Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-Build-

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-15 Thread Alex Harui
I'm unclear as to what error you are now getting. Which is the most recent log? -Alex On 11/15/16, 10:04 AM, "piotrz" wrote: >I've just update my java version and nothing change. Still same error. > > > >- >Apache Flex PMC >piotrzarzyck...@gmail.com >-- >View this message in context: >http:

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-15 Thread piotrz
I've just update my java version and nothing change. Still same error. - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-Build-concerns-tp56292p56495.html Sent from the Apache Flex Development mail

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-14 Thread piotrz
Carlos, I would like to ask you for one thing - Could you please post me on paste.apache.org output for successfull build. Please do build with additional parameter. -> "args": ["clean", "install", "-DskipTests", "-X"] Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-14 Thread piotrz
Thanks Carlos! I will try something tomorrow again. I'm on Windows 10 :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-Build-concerns-tp56292p56491.html Sent from the Apache Flex Develop

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-14 Thread Carlos Rovira
Hi Piotrz, I have this java version "1.8.0_102" Java(TM) SE Runtime Environment (build 1.8.0_102-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.102-b14, mixed mode) are you on Mac, if so I have a very simple setup: *0.- (pre step) Install XCode and with this command line tools from App St

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-14 Thread piotrz
Hi Carlos, What version of Java are you using in your system ? Cause I still can't built any example. Maybe it is some kind of maven-java problem. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-10 Thread piotrz
Chris, That was it. - Thank you! :) I've updated GIT to newest version and everything has built without the problem, but example is still failing with same result. [1] [1] https://paste.apache.org/WRup Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: htt

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-10 Thread piotrz
Chris, Git: 2.7.4 Java: Installed: java version "1.8.0_111" JAVA_HOME: jdk1.8.0_74 Maven 3.3.9 Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-Build-concerns-tp56292p56433.html Sent from

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-10 Thread Christofer Dutz
I’ve tried the build on windows 10 and it works nicely. Could you please report the following versions: - Git - Java - Maven Chris Am 10.11.16, 07:36 schrieb "piotrz" : Tried through the bash and result is same. - Apache Flex PMC piotrzarzyck...@gmail.com -

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-09 Thread piotrz
Tried through the bash and result is same. - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-Build-concerns-tp56292p56428.html Sent from the Apache Flex Development mailing list archive at Nabble.c

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-09 Thread piotrz
Yes Alex I'm on Windows 10. I've tried apply patch by Source Tree [1]. Do you recommend me to use command line ? Source tree has also bash console I will try by console later today. [1] https://www.sourcetreeapp.com/ Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-09 Thread Alex Harui
Hi Piotr, You are using Windows? Are you running from command prompt, cygwin, git bash or something else? -Alex On 11/9/16, 9:33 PM, "piotrz" wrote: >I've tried apply patch using Source Tree and got same result as building >by >maven -> https://paste.apache.org/FsuI > > > >- >Apache Flex

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-09 Thread piotrz
I've tried apply patch using Source Tree and got same result as building by maven -> https://paste.apache.org/FsuI - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-Build-concerns-tp56292p56425.htm

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-09 Thread piotrz
Alex, Logs from build of typedefs was in previous post. [1] https://paste.apache.org/XuzH Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-Build-concerns-tp56292p56416.html Sent from the

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-09 Thread Alex Harui
I'm not seeing a patch error in your pasted log. This log looks more like the build for the MDL branch didn't build the MDL swc or store it as a snapshot in your local repo. Regarding the patch, I think Maven and Ant are calling git patch instead of GNU's patch. Can you try manually applying the

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-08 Thread piotrz
I've removed everything from maven repo and all generated file in typedefs repo. It's still failing on this patch file. Maybe today I will try remove git repo and checkout once again. Same with example. I've tried two and both are failing with the same error [1] [1] https://paste.apache.org/Nnqt

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-08 Thread piotrz
Alex, Unfortunately it didn't help. [1]. I see in log that it's download new file. [1] https://paste.apache.org/XuzH Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-Build-concerns-tp5629

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-08 Thread Alex Harui
On 11/8/16, 1:25 PM, "piotrz" wrote: >Chris, > >I have switched to your branch on Falcon, typedefs and FlexJS. It's >failing >during execution of goal "patch-js". [1] What js.patch file is for ? We make certain change to the externs via a .patch file. Try deleting svg.js from your Maven cache

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-08 Thread piotrz
Chris, I have switched to your branch on Falcon, typedefs and FlexJS. It's failing during execution of goal "patch-js". [1] What js.patch file is for ? [1] https://paste.apache.org/fHg0 Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-08 Thread Christofer Dutz
I just merged everything from devlop and the mdl to the maven-examples branch and that does build at the moment ... Chris Am 08.11.16, 18:18 schrieb "piotrz" : I've rebuilt several times Falcon, FlexJS and later Chart example. I've tried also with DataBindingExample, but it's the same

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-08 Thread piotrz
I've rebuilt several times Falcon, FlexJS and later Chart example. I've tried also with DataBindingExample, but it's the same. I was used MDL branch (flexjs) with merged all changes from develop and develop branches for Falcon and dypedefs. Now typedefs are also failing [1]. Maybe something is w