Re: why can not open this code?

2016-05-24 Thread lizhi
the same on remove super(). pls checkout the full code. and run the build.bat. it is realy easy build,youself. thanks. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/why-can-not-open-this-code-tp53169p53202.html Sent from the Apache Flex Development mailin

Re: why can not open this code?

2016-05-24 Thread Andy Dufilie
I think Alex is right that the problem is your BitmapData.as constructor calls super() yet the BitmapData class does not extend anything. That would explain the TypeError on line 2367 because parentCtor would be undefined. Try removing this line: https://github.com/matrix3d/spriteflexjs/blob/mast

Re: why can not open this code?

2016-05-24 Thread lizhi
goog.inherits = function(childCtor, parentCtor) { /** @constructor */ function tempCtor() {} tempCtor.prototype = parentCtor.prototype;//2367 childCtor.superClass_ = parentCtor.prototype; childCtor.prototype = new tempCtor(); /** @override */ childCtor.prototype.constructor = childCto

Re: why can not open this code?

2016-05-24 Thread Andy Dufilie
Hi lizhi, Most of us read the forum via e-mail and the Nabble forum website does not forward attached images through e-mail, so we did not realize you had shared a screenshot. >From the screenshot, the errors are: Uncaught TypeError: Cannot read property 'prototype' of undefined. base.js:2367 Unca

Re: why can not open this code?

2016-05-24 Thread lizhi
i have put the error png.it is there have some suggle? -- View this message in context: http://apache-flex-development.247.n4.nabble.com/why-can-not-open-this-code-tp53169p53198.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FalconJX] Extern builds use patch files instead of replace tasks

2016-05-24 Thread Alex Harui
Reverting. Too many CRLF issues. On 5/24/16, 2:00 PM, "Alex Harui" wrote: >Looking into it. > >On 5/24/16, 1:08 PM, "Peter Ent" wrote: > >>Alas, the wipe-all did not work for me either. >>—peter >> >>On 5/24/16, 3:49 PM, "Harbs" wrote: >> >>>I just checked out the repo, wiped, cleaned, and got

Re: [FalconJX] Extern builds use patch files instead of replace tasks

2016-05-24 Thread Alex Harui
Looking into it. On 5/24/16, 1:08 PM, "Peter Ent" wrote: >Alas, the wipe-all did not work for me either. >—peter > >On 5/24/16, 3:49 PM, "Harbs" wrote: > >>I just checked out the repo, wiped, cleaned, and got the same error. >> >>On May 24, 2016, at 10:31 PM, Peter Ent wrote: >> >>> The flex-a

Re: [FalconJX] Extern builds use patch files instead of replace tasks

2016-05-24 Thread Peter Ent
Alas, the wipe-all did not work for me either. —peter On 5/24/16, 3:49 PM, "Harbs" wrote: >I just checked out the repo, wiped, cleaned, and got the same error. > >On May 24, 2016, at 10:31 PM, Peter Ent wrote: > >> The flex-asjs build is still failing, same place, same reasons. I pulled >> flex

Re: [FalconJX] Extern builds use patch files instead of replace tasks

2016-05-24 Thread Harbs
I just checked out the repo, wiped, cleaned, and got the same error. On May 24, 2016, at 10:31 PM, Peter Ent wrote: > The flex-asjs build is still failing, same place, same reasons. I pulled > flex-falcon and ran 'ant all' on it and when the flex-asjs build failed, I > went back to flex-falcon a

Re: [FalconJX] Extern builds use patch files instead of replace tasks

2016-05-24 Thread Harbs
Try ant wipe all. I think that clears out everything. On May 24, 2016, at 10:31 PM, Peter Ent wrote: > The flex-asjs build is still failing, same place, same reasons. I pulled > flex-falcon and ran 'ant all' on it and when the flex-asjs build failed, I > went back to flex-falcon and ran 'ant ex

Re: [FalconJX] Extern builds use patch files instead of replace tasks

2016-05-24 Thread Peter Ent
The flex-asjs build is still failing, same place, same reasons. I pulled flex-falcon and ran 'ant all' on it and when the flex-asjs build failed, I went back to flex-falcon and ran 'ant externs' thinking 'all' didn't include externs. But that didn't make any difference. I thought I was following t

Re: [FalconJX] Extern builds use patch files instead of replace tasks

2016-05-24 Thread Alex Harui
Thanks for finding that. I think I fixed it so pull and try again. -Alex On 5/24/16, 11:45 AM, "Peter Ent" wrote: >I sync'd flex-falcon and ran 'ant wipe-all' followed by 'ant all' on it. >Clean build. I then sync'd flex-asjs and ran 'ant' on it. It is failing >executing compile-js-swc target

Re: [FalconJX] Extern builds use patch files instead of replace tasks

2016-05-24 Thread Peter Ent
I sync'd flex-falcon and ran 'ant wipe-all' followed by 'ant all' on it. Clean build. I then sync'd flex-asjs and ran 'ant' on it. It is failing executing compile-js-swc target in the CreateJS project. See partial error list below. The errors indicate, to me, that the CreateJS Extern SWC wasn't bu

[FalconJX] Extern builds use patch files instead of replace tasks

2016-05-24 Thread Alex Harui
Hi, I just pushed changes so the Extern SWC builds use patch files to modify the extern sources instead of running tons of replace tasks on them. I added make_patch targets to the extern builds so you can generate the patch file if changes are needed. Using patch files will mean that the Maven b