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