mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-08 03:08:53 +00:00
5b8b484548
Switch native proto implementations to use read_all instead of read. Add a bunch of tests to verify. Also: - removed some commented code in binary_protocol_accelerated.c - struct.c was missing one of the possible native method calls - updates gem manifest (included files that didn't exist) - fixed svn:ignores of test/rb/gen-rb and lib/java/gen-java git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@761037 13f79535-47bb-0310-9956-ffa450edef68 |
||
---|---|---|
.. | ||
src/org/apache/thrift | ||
test | ||
build.xml | ||
Makefile.am | ||
README |
Thrift Java Software Library Thrift is distributed under the Thrift open source software license. Please see the included LICENSE file. Using Thrift with Java ====================== The Thrift Java source is not build using the GNU tools, but rather uses the Apache Ant build system, which tends to be predominant amongst Java developers. To compile the Java Thrift libraries, simply do the following: ant 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. Dependencies ============ Apache Ant http://ant.apache.org/