BUILD FAILED
Execute failed: java.io.IOException: Cannot run program "${env.THRIFT_TOOL}": error=2, No such file or directory
When you inspect your build.xml you should have (true for any executable):
<property environment="env"/><property name="thrift.compiler" value="${env.THRIFT_TOOL}"/>
If you inspect your env variable setting, on OSX ~/.profile you should have:
# Thrift tool - updated: Sept 16, 2014
export THRIFT_TOOL=/usr/local/bin/thrift
export PATH=${THRIFT_TOOL}:${PATH}
Yet Eclipse is not running Ant correctly!