Compile ASDocs with ANT
Continuing on with ANT – Flex compilation, this sample script below will help you output ASDocs for your projects deliverable.
Continuing on with ANT – Flex compilation, this sample script below will help you output ASDocs for your projects deliverable.
A quick setup and example of how to compile a Flex application using ANT. This example will show the basics of how to run the ANT script to compile your flex application, I will walk through more complex examples in later posts but to get started look through the script and properties files below or download the attached project files at the bottom of this post.
ANT is a very powerful tool that, once you get into using it, will make your development, deployment and automation a lot simpler as well a lot less prone to error. If you are new to ANT there are a lot of resources out on the web that will help you get up to speed. This post and others to follow will focus specifically on the uses of ANT with Flex in a CI build process.