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
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
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
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
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.
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
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
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
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
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
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
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
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
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
14 matches
Mail list logo