From: Roger Meier Date: Tue, 24 Jan 2012 19:35:09 +0000 (+0000) Subject: add info on proxy usage X-Git-Tag: 0.9.1~459 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=6823b6d729b05c29150c037aff4535aae0595a7e;p=common%2Fthrift.git add info on proxy usage git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1235438 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/java/README b/lib/java/README index 6b8d351b..12b3afe1 100644 --- a/lib/java/README +++ b/lib/java/README @@ -36,6 +36,16 @@ Yep, that's easy. Look for libthrift.jar in the base directory. 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 ============