I am using the link-report option in Flex Builder 3 to try to track down dependencies in my Flex application's modules.
However a different report is generated for each module and they all use the same filename so they end up overwriting each other!
Is there a way to generate separate files for each module - without having to create a filewatcher to copy them each as they are generated!
I am using the following command line arguments :
-locale en_US -link-report=linkreport.xml -optimize
Ideally I'd like something like -locale en_US -link-report=linkreport_%MODULE%.xml -optimize
but i dont know if that is possible?