Re: flexjs ,pack full folder in a js.

2016-09-18 Thread lizhi
function JSCompiler_emptyFn() { return function () {} } function JSCompiler_set(a) { return function (b) { this[a] = b } } function JSCompiler_get(a) { return function () { return this[a] } } function JSCompiler_r

mxmlc error null with "large" project

2016-09-18 Thread Justin Magnan
I am having trouble with a build, I was hoping someone can help. We have a project with 2,774 files totaling 33.2 MB in size for the source. Our build machine is a Linux box (8GB of memory) running the 4.14.1 SDK. We use ant and flex tasks to execute our builds. One of the guys on our team just

Re: mxmlc error null with "large" project

2016-09-18 Thread Alex Harui
On 9/18/16, 7:02 PM, "Justin Magnan" wrote: >I am having trouble with a build, I was hoping someone can help. > > >This had me wondering if maybe ant was running out of memory, I looked at >setting ANT_OPTS=-Xmx2098M, this did nothing. > >I then searched the web and found a couple links saying i

Re: 回复: flexjs error output,and flashdevelop

2016-09-18 Thread lizhi
pls look at the image there https://github.com/fdorg/flashdevelop/issues/1212 not the flexjs output can not putin the fd result panel. but the 2nd image format can put in the result panel the 1st image look good,but can not work with flashdevelop. pls just change the format. thanks -- View

Re: flexjs ,pack full folder in a js.

2016-09-18 Thread Alex Harui
On 9/18/16, 12:03 AM, "lizhi" wrote: >function JSCompiler_emptyFn() { >return function () {} > >} >function JSCompiler_set(a) { >return function (b) { >this[a] = b >} >} >function JSCompiler_get(a) { >return function () { >retur

Re: flexjs ,pack full folder in a js.

2016-09-18 Thread lizhi
maybe pack the js need some option.it is the diff of mxmlc use and my custom option java -jar %FLEX_HOME%\js\lib\google\closure-compiler\compiler.jar --js bin\js-swc --js %FLEX_HOME%\frameworks\js\FlexJS\generated-sources\org\apache\flex\utils\Language.js --js %FLEX_HOME%\js\lib\google\closure-lib