RE: [Falcon.jx] -library-path

2015-06-01 Thread Frédéric THOMAS
the first item. Frédéric THOMAS From: aha...@adobe.com To: webdoubl...@hotmail.com; dev@flex.apache.org Subject: Re: [Falcon.jx] -library-path Date: Sat, 30 May 2015 20:30:45 + I'm in favor of automating any repetitive process. Things are the way they are due to lack of time. Sent

Re: [Falcon.jx] -library-path

2015-06-01 Thread Alex Harui
to implement the first item. Frédéric THOMAS From: aha...@adobe.com To: webdoubl...@hotmail.com; dev@flex.apache.org Subject: Re: [Falcon.jx] -library-path Date: Sat, 30 May 2015 20:30:45 + I'm in favor of automating any repetitive process. Things are the way they are due to lack of time

RE: [Falcon.jx] -library-path

2015-06-01 Thread Frédéric THOMAS
in additional compiler arguments. Frédéric THOMAS From: aha...@adobe.com To: dev@flex.apache.org Subject: Re: [Falcon.jx] -library-path Date: Mon, 1 Jun 2015 20:47:33 + BTW, assuming we’ll have Mike’s AS to JS compiler, the JS files will soon be generated by running a CompC like tool

RE: [Falcon.jx] -library-path

2015-06-01 Thread Frédéric THOMAS
@flex.apache.org Subject: Re: [Falcon.jx] -library-path Date: Mon, 1 Jun 2015 22:24:39 + On 6/1/15, 3:04 PM, Frédéric THOMAS webdoubl...@hotmail.com wrote: BTW, assuming we’ll have Mike’s AS to JS compiler, the JS files will soon be generated by running a CompC like tool. I had thoughts

RE: [Falcon.jx] -library-path

2015-06-01 Thread Frédéric THOMAS
: [Falcon.jx] -library-path Date: Mon, 1 Jun 2015 23:04:19 +0100 BTW, assuming we’ll have Mike’s AS to JS compiler, the JS files will soon be generated by running a CompC like tool. I had thoughts of teaching CompJSC to stuff the JS files into the same swc specified by the -output option

Re: [Falcon.jx] -library-path

2015-06-01 Thread Alex Harui
On 6/1/15, 3:04 PM, Frédéric THOMAS webdoubl...@hotmail.com wrote: BTW, assuming we’ll have Mike’s AS to JS compiler, the JS files will soon be generated by running a CompC like tool. I had thoughts of teaching CompJSC to stuff the JS files into the same swc specified by the -output

Re: [Falcon.jx] -library-path

2015-06-01 Thread Alex Harui
On 6/1/15, 3:41 PM, Frédéric THOMAS webdoubl...@hotmail.com wrote: Thinking about it some more, I think to build, for example, the Core.swc, we would run CompJSC with one set of settings (different -js-output-type, different library paths that point to a JS.swc and HTMLNative.swc) that

RE: [Falcon.jx] -library-path

2015-05-30 Thread Frédéric THOMAS
Date: Sat, 30 May 2015 15:03:29 -0400 Subject: Re: [Falcon.jx] -library-path From: teotigraphix...@gmail.com To: dev@flex.apache.org Fred, I was looking at your branch, can you tell me exactly what now works with your changes? What is different in Intellij now? Mike On Sat, May 30

Re: [Falcon.jx] -library-path

2015-05-30 Thread Michael Schmalle
Fred, I was looking at your branch, can you tell me exactly what now works with your changes? What is different in Intellij now? Mike On Sat, May 30, 2015 at 2:57 PM, Frédéric THOMAS webdoubl...@hotmail.com wrote: Hi, I was trying to compile an App with a Lib in FlexJS and seen few things:

RE: [Falcon.jx] -library-path

2015-05-30 Thread Frédéric THOMAS
I guess) ? From ant we build framework swc and compile apps I didn't get that !? Frédéric THOMAS From: aha...@adobe.com To: webdoubl...@hotmail.com; dev@flex.apache.org Subject: Re: [Falcon.jx] -library-path Date: Sat, 30 May 2015 19:21:22 + Is this with ij or ant as well? From ant we

[Falcon.jx] -library-path

2015-05-30 Thread Frédéric THOMAS
Hi, I was trying to compile an App with a Lib in FlexJS and seen few things: - The MXMLFlexJSPublisher doesn't pass the the ProblemQuery to GoogDepsWriter.getListOfFile, we end up with a NPE (easy to fix) - The addDeps() throws a RTE instead of a Problem, what do we want as Problem here ?

RE: [Falcon.jx] -library-path

2015-05-30 Thread Frédéric THOMAS
if -js-output-type=FLEXJS_DUAL, calling chained both of the compiler having generated the include-file first - add a include-all-classes and exclude-classes Thought ? Frédéric THOMAS From: aha...@adobe.com To: webdoubl...@hotmail.com; dev@flex.apache.org Subject: Re: [Falcon.jx] -library-path

Re: [Falcon.jx] -library-path

2015-05-30 Thread Alex Harui
@flex.apache.org; Subject:RE: [Falcon.jx] -library-path Is this with ij or ant as well? I build the lib with IJ using the default flex-config.xml and no other argument, it results in a swc without the JS, adding -js-output-type=FLEXJS, I get the js, my question was, is there already something

Re: [Falcon.jx] -library-path

2015-05-30 Thread Alex Harui
Is this with ij or ant as well? From ant we build framework swc and compile apps Sent from my LG G3, an ATT 4G LTE smartphone -- Original message-- From: Frédéric THOMAS Date: Sat, May 30, 2015 11:58 AM To: dev@flex.apache.orgmailto:dev@flex.apache.org; Subject:[Falcon.jx] -library

Re: [Falcon.jx] -library-path

2015-05-30 Thread Alex Harui
The swcs we build use include-file in compile-config.xml. we currently run compc after compjsc. Sent from my LG G3, an ATT 4G LTE smartphone -- Original message-- From: Frédéric THOMAS Date: Sat, May 30, 2015 12:28 PM To: dev@flex.apache.org; Subject:RE: [Falcon.jx] -library-path