Tagged Questions

0
votes
3answers
943 views

Custom Flex Ant build task

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 ...