> To use JS.swc, it is expected to be in the external-library-path like > playerglobal, not the regular library-path > There is a js\bin\jsc.bat that calls mxmlc with external-library-path
Thanks for the info, I got it working without to call the jsc.bat but directly from IJ, marking the js.swc as external :-) Frédéric THOMAS ---------------------------------------- > From: [email protected] > To: [email protected] > Subject: Re: Re : Re: Re : Re: AW: AW: AW: [FlexJS] IntelliJ Integration > Date: Mon, 15 Jun 2015 15:35:23 +0000 > > > > On 6/15/15, 8:19 AM, "Frédéric THOMAS" <[email protected]> wrote: > >> >>> What did you run? >> >>The compiler from IJ > > To use JS.swc, it is expected to be in the external-library-path like > playerglobal, not the regular library-path > There is a js\bin\jsc.bat that calls mxmlc with external-library-path > > -Alex >
