In the Flex Compiler pane of the project's Properties dialog, enter
-dump-config myconfig.xml
in the "Additional compiler arguments" field. This will output a file in
the project directory similar to flex-config.xml which shows the options
that the compiler is using.
- Gordon
________________________________
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of helihobby
Sent: Wednesday, May 16, 2007 8:36 PM
To: [email protected]
Subject: [flexcoders] Is it possible for Flex Builder to echo the
mxmlc.exe command it uses ?
How can I see ( if any ) the mxmlc.exe args that Flex Builder is using
when I tell it to compile using the GUI ( Right Click -> Compile ).
I wanna right a mxmlc script but need to see first what Flex Builder is
using.
Thanks for the help,
Sean.