Hello, when i run or debug flash project with few not so light .swc libraries ( around 20mb graphics), compile
time takes so long. As i understood by researcing whole day and testing, .swc should be merged ( so it compiles
only used symbols ), and should use "make project", but still it compiles every time from beggining, it takes around
1 min to start debugging. My settings in IntelliJ IDEA 12:
- compiler: use external build checked, rebuild module on dependancy change unchecked,
- flex compiler : build-in compiler shell
- project structure: modules-dependencies: .swc ( did try include, merged, everything ).
And other options, did try to turn off and on, and got lost.
Maybe theres possibility to add options in compile.xml in .idea folder to exclude .swc from build?
Next i found this solution, http://blog.dannykopping.com/decrease-compile-times-of-intellij-flex-projects
where facets are used, and simply unchecked Use IDE builder option excludes library from build.
But didnt figure out how can i use facets as swc. Im really new to IntelliJ, and trying to solve this
for hours and hours, it must be simple ... Please help!