To include Thrift in your applications simply add libthrift.jar to your
classpath, or install if in your default system classpath of choice.
+
+Build Thrift behind a proxy:
+
+ant -Dproxy.enabled=1 -Dproxy.host=myproxyhost -Dproxy.user=thriftuser -Dproxy.pass=topsecret
+
+or via
+
+./configure --with-java ANT_FLAGS='-Dproxy.enabled=1 -Dproxy.host=myproxyhost -Dproxy.user=thriftuser -Dproxy.pass=topsecret'
+
+
Dependencies
============