A beginner's question.
I'm building a .swf with Flex Ant.
To my .swf I link a file, target.as
, which I generate from file source.txt
with command
./tool.sh source.txt > target.as
How can I add what is described in the above sentence to my ant build process?