Compile Flex Windows App from command line
已回答
Hello,
How to compile Flex Windows App from command line, without opening the IDE ?
Regards,
Hugo.
请先登录再写评论。
Please clarify why you post this question in IntelliJ IDEA forum if you want to compile it outside of the IDE?
Where did you create the project?
The project was created with IntelliJ IDEA.
I would like to know if is possible to run a command line to make the IDEA to compile using the default settings and/or if is possible to catch all the compile commands and simule on command line.
The command line is shown in the Messages tool window during the compilation. But IntelliJ IDEA generates Flex compiler configuration file on the fly based on your Flash Build Configuration settings. You may try to catch this file (it exists only while the compilation is in progress).
Thanks.
I will try to grab that.