I have a flex project (MyProjectA) which references a MyProjectB via
the Flex Build Path ("Source path" tab) properties window. This builds
fine in flexbuilder but when I try to replicate the build using the
mxmlc command-line, I just cant get it to work.I tried the following >mxmlc C:\MyProjectA\test.mxml -compiler.source-path C:\MyProjectB C:\MyProjectA -output C:\test.swf but doesn't work. any ideas? thanks

