You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Federico Jakimowicz <po...@outlook.com> on 2013/03/04 05:02:26 UTC

Errors BitmapAsset & ByteArrayAsset missing Flex 4.9

Hi! I'm building a "hello world" project using Starling and Feathers. When using sdk version Apache Flex 4.9 FP11.1 I get the following errors: 1017: The definition of base class BitmapAsset was not found.1017: The definition of base class ByteArrayAsset was not found. However this errors don't appear using sdk version Apache Flex 4.8.Any ideas what might be going on? kind regards  		 	   		  

RE: Errors BitmapAsset & ByteArrayAsset missing Flex 4.9

Posted by Federico Jakimowicz <po...@outlook.com>.
There you have it Alex. :) https://issues.apache.org/jira/browse/FLEX-33417
 thanks again, Fede.> From: aharui@adobe.com
> To: dev@flex.apache.org
> Date: Sun, 3 Mar 2013 21:09:26 -0800
> Subject: Re: Errors BitmapAsset & ByteArrayAsset missing Flex 4.9
> 
> Yeah, I checked the build.xml/compile-config.xml.  When we re-worked the
> build scripts we screwed this up.
> 
> 
> On 3/3/13 9:05 PM, "Om" <bi...@gmail.com> wrote:
> 
> > I can confirm that core.swc in 4.9 is indeed 47 kb on my machine as well.
> >  Whereas core.swc in 4.8 is 107 kb.
> > 
> > Om
> > 
> > On Sun, Mar 3, 2013 at 9:03 PM, Alex Harui <ah...@adobe.com> wrote:
> > 
> >> Crap, that's a bug.  Please file an issue for it and we'll deal with it in
> >> the next release.  You can use the 4.8 version as you have found or add
> >> framework.swc to your library list.
> >> 
> >> 
> >> On 3/3/13 8:33 PM, "Federico Jakimowicz" <po...@outlook.com> wrote:
> >> 
> >>> Hi Alex, Well I have the core.swc, however the flex 4.9 core.swc is a
> >> 47kb
> >>> file while flex 4.8 core.swc is a 107kb one.
> >>> I guess then something is missing (at least mx.core.BitmapAsset and
> >>> ByteArrayAsset), isn't it?. After replacing 4.9's swc with the 4.8 one
> >> the
> >>> project compiled and ran successfully.Do you think this is an error
> >> specific
> >>> of my Apache Flex 4.9 installation or something more general?(I used the
> >> flex
> >>> 4.9 sdk installer to install it) thanks for your kind help,  Fede.> From:
> >>> aharui@adobe.com
> >>>> To: dev@flex.apache.org
> >>>> Date: Sun, 3 Mar 2013 20:19:53 -0800
> >>>> Subject: Re: Errors BitmapAsset & ByteArrayAsset missing Flex 4.9
> >>>> 
> >>>> Do you have a core.swc in frameworks/libs?
> >>>> 
> >>>> 
> >>>> On 3/3/13 8:02 PM, "Federico Jakimowicz" <po...@outlook.com>
> >> wrote:
> >>>> 
> >>>>> Hi! I'm building a "hello world" project using Starling and Feathers.
> >> When
> >>>>> using sdk version Apache Flex 4.9 FP11.1 I get the following errors:
> >> 1017:
> >>>>> The
> >>>>> definition of base class BitmapAsset was not found.1017: The
> >> definition of
> >>>>> base class ByteArrayAsset was not found. However this errors don't
> >> appear
> >>>>> using sdk version Apache Flex 4.8.Any ideas what might be going on?
> >> kind
> >>>>> regards
> >>>> 
> >>>> --
> >>>> Alex Harui
> >>>> Flex SDK Team
> >>>> Adobe Systems, Inc.
> >>>> http://blogs.adobe.com/aharui
> >>>> 
> >>> 
> >> 
> >> --
> >> Alex Harui
> >> Flex SDK Team
> >> Adobe Systems, Inc.
> >> http://blogs.adobe.com/aharui
> >> 
> >> 
> 
> -- 
> Alex Harui
> Flex SDK Team
> Adobe Systems, Inc.
> http://blogs.adobe.com/aharui
> 
 		 	   		  

Re: Errors BitmapAsset & ByteArrayAsset missing Flex 4.9

Posted by Alex Harui <ah...@adobe.com>.
Yeah, I checked the build.xml/compile-config.xml.  When we re-worked the
build scripts we screwed this up.


On 3/3/13 9:05 PM, "Om" <bi...@gmail.com> wrote:

