MXMLC WTF (1)
I started playing around with the Flex 2 command line compiler, and after an hour or so I finally get it: mxmlc can’t compile properly if the main class is in a package. WTF?
The bug is also described here.
In what world besides examples would you not want your main class to be in a package?