I am using the link-report option in Flex Builder 3 to try and track dependencies in Flex application modules.
However, a different report is generated for each module, and they all use the same file name to overwrite each other!
Is there a way to generate separate files for each module - without having to create a file collection to copy them as they are created!
I use the following command line arguments:
-locale en_US -link-report=linkreport.xml -optimize
Ideally, I would like something like -locale en_US -link-report=linkreport_%MODULE%.xml -optimize , but I donβt know if this is possible?
source share