I don't know much about ant and I'm having trouble finding an example where I just copy a swf after it is compiled in flashbuilder. I'm working with a very small swf and I have it set to "build automatically" since the compile time is < .5 sec.
I'd like to shorten the length of my test cycles and I'm hoping to automate moving a file to a folder so I can test the swf in my application. I only need the file moved when built since that folder auto-uploads anything added to it. What's the path of least resistance to this automated copy using ant-build.xml? Is this a simple process or is there a lot of overhead to make this work? (This is a pure actionscript project imported into a larger application, not flex). Is this even possible with pure as?