Skip to content
newtriks edited this page Sep 14, 2010 · 4 revisions

Ant-Funk is a collection of scripts I have developed with the support from Pedr Browne [http://1ndivisible.com/] and uploaded so that people may reference them. I am no ANT expert but I am sure they will serve a purpose to help get some developers up and running when it comes to compiling custom library SWC’s, RSL applications, Flex Modules and custom HTML wrapper utilising SWFObject etc.

I have included a build.xml file which builds a library SWC and a couple of module’s amongst other things. The build.xml utilises smaller ANT scripts each with single MacroDef tasks so that you may re-use these across different builds.

  • Notes *

- The main build is structured to compile against RSL’s.
- The Library SWC build is structured to compile flex libraries as external libraries.
- The the HTML wrapper is built against a custom implementation of SWFObject (source included).
- The Modules build is structured to compile flex libraries and a third party library as external libraries.
- I will be uploading an example application shortly which will demonstrate all current scripts in use.
- Strip-logging script is not complete as of the 4th Feb 2010.

Clone this wiki locally