Sorry for the long delay. I added the license files for Font Awesome and Lato. I also added the build script so the .SWC is generated.
I'm just having trouble generating the script when I use components of the newer Flex versions (like Alert and ProgressBar). The compiler doesn't recognize these components. When I run ant it says it can't find the specified type. Does anyone know how to fix this? On Tue, Oct 7, 2014 at 2:04 AM, Alex Harui <aha...@adobe.com> wrote: > > > On 10/6/14, 9:58 PM, "Mahmoud Ali" <mudd...@gmail.com> wrote: > > > > >It is. I'm actually trying to build the SDK right now following the > >README, > >I managed to run ant on the main folder and build the rsls with success, > >but I'm getting an error when I try to execute the .bat about running the > >SDK on Flash Builder: > > > >constructFlexForIDE.bat > > > >This gives me an error: ="] == [] goto gotApacheFlexDir was unexpected > >at this moment. > > > >I'm trying this on Windows 8.1. > FWIW, I don¹t know how much the .bat file is used on Windows. It could > have some bug. I don¹t use it because I don¹t mix the external > dependencies into my repo working copies. I have separate folders for > doing Flash Builder-based development and just use Ant on the working > copies. > > > > > > >I'm trying to build from source because I'm thinking this is how I'll > >confirm that FlatSpark built with no errors when I finish setting the > >build file for it. Is this correct? > Yes, in theory, running ³ant main² at the root of the flex-sdk repo will > create your SWC, and running ³ant release² will package the source and > SWC. Then it will show up in the nightly builds and more folks can play > with it. And running ³ant² from the flatspark folder should just build > the SWC. > > Good luck, > -Alex > >