mxmlc

http://livedocs.adobe.com/flex/2_jp/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00001500.html

flex-config.xml

<!-- コンパイル時間を出力。デフォルト値は true とあるが書かないと出なかった。-->
<benchmark>true</benchmark>

<compiler>
 <!-- swcファイルのフォルダへパスを通す -->
 <library-path>
  <path-element>../libs</path-element>
 </library-path>

 <!-- UNIX で X Window のないサーバ上でコンパイルするとき -->
 <headless-server>true</headless-server>
</compiler>

http://www.adobe.com/jp/support/flex/ts/documents/java_awt_headless.htm

CSSファイルの文字エンコードは指定は環境変数のLANGで行う。

export LANG=ja_JP.UTF8