> I can confirm that core.swc in 4.9 is indeed 47 kb on my machine as well.
>  Whereas core.swc in 4.8 is 107 kb.
> 
> Om
> 
> On Sun, Mar 3, 2013 at 9:03 PM, Alex Harui <ah...@adobe.com> wrote:
> 
>> Crap, that's a bug.  Please file an issue for it and we'll deal with it in
>> the next release.  You can use the 4.8 version as you have found or add
>> framework.swc to your library list.
>> 
>> 
>> On 3/3/13 8:33 PM, "Federico Jakimowicz" <po...@outlook.com> wrote:
>> 
>>> Hi Alex, Well I have the core.swc, however the flex 4.9 core.swc is a
>> 47kb
>>> file while flex 4.8 core.swc is a 107kb one.
>>> I guess then something is missing (at least mx.core.BitmapAsset and
>>> ByteArrayAsset), isn't it?. After replacing 4.9's swc with the 4.8 one
>> the
>>> project compiled and ran successfully.Do you think this is an error
>> specific
>>> of my Apache Flex 4.9 installation or something more general?(I used the
>> flex
>>> 4.9 sdk installer to install it) thanks for your kind help,  Fede.> From:
>>> aharui@adobe.com
>>>> To: dev@flex.apache.org
>>>> Date: Sun, 3 Mar 2013 20:19:53 -0800
>>>> Subject: Re: Errors BitmapAsset & ByteArrayAsset missing Flex 4.9
>>>> 
>>>> Do you have a core.swc in frameworks/libs?
>>>> 
>>>> 
>>>> On 3/3/13 8:02 PM, "Federico Jakimowicz" <po...@outlook.com>
>> wrote:
>>>> 
>>>>> Hi! I'm building a "hello world" project using Starling and Feathers.
>> When
>>>>> using sdk version Apache Flex 4.9 FP11.1 I get the following errors:
>> 1017:
>>>>> The
>>>>> definition of base class BitmapAsset was not found.1017: The
>> definition of
>>>>> base class ByteArrayAsset was not found. However this errors don't
>> appear
>>>>> using sdk version Apache Flex 4.8.Any ideas what might be going on?
>> kind
>>>>> regards
>>>> 
>>>> --
>>>> Alex Harui
>>>> Flex SDK Team
>>>> Adobe Systems, Inc.
>>>> http://blogs.adobe.com/aharui
>>>> 
>>> 
>> 
>> --
>> Alex Harui
>> Flex SDK Team
>> Adobe Systems, Inc.
>> http://blogs.adobe.com/aharui
>> 
>> 

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui


Re: Errors BitmapAsset & ByteArrayAsset missing Flex 4.9

Posted by Om <bi...@gmail.com>.
I can confirm that core.swc in 4.9 is indeed 47 kb on my machine as well.
 Whereas core.swc in 4.8 is 107 kb.

Om

On Sun, Mar 3, 2013 at 9:03 PM, Alex Harui <ah...@adobe.com> wrote:

> Crap, that's a bug.  Please file an issue for it and we'll deal with it in
> the next release.  You can use the 4.8 version as you have found or add
> framework.swc to your library list.
>
>
> On 3/3/13 8:33 PM, "Federico Jakimowicz" <po...@outlook.com> wrote:
>
> > Hi Alex, Well I have the core.swc, however the flex 4.9 core.swc is a
> 47kb
> > file while flex 4.8 core.swc is a 107kb one.
> > I guess then something is missing (at least mx.core.BitmapAsset and
> > ByteArrayAsset), isn't it?. After replacing 4.9's swc with the 4.8 one
> the
> > project compiled and ran successfully.Do you think this is an error
> specific
> > of my Apache Flex 4.9 installation or something more general?(I used the
> flex
> > 4.9 sdk installer to install it) thanks for your kind help,  Fede.> From:
> > aharui@adobe.com
> >> To: dev@flex.apache.org
> >> Date: Sun, 3 Mar 2013 20:19:53 -0800
> >> Subject: Re: Errors BitmapAsset & ByteArrayAsset missing Flex 4.9
> >>
> >> Do you have a core.swc in frameworks/libs?
> >>
> >>
> >> On 3/3/13 8:02 PM, "Federico Jakimowicz" <po...@outlook.com>
> wrote:
> >>
> >>> Hi! I'm building a "hello world" project using Starling and Feathers.
> When
> >>> using sdk version Apache Flex 4.9 FP11.1 I get the following errors:
> 1017:
> >>> The
> >>> definition of base class BitmapAsset was not found.1017: The
> definition of
> >>> base class ByteArrayAsset was not found. However this errors don't
> appear
> >>> using sdk version Apache Flex 4.8.Any ideas what might be going on?
> kind
> >>> regards
> >>
> >> --
> >> Alex Harui
> >> Flex SDK Team
> >> Adobe Systems, Inc.
> >> http://blogs.adobe.com/aharui
> >>
> >
>
> --
> Alex Harui
> Flex SDK Team
> Adobe Systems, Inc.
> http://blogs.adobe.com/aharui
>
>

