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:aha...@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