onion
+--- bin コンパイラ実行用のスクリプト
+--- src ソースファイル
+--- test テストプログラム
+--- grammer JavaCCによる文法定義ファイル(.jj)
+--- resource マニフェストファイルなど
+--- example サンプルプログラム
+--- docs ドキュメント
+--- build.properties ビルド用設定ファイル
+--- build.xml Antのビルドファイル
+--- license.txt
+--- Readme.txt
onion
+--- bin コンパイラ実行用のスクリプト
+--- lib 依存ライブラリ(BCELなど)
+--- example サンプルプログラム
+--- docs ドキュメント
+--- onion.jar Onionコンパイラ
+--- license.txt
+--- Readme.txt
javacc.home=のようになっているので、これを
install.path=
bcel.path=
javacc.home=JavaCCのホームディレクトリとなるようにします。
install.path=インストールするディレクトリ
bcel.path=BCELのjarファイルのパス
> ant installと入力します。これで、install.pathに指定したディレクトリに処理系のインストールが行われます。