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

flex-config.xml

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
<!-- コンパイル時間を出力。デフォルト値は 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