0

I am using mxmlc task to generate swf for our project. Problem is, even when I dont change any flex code, swf compiles every time, which is comparatively lengthy process.

Does anyone know how to avoid it? Is there any solution to this?

Thanks in advance, Miral.

1 Answer 1

1

Incremental compilation should be what you are looking for. It's on by default when you compile from Flash Builder but not when you compile from the command line or Ant. The gist is that, with incremental compile on, mxmlc inspects your code looking for changes and only compiles what it needs to.

Sign up to request clarification or add additional context in comments.

1 Comment

I tried with Command line ant build and it worked fine. It created *.swf.cache file for the first time and then take care itself.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.