Hi all,

I've just recently started working with Flex and no that my project is
under way I'm trying to create an automated build script using the
Flex ANT tasks provided at
http://labs.adobe.com/wiki/index.php/Flex_Ant_Tasks

The html-wrapper task is used to generate the .html and .js files that
embed your .swf application.  However these only seem to be able to
generate a standard set of these files, you can't provide any template
to work from.  This is different then the Eclipse development
environment where a Flex project has an html-template folder, and the
final .html/.js files are generated from these templates.  Does anyone
know of a way to replicate this behavior in an ANT build?  

I ask because my Flex app requires some custom javascript that I've
been putting in the index.template.html.  I need a way to make sure
that this is used as the template.

Alternatively, is anyone aware of a way to find the build source that
Eclipse uses when it runs builds internally?  When you right click on
a Flex project and bring up the Builders page of the Properties
window, it lists the Flex build (also allowing you to add your own ANT
scripts.)  If I could find that source, it might help to figure out
how to solve the issue.

Thanks, any help is greatly appreciated!

Regards,
Jason

Reply via email to