Compile Flex Windows App from command line

Answered

Hello,

 

How to compile Flex Windows App from command line, without opening the IDE ?

 

Regards,

Hugo.

0
4 comments

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?

0
Avatar
Permanently deleted user

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.

0

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).

0
Avatar
Permanently deleted user

Thanks.

I will try to grab that.

0

Please sign in to leave a comment.