Ok ... so now I finished going through the failled tests, I categorized them and created new projects demonstrating each individual problem.
Here the summary of problems I found (unfortunately the list isn't really small): - ASDoc not supported at all - Building of Modules with MXML root fails (AS root works however) - CSS Style with missing namespace produces NullPointerException - SWFs with generated sources with (multiple source paths) are not executable - Using defines for conditional compilation seems to work, accessing the value however doesn't - Test SWFs for Air artifacts are not executable in ADL (return Error Code 9). - Runtime loaded locales don't seem to work at all - FontEmbedding doesn't work at all - Image embedding doesn't work if the resources are located in a separate source path (src/main/resources) - Apparat claims the output of Falcon not to be valid SWF files As I posted earlier, I checked in the tests here: https://github.com/chrisdutz/flexmojos/tree/feature/falcon/test/flexmojos-tests/identified-problems Some of these should be easy to fix, some more difficult, but I would really like to get started in fixing them. Help greatly appreciated. At least I now know the things I sort of have to avoid when setting up my coding demo for ApacheCon EU Chris
