2006-07-26 nAntの定義ファイル書き方 TOOL Function Reference http://nant.sourceforge.net/release/latest/help/functions/index.html#Date%2fTime 現在の日時 ${datetime::now()} 年月日 個別取り出し ${datetime::get-year(datetime::now())} ${datetime::get-month(datetime::now())} ${datetime::get-day(datetime::now())} buildファイルのパス ${directory::get-parent-directory(project::get-buildfile-path())}