Question
Is there a reason why ant tasks spawn compiler process?
Subj. Is there a reason why it wouldn't make sense to just pull in Compc or Mxmlc into Ant process (something like calling flex2.tools.Compiler.mxmlc(...) or even hooking deeper into compiler and skipping whole "encode parameters as command line options->parse command line options" step?