Re: Errors BitmapAsset & ByteArrayAsset missing Flex 4.9

Posted by Alex Harui <ah...@adobe.com>.
Crap, that's a bug.  Please file an issue for it and we'll deal with it in
the next release.  You can use the 4.8 version as you have found or add
framework.swc to your library list.


On 3/3/13 8:33 PM, "Federico Jakimowicz" <po...@outlook.com> wrote:

> Hi Alex, Well I have the core.swc, however the flex 4.9 core.swc is a 47kb
> file while flex 4.8 core.swc is a 107kb one.
> I guess then something is missing (at least mx.core.BitmapAsset and
> ByteArrayAsset), isn't it?. After replacing 4.9's swc with the 4.8 one the
> project compiled and ran successfully.Do you think this is an error specific
> of my Apache Flex 4.9 installation or something more general?(I used the flex
> 4.9 sdk installer to install it) thanks for your kind help,  Fede.> From:
> aharui@adobe.com
>> To: dev@flex.apache.org
>> Date: Sun, 3 Mar 2013 20:19:53 -0800
>> Subject: Re: Errors BitmapAsset & ByteArrayAsset missing Flex 4.9
>> 
>> Do you have a core.swc in frameworks/libs?
>> 
>> 
>> On 3/3/13 8:02 PM, "Federico Jakimowicz" <po...@outlook.com> wrote:
>> 
>>> Hi! I'm building a "hello world" project using Starling and Feathers. When
>>> using sdk version Apache Flex 4.9 FP11.1 I get the following errors: 1017:
>>> The
>>> definition of base class BitmapAsset was not found.1017: The definition of
>>> base class ByteArrayAsset was not found. However this errors don't appear
>>> using sdk version Apache Flex 4.8.Any ideas what might be going on? kind
>>> regards        
>> 
>> -- 
>> Alex Harui
>> Flex SDK Team
>> Adobe Systems, Inc.
>> http://blogs.adobe.com/aharui
>> 
>  

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui


RE: Errors BitmapAsset & ByteArrayAsset missing Flex 4.9

Posted by Federico Jakimowicz <po...@outlook.com>.
Hi Alex, Well I have the core.swc, however the flex 4.9 core.swc is a 47kb file while flex 4.8 core.swc is a 107kb one.
I guess then something is missing (at least mx.core.BitmapAsset and ByteArrayAsset), isn't it?. After replacing 4.9's swc with the 4.8 one the project compiled and ran successfully.Do you think this is an error specific of my Apache Flex 4.9 installation or something more general?(I used the flex 4.9 sdk installer to install it) thanks for your kind help,  Fede.> From: aharui@adobe.com
> To: dev@flex.apache.org
> Date: Sun, 3 Mar 2013 20:19:53 -0800
> Subject: Re: Errors BitmapAsset & ByteArrayAsset missing Flex 4.9
> 
> Do you have a core.swc in frameworks/libs?
> 
> 
> On 3/3/13 8:02 PM, "Federico Jakimowicz" <po...@outlook.com> wrote:
> 
> > Hi! I'm building a "hello world" project using Starling and Feathers. When
> > using sdk version Apache Flex 4.9 FP11.1 I get the following errors: 1017: The
> > definition of base class BitmapAsset was not found.1017: The definition of
> > base class ByteArrayAsset was not found. However this errors don't appear
> > using sdk version Apache Flex 4.8.Any ideas what might be going on? kind
> > regards           
> 
> -- 
> Alex Harui
> Flex SDK Team
> Adobe Systems, Inc.
> http://blogs.adobe.com/aharui
> 
 		 	   		  

Re: Errors BitmapAsset & ByteArrayAsset missing Flex 4.9

Posted by Alex Harui <ah...@adobe.com>.
Do you have a core.swc in frameworks/libs?


On 3/3/13 8:02 PM, "Federico Jakimowicz" <po...@outlook.com> wrote:

> Hi! I'm building a "hello world" project using Starling and Feathers. When
> using sdk version Apache Flex 4.9 FP11.1 I get the following errors: 1017: The
> definition of base class BitmapAsset was not found.1017: The definition of
> base class ByteArrayAsset was not found. However this errors don't appear
> using sdk version Apache Flex 4.8.Any ideas what might be going on? kind
> regards           

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui