Archives

You are currently viewing archive for 16 November 2007
Category: Linux tips
Posted by: hajime osako
環境変数の一覧を表示するには printenv

設定するには export 環境変数名=値
Category: Linux tips
Posted by: hajime osako
SunのサイトよりJDKをダウンロードし、binを実行
Apache ANTのサイトよりantをダウンロードし、
 # cd /usr/local
 # tar -xzf apache-ant-1.x.x-bin.tar.gz
 # ln -s apache-ant-1.x.x ant
 # ln -s /usr/local/ant/bin/ant /usr/local/bin/ant
$ ant -buildfile build.xml -D[dir name]="[dir path" destination