Swiz From Source: Project Compile Gatchya (RTFM)
Mar 17, 2009
Actually I'm not sure if this is in the manual, but last week I briefly tried to use the latest version of Chris Scott's Swiz framework for flex from SVN. When I couldn't get it to work I went back to the latest SWC release that I had. Last night I randomly stumbled on an introduction to Swiz that Chris did mentioning build arguments required.
So in short, if your building Swiz from source (or plan on it) don't forget to add the following line of code to the Swiz project compiler:
-keep-as3-metadata+=Autowire,Mediate,Event
Chris Scott wrote on 03/18/09 11:20 AM
-keep-as3-metadata+=Autowire,Mediate,Event
I had moved around some of my project files and may commit those with the proper compile args. The only thing that made me keep from doing so is external libraries. Since I use maven, I have everything in a local repository, that could be more of a headache than just adding a building form source doc.