2013/09/07

Mac OS XにHomebrewでApache Antをインストールする

How do I install ant on OS X Mavericks?
http://superuser.com/questions/610157/how-do-i-install-ant-on-os-x-mavericks

上記の質問サイトでやり方を見つけました。

http://superuser.com/a/611510
It looks like the alternate repository was migrated. You can either enable the homebrew alternate repository or install directly: 
brew install https://raw.github.com/Homebrew/homebrew-dupes/master/ant.rb

実際にやってみるとうまくいきました。
$brew install https://raw.github.com/Homebrew/homebrew-dupes/master/ant.rb
#################################################################100.0%
==> Downloading http://www.apache.org/dyn/closer.cgi?path=ant/binaries/apache-an
==> Best Mirror http://ftp.kddilabs.jp/infosystems/apache/ant/binaries/apache-an
#################################################################100.0%
/usr/local/Cellar/ant/1.9.2: 1590 files, 39M, built in 7 seconds

$ant -version
Apache Ant(TM) version 1.8.2 compiled on June 16 2012
ただし、2013年9月7日現在の最新版は1.9.2なので、若干古いバージョンが入っています。

0 件のコメント:

コメントを投稿