I am running mxmlc in the command-line with -incremental=true. Flex is building the cache file using a checksum the first time. Subsequent compilations fail with this message:
Failed to match the compile target with path_to_cache/projectname_329043.cache. The cache file will not be reused.
- path_to_cache exists
- the cache file exists in path_to_cache
- the compiler is not trying to create a new cache file, so I assume it is generating the same checksum
My environment:
- Flex 3.0
- Mac - OSX 10.4.x