Re: [5/5] git commit: [flex-asjs] [refs/heads/release0.8.0] - distribution: updated -config.xml files used by Maven distribution because they were out of date

2017-05-14 Thread Piotr Zarzycki
Hi Josh, I did try build some project with "distribution" package produced by Maven and it's failed searching following file: "flex-asjs\distribution\distribution-flexjs\frameworks\flex-config.xml(80): col: 0 unable to open flex-asjs\distribution\distribution-flexjs\js\libs\flexjs-typedefs-js-0.8

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-14 Thread piotrz
Hi Alex, I did examination of the branch using Maven build etc. I see one issue with distribution package which is related to Josh's latest commits. I'm waiting for some response. Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-fle

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-14 Thread piotrz
Alex, The question on what time we are talking about. Cause I think we have plenty of time and I don't feel like we are perfectly ready for release before FlexJS summit. - Fixing some last things may take a bit longer and personally I would rather wait than push something out not prepared in 100%.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-14 Thread yishayw
I just updated and ran ant clean all from asjs and the build is failing with below console output. Is that what others are getting using ant (it's a long thread and I found it hard to follow)?. I'll see if I can work out my Maven problems. [echo] Cross-compiling LanguageJS.swc [echo] FA

Re: [5/5] git commit: [flex-asjs] [refs/heads/release0.8.0] - distribution: updated -config.xml files used by Maven distribution because they were out of date

2017-05-14 Thread piotrz
Btw. If completely remove path-element to typedefs project didn't build either, but with different stack trace. So removing is not the option. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Re-5-5-git

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-14 Thread yishayw
piotrz wrote > However Chris suggestions to get rid of config files is a super idea but > for the next version and it will be Whatever we choose to do, I agree with the point Alex made upstream about preserving the ability to use IDE builds independent of Ant or Maven. For flash, I use that work

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-14 Thread Alex Harui
On 5/14/17, 7:06 AM, "yishayw" wrote: >I just updated and ran ant clean all from asjs and the build is failing >with >below console output. Is that what others are getting using ant (it's a >long >thread and I found it hard to follow)?. I'll see if I can work out my >Maven >problems. > I haven

Re: AW: AW: [FlexJS] flex-asjs build failing

2017-05-14 Thread yishayw
Tried again, Maven build still failing on this issue. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-flex-asjs-build-failing-tp60461p61591.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-14 Thread Alex Harui
On 5/14/17, 6:45 AM, "piotrz" wrote: >Alex, > >The question on what time we are talking about. Cause I think we have >plenty >of time and I don't feel like we are perfectly ready for release before >FlexJS summit. - Fixing some last things may take a bit longer and >personally I would rather wa

Re: [5/5] git commit: [flex-asjs] [refs/heads/release0.8.0] - distribution: updated -config.xml files used by Maven distribution because they were out of date

2017-05-14 Thread Josh Tynjala
It looks like your build has generated two different version strings instead of one, for some reason. 0.8.0-SNAPSHOT and 0.8.0.nightly.11. It should be the same on both places. That's not anything I did with my changes in this commit. The config files look to be correct, though. Either that {flexVe

[FalconJx] Compiler Options (was Re: [5/5] git commit: [flex-asjs] [refs/heads/release0.8.0] - distribution: updated -config.xml files used by Maven distribution because they were out of date)

2017-05-14 Thread Alex Harui
You know, it just occurred to me that I don't fully understand why Maven is causing the compiler to read a flex-config.xml file. It could have to do with the fact that we simply haven't made a mapping of all compiler options into pom.xml. It should be trivial to have Maven only look for the -conf

Re: [5/5] git commit: [flex-asjs] [refs/heads/release0.8.0] - distribution: updated -config.xml files used by Maven distribution because they were out of date

2017-05-14 Thread Josh Tynjala
I should add that when I built locally, the version strings were all correct, and I could use the Maven distribution in VSCode. - Josh On May 14, 2017 7:59 AM, "Josh Tynjala" wrote: > It looks like your build has generated two different version strings > instead of one, for some reason. 0.8.0-S

Re: [FalconJx] Compiler Options (was Re: [5/5] git commit: [flex-asjs] [refs/heads/release0.8.0] - distribution: updated -config.xml files used by Maven distribution because they were out of date)

2017-05-14 Thread Josh Tynjala
I imagine that if you run mxmlc in a Maven distribution, it will use the -config.xml files. Or does building an app with Maven instead of mxmlc also read the -config.xml files? - Josh On May 14, 2017 8:00 AM, "Alex Harui" wrote: You know, it just occurred to me that I don't fully understand wh

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-14 Thread Justin Mclean
Hi, > But we do have options. One is to announce the release on Thursday but > tell folks to wait another N hours before installing. Another is to > shorten the 72 hours to something less. And another is not to announce at > all. +1 for not announcing it or rather saying we are working on it a

Re: [FalconJx] Compiler Options (was Re: [5/5] git commit: [flex-asjs] [refs/heads/release0.8.0] - distribution: updated -config.xml files used by Maven distribution because they were out of date)

2017-05-14 Thread piotrz
Josh, I'm building app through the Moonshine pointing to distribution, as an SDK. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FalconJx-Compiler-Options-was-Re-5-5-git-commit-flex-asjs-refs-heads-re

Re: [FalconJx] Compiler Options (was Re: [5/5] git commit: [flex-asjs] [refs/heads/release0.8.0] - distribution: updated -config.xml files used by Maven distribution because they were out of date)

2017-05-14 Thread piotrz
Sorry not the right thread :) - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FalconJx-Compiler-Options-was-Re-5-5-git-commit-flex-asjs-refs-heads-release0-8-0-distribution-updat-tp61594p61599.html Sent from t

Re: [5/5] git commit: [flex-asjs] [refs/heads/release0.8.0] - distribution: updated -config.xml files used by Maven distribution because they were out of date

2017-05-14 Thread piotrz
Thanks Josh. I will investigate farther and let you know if it's my environment issue. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Re-5-5-git-commit-flex-asjs-refs-heads-release0-8-0-distribution-up

Re: [FalconJx] Compiler Options (was Re: [5/5] git commit: [flex-asjs] [refs/heads/release0.8.0] - distribution: updated -config.xml files used by Maven distribution because they were out of date)

2017-05-14 Thread Josh Tynjala
That's good information for this thread, though, since Alex started it in response to one of your messages. Since you're building through Moonshine, that means it's probably calling mxmlc. In that case, the compiler should read flex-config.xml. - Josh On Sun, May 14, 2017 at 8:08 AM, piotrz wrot

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-14 Thread Dave Fisher
Hi - If the VOTE is in progress then announce that. It will be a great way to show how the process works. Be open. Regards, Dave Sent from my iPhone > On May 14, 2017, at 8:16 AM, Justin Mclean wrote: > > Hi, > >> But we do have options. One is to announce the release on Thursday but >> te

Re: [5/5] git commit: [flex-asjs] [refs/heads/release0.8.0] - distribution: updated -config.xml files used by Maven distribution because they were out of date

2017-05-14 Thread Josh Tynjala
Hey Piotr, I think I figured out how to resolve this issue so that the versions in the -config.xml are populated with the correct values, even if the version strings are different in flex-asjs and flex-typedefs. Please try a build that includes my latest commits. - Josh On Sun, May 14, 2017 at 8

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-14 Thread Josh Tynjala
I like it! Good idea, Dave. Thanks! - Josh On Sun, May 14, 2017 at 8:33 AM, Dave Fisher wrote: > Hi - > > If the VOTE is in progress then announce that. It will be a great way to > show how the process works. Be open. > > Regards, > Dave > > Sent from my iPhone > > > On May 14, 2017, at 8:16 AM

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-14 Thread yishayw
In \flex-asjs\frameworks\js\FlexJS\projects\LanguageJS\build.xml FLEX_HOME is resolved to flex-sdk instead of flex-asjs, which results in the error I got. This is probably because of this line Which seems to depend on the dir from which the build was run. When I run ant from (after ant cl

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-14 Thread yishayw
yishayw wrote > One think I noticed is that TLF.swc and Text.swc are missing from > flex-asjs\frameworks\libs\ Without these I can't get our app to work on the current dev version, which is a test worth running prior to release in my opinion. -- View this message in context: http://apache-fle

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-14 Thread Josh Tynjala
I saw this happen once, where it was trying to use flex-sdk. - Josh On May 14, 2017 9:51 AM, "yishayw" wrote: > In > \flex-asjs\frameworks\js\FlexJS\projects\LanguageJS\build.xml > > FLEX_HOME is resolved to flex-sdk instead of flex-asjs, which results in > the > error I got. > > This is probab

Re: [5/5] git commit: [flex-asjs] [refs/heads/release0.8.0] - distribution: updated -config.xml files used by Maven distribution because they were out of date

2017-05-14 Thread piotrz
Josh, Thank you! It's working now nicely. :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Re-5-5-git-commit-flex-asjs-refs-heads-release0-8-0-distribution-updated-config-xml-files-used-by-Mae-tp6158

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-14 Thread piotrz
Yishay, TLF and Text project are in "tlf" branch - I think it wasn't merged to develop. However in our "release0.8.0" branch I see Text project. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/LAST-CAL

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-14 Thread Alex Harui
I have the develop branch merged into TLF. There is still one issue I need to resolve before pushing it but I've been working on other issues. I didn't think we had planned to merge TLF into the release branch for this release. -Alex On 5/14/17, 12:27 PM, "piotrz" wrote: >Yishay, > >TLF and Te

Re: [FalconJx] Compiler Options (was Re: [5/5] git commit: [flex-asjs] [refs/heads/release0.8.0] - distribution: updated -config.xml files used by Maven distribution because they were out of date)

2017-05-14 Thread Alex Harui
On 5/14/17, 8:07 AM, "piotrz" wrote: >Josh, > >I'm building app through the Moonshine pointing to distribution, as an >SDK. Ah yes, that is in fact the reason the compiler is reading flex-config. The "distribution" is an attempt to have Maven generate a package that is Ant and command-line fri

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-14 Thread yishayw
Ok, sounds good. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61612.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-14 Thread Alex Harui
On 5/14/17, 8:16 AM, "Justin Mclean" wrote: >Hi, > >> But we do have options. One is to announce the release on Thursday but >> tell folks to wait another N hours before installing. Another is to >> shorten the 72 hours to something less. And another is not to announce >>at >> all. > >+1 for

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-14 Thread Alex Harui
I just pushed changes to make "ant all" work for me again. I spent some time trying to debug it. It makes no sense to me, but somehow during "ant all" the properties picked up by the failing build.xml had a FLEX_HOME set to the flex-sdk, even though at the launch of the build.xml, FLEX_HOME is no