I think I'm going to need a little more help. Let's say I have an app called MyApp.mxml.
It's in /src/app/MyApp.mxml. Let's say I have various useful classes and packages at /src/myPkg/foo/AClass.as /src/myPkg/foo/AnotherClass.as /src/myPkg/bar/HelperClass.as /src/myPkg/bar/TestClass.as I want to cd to /src/app and run "mxmlc MyApp.mxml". However, I need to somehow point mxmlc to the rest of my source tree. How do I do this? I don't want to use an IDE because frankly I am comfortable with Emacs and this project isn't large enough to justify learning a new editor especially one that is mouse intensive (I prefer using mostly keyboard commands, and no, "emacs mode" of Eclipse is nothing like the real Emacs). Dennis
