Re: flexjs of new how use the js.swc?

2017-05-12 Thread Christofer Dutz
: dev@flex.apache.org Betreff: Re: flexjs of new how use the js.swc? On 5/9/17, 10:16 PM, "Alex Harui" wrote: > >But I think the biggest impact is that where folks had been using >library-path as a default and js-library-path or swf-library-path as an >override will now have to

Re: flexjs of new how use the js.swc?

2017-05-10 Thread Harbs
+1 > On May 11, 2017, at 1:59 AM, Alex Harui wrote: > > Time to get a release out.

Re: flexjs of new how use the js.swc?

2017-05-10 Thread Justin Mclean
Hi, > And I also took the time to remove the ASF headers from the patches which > is what you thought was right last release apparently wasn't so. Sorry Alex but please don’t misrepresent what I have stated on this list. I've stated they should of had MIT headers / that the MIT license text be a

Re: flexjs of new how use the js.swc?

2017-05-10 Thread Alex Harui
On 5/10/17, 3:44 PM, "Justin Mclean" wrote: >Hi, > >> I proposed changes in this thread [1]. Nobody said no, so that's good >> enough for me. > >The last advice given was to add the header I think it would be safer to >go with that. I do not see that in the thread after I explained I was tr

Re: flexjs of new how use the js.swc?

2017-05-10 Thread Justin Mclean
Hi, > I proposed changes in this thread [1]. Nobody said no, so that's good > enough for me. The last advice given was to add the header I think it would be safer to go with that. Thanks, Justin

Re: flexjs of new how use the js.swc?

2017-05-10 Thread Alex Harui
On 5/10/17, 11:48 AM, "Justin Mclean" wrote: >Hi, > >> OK, I think I got it working and pushed the changes. If it doesn't blow >> up stuff, then we'll find a place to document it. >> >> Next up is, if the CI builds pass, cut a release branch. > >Have the issues around missing headers and patc

Re: flexjs of new how use the js.swc?

2017-05-10 Thread Justin Mclean
Hi, > OK, I think I got it working and pushed the changes. If it doesn't blow > up stuff, then we'll find a place to document it. > > Next up is, if the CI builds pass, cut a release branch. Have the issues around missing headers and patch files as per the recent discussion on legal discuss be

Re: flexjs of new how use the js.swc?

2017-05-10 Thread Alex Harui
OK, I think I got it working and pushed the changes. If it doesn't blow up stuff, then we'll find a place to document it. Next up is, if the CI builds pass, cut a release branch. -Alex On 5/9/17, 11:54 PM, "Alex Harui" wrote: > > >On 5/9/17, 10:16 PM, "Alex Harui" wrote: > >> >>But I think t

Re: flexjs of new how use the js.swc?

2017-05-09 Thread Alex Harui
On 5/9/17, 10:16 PM, "Alex Harui" wrote: > >But I think the biggest impact is that where folks had been using >library-path as a default and js-library-path or swf-library-path as an >override will now have to mess with their builds. I guess I'll start >coding it up that way and see how much w

Re: flexjs of new how use the js.swc?

2017-05-09 Thread piotrz
Alex, Is it possible to describe everything on some confluence page? That's really crucial information. Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs-of-new-how-use-the-js-swc-tp61506p

Re: flexjs of new how use the js.swc?

2017-05-09 Thread Alex Harui
Before dual, the "main" swc was compiled for SWF and contained JS files compiled for JS. The compiler would open Core.swc, for example, see UIBase extended Sprite and think UIBase had a blendMode property, even though the UIBase.js in the SWC didn't have a blendMode property. Then we built "JS" s

Re: flexjs of new how use the js.swc?

2017-05-06 Thread piotrz
Alex, You are right adding -js-library-path helped, but there is some strange behavior. I don't use anything from Formatters module and if I do not add [1] I'm getting [2] [1] https://paste.apache.org/PFKp [2] https://paste.apache.org/R4XO Thanks, Piotr - Apache Flex PMC piotrzarzyck...@g

Re: flexjs of new how use the js.swc?

2017-05-06 Thread Josh Tynjala
Seems to me that swf-library-path and js-library-path should be in addition to the shared library-path instead of overwriting it. - Josh On May 6, 2017 8:06 AM, "Alex Harui" wrote: > It could be that the default libraries may now be specified via > swf-library-path and js-library-path instead o

Re: flexjs of new how use the js.swc?

2017-05-06 Thread Alex Harui
It could be that the default libraries may now be specified via swf-library-path and js-library-path instead of just -library-path. Other libraries that are specified via just -library-path are not included because swf-library-path and/or js-library-path are considered overrides, instead of additi

Re: flexjs of new how use the js.swc?

2017-05-06 Thread piotrz
Hi Alex, Not sure whether it is related, but I have also problem with some additional library. I'm using -library-path. (look into the pom.xml) [1] I'm preparing maven build for PureMVCDemo from Prashant - previously it was working (at least 2 weeks ago) - currently it's failing with [2]. Since p

Re: flexjs of new how use the js.swc?

2017-05-06 Thread Alex Harui
I made one fix last night. Did you try with that version? Get Outlook for Android<https://aka.ms/ghei36> From: lizhi Sent: Saturday, May 6, 2017 2:55:31 AM To: dev@flex.apache.org Subject: flexjs of new how use the js.swc? the -external-librar

flexjs of new how use the js.swc?

2017-05-06 Thread lizhi
the -external-library-path="%FLEX_HOME%\js\libs\js.swc" not work. and get error. java.lang.NullPointerException org.apache.flex.compiler.internal.graph.GoogDepsWriter.generateDeps(GoogDepsWriter.java:162)org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSPublisher.publish(MXMLFlexJSPu