Re: [FlexJS] Maven Build and FLEXJS_HOME

2017-02-13 Thread Carlos Rovira
I use to make a new distribution nearly each day to have latest fresh code in my SDK so Visual Code could get it. So I recommend to do that :) 2017-02-13 11:27 GMT+01:00 Christofer Dutz : > Hi Yishay, > > In Maven, if you build the “framework” module and specify the > “build-distribution” profile

Re: [FlexJS] Maven Build and FLEXJS_HOME

2017-02-13 Thread Christofer Dutz
Hi Yishay, In Maven, if you build the “framework” module and specify the “build-distribution” profile and specify a location, the build produces a (hopefully) valid FlexJS sdk in the desired directory. In contrast to Ant the Maven build is not intended to build a distribution/sdk within itsel

[FlexJS] Maven Build and FLEXJS_HOME

2017-02-13 Thread yishayw
In the Ant build, building asjs I do this: copy C:\dev\flexjs\flex-asjs\frameworks\js\FlexJS\libs\*.swc \frameworks\js\FlexJS\libs copy C:\dev\flexjs\flex-asjs\frameworks\libs\*.swc \frameworks\libs That ensures that FlashBuilder can see the newly build swc files. What's the parallel step in Mav