vote up 1 vote down star
1

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?

flag

30% accept rate
Did you ever find a way to do this? I'm running into the exact same problem now myself. – davr Oct 14 at 19:46
i'm afraid i gave up. the link report didnt yield as useful information as i thought i was going to and i never persued this further. in fact i havent done any flex/as3 work in about 9 months. good luck ) – Simon Oct 15 at 10:23

1 Answer

vote up -1 vote down

I think you are using dependent modules . If you use independent modules then they will have there own classes and do not share with the main application and that may give you the desired results .

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.