- Compile flowplayer.core.
- Edit BuiltInConfig.as in a way that makes it syntactically invalid.
- Run "ant" to compile flowplayer.core again.
The compile completes successfully. It should fail. For some reason, ant isn't recognizing that BuiltInConfig.as has changed. If I "touch src/actionscript/org/flowplayer/controller/BufferingState.as", ant does recompile everything. I think somehow it'd be good to tell the build file that stuff depends on BuildInConfig.as.