mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
add info on proxy usage
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1235438 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
33b720a958
commit
6823b6d729
@ -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
|
||||
============
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user