Re: [FlexJS] Building from Flash Builder

2016-11-23 Thread Alex Harui
On 11/23/16, 1:17 PM, "yishayw" wrote: >FLEX-HOME points to classic flex SDK, FLEXJS-HOME points to flexjs. FLEX_HOME probably shouldn't be set for Flash Builder's environment. I don't think the scripts care about FLEXJS_HOME. If FLEX_HOME is set, it will override where things are found. Th

Re: [FlexJS] Building from Flash Builder

2016-11-23 Thread yishayw
FLEX-HOME points to classic flex SDK, FLEXJS-HOME points to flexjs. But like I said, switching between the two made no difference. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Building-from-Flash-Builder-tp56438p56705.html Sent from the Apache F

Re: [FlexJS] Building from Flash Builder

2016-11-23 Thread Alex Harui
So what is FLEX_HOME set to in your environment for Flash Builder? Is it pointing to the right place? It seems strange to me that you would put the FlexJS SDK in a folder called flex-sdk. -Alex On 11/23/16, 12:40 AM, "yishayw" wrote: >Alex Harui wrote >> So did you try changing/removing that

Re: [FlexJS] Building from Flash Builder

2016-11-23 Thread yishayw
Alex Harui wrote > So did you try changing/removing that line to see if it works? It is > coming from js/bin/mxmlc.bat. I don't have that folder and it isn't a > problem on Mac. Removing -sdk-js-lib="%FLEX_HOME%\frameworks\js\FlexJS\generated-sources" from the arguments line doesn't change the

Re: [FlexJS] Building from Flash Builder

2016-11-16 Thread Alex Harui
On 11/16/16, 12:56 AM, "yishayw" wrote: >This is the console output. > >https://paste.apache.org/ET6T > >The problem is probably with this line > >-sdk-js-lib=C:\dev\flexjs\flex-sdk\frameworks\js\FlexJS\generated-sources > >It looks like it's relative to FLEX_HOME which is the classic SDK. Also

Re: [FlexJS] Building from Flash Builder

2016-11-16 Thread yishayw
This is the console output. https://paste.apache.org/ET6T The problem is probably with this line -sdk-js-lib=C:\dev\flexjs\flex-sdk\frameworks\js\FlexJS\generated-sources It looks like it's relative to FLEX_HOME which is the classic SDK. Also, generated-sources no longer exists. -- View thi

Re: [FlexJS] Building from Flash Builder

2016-11-13 Thread Alex Harui
obe.com> >Sent: Friday, November 11, 2016 9:58 AM >To: dev@flex.apache.org<mailto:dev@flex.apache.org> >Subject: Re: [FlexJS] Building from Flash Builder > > > > >On 11/10/16, 2:55 AM, "yishayw" wrote: > >>After getting the latest nightly and running exte

RE: [FlexJS] Building from Flash Builder

2016-11-13 Thread Yishay Weiss
6 9:56 AM To: dev@flex.apache.org<mailto:dev@flex.apache.org> Subject: RE: [FlexJS] Building from Flash Builder Not sure what’s going on. I just installed the latest nightly, created a new project, and copied DataBindingExample.mxml, and related sources. Same result. From: Alex Haru

RE: [FlexJS] Building from Flash Builder

2016-11-12 Thread Yishay Weiss
pache.org> Subject: Re: [FlexJS] Building from Flash Builder On 11/10/16, 2:55 AM, "yishayw" wrote: >After getting the latest nightly and running external tools - > FlexJS >(FalconJX Debug Build) > >I'm getting the following. What did I do wrong? Don

Re: [FlexJS] Building from Flash Builder

2016-11-10 Thread Alex Harui
On 11/10/16, 2:55 AM, "yishayw" wrote: >After getting the latest nightly and running external tools - > FlexJS >(FalconJX Debug Build) > >I'm getting the following. What did I do wrong? Don't know for sure. I just tried the nightly on DataBindingExample and it worked for me. It sounds like s