Related to issue for building the Neo4j Koans jimwebber/neo4j-tutorial#33 Unable to downlaod Neo4j due to a bug with the Compress lib in Ant 1.9.4. https://issues.apache.org/bugzilla/show_bug.cgi?id=56641
brew unlink ant
rm -rf /usr/local/Cellar/ant
git checkout 79b2536 /usr/local/Library/Formula/ant.rb
brew edit ant
And change the url and sha lines with this :
url 'http://archive.apache.org/dist/ant/binaries/apache-ant-1.9.3-bin.tar.gz'
sha1 '11a0b936fba02f96b8d737d90c610382232ffea6'
brew install ant
Done !
Perfect. I like it.