You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Jason Taylor <ja...@dedoose.com> on 2017/04/25 02:24:56 UTC

FlexSDK compiling dumb question

so following the direcitons at https://github.com/apache/flex-sdk I managed to get the flex-sdk compiling on Win10 x64,
ant main works, as does ant framework-rsls

Now, where the heck is the output swc to use in my project?  Says it should be in /out but that directory dosen't exist, and if I create it and rerun nothing.

Found a bug deep down in GridViewLayout causing a memory leak, and only way to fix it seems to be to fix it in the SDK itself and issue a patch, so here I am.

Thank you

~ JT

Re: FlexSDK compiling dumb question

Posted by Alex Harui <ah...@adobe.com>.

On 4/24/17, 9:07 PM, "Jason Taylor" <ja...@dedoose.com> wrote:

>gothca, so if I am only making changes to spark component classes, I
>should only need to include /frameworks/libs/spark.swc and be good to go?

Not sure of your setup.  Spark.swc probably relies on framework.swc and
possibly others.

-Alex


RE: FlexSDK compiling dumb question

Posted by Jason Taylor <ja...@dedoose.com>.
gothca, so if I am only making changes to spark component classes, I should only need to include /frameworks/libs/spark.swc and be good to go?

the bug is in GridViewLayout, it's using 2 dictionaries (not weak referenced) as a cache, so either was going to update the dictionaries to weak references, or add in a public method that clears the dictionaries out.

~ JT

-----Original Message-----
From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Monday, April 24, 2017 7:30 PM
To: dev@flex.apache.org
Subject: Re: FlexSDK compiling dumb question

Frameworks/libs?

On 4/24/17, 7:24 PM, "Jason Taylor" <ja...@dedoose.com> wrote:

>so following the direcitons at
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub
>.co
>m%2Fapache%2Fflex-sdk&data=02%7C01%7C%7C239aa3583c2b48139ae608d48b824e9
>3%7 
>Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636286839164399759&sdata=QY
>bJc
>MHdZYwrIhesZxTrHlJUUFjjZofoO77morl1Ubk%3D&reserved=0 I managed to get 
>the flex-sdk compiling on Win10 x64, ant main works, as does ant 
>framework-rsls
>
>Now, where the heck is the output swc to use in my project?  Says it 
>should be in /out but that directory dosen't exist, and if I create it 
>and rerun nothing.
>
>Found a bug deep down in GridViewLayout causing a memory leak, and only 
>way to fix it seems to be to fix it in the SDK itself and issue a 
>patch, so here I am.
>
>Thank you
>
>~ JT


Re: FlexSDK compiling dumb question

Posted by Alex Harui <ah...@adobe.com>.
Frameworks/libs?

On 4/24/17, 7:24 PM, "Jason Taylor" <ja...@dedoose.com> wrote:

>so following the direcitons at
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.co
>m%2Fapache%2Fflex-sdk&data=02%7C01%7C%7C239aa3583c2b48139ae608d48b824e93%7
>Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636286839164399759&sdata=QYbJc
>MHdZYwrIhesZxTrHlJUUFjjZofoO77morl1Ubk%3D&reserved=0 I managed to get the
>flex-sdk compiling on Win10 x64,
>ant main works, as does ant framework-rsls
>
>Now, where the heck is the output swc to use in my project?  Says it
>should be in /out but that directory dosen't exist, and if I create it
>and rerun nothing.
>
>Found a bug deep down in GridViewLayout causing a memory leak, and only
>way to fix it seems to be to fix it in the SDK itself and issue a patch,
>so here I am.
>
>Thank you
>
>~ JT