THRIFT-166. java: Java tests should be in lib/java/test/
authorBryan Duxbury <bryanduxbury@apache.org>
Thu, 29 Jan 2009 01:21:20 +0000 (01:21 +0000)
committerBryan Duxbury <bryanduxbury@apache.org>
Thu, 29 Jan 2009 01:21:20 +0000 (01:21 +0000)
commit249d7cb199b5c08e7a7a51189a733cc8fef12cf9
treea2ba11caa15e18c66f13d17ff7d8f43bc9c7d051
parent369417a5f15b54738d4954908fbb4908b8603295
THRIFT-166. java: Java tests should be in lib/java/test/
THRIFT-221. java: Make java build classpath more dynamic and configurable

This issue moves all the tests from test/java to lib/java/test/src and combines the build files. In addition, rather than continue on with the same busted approach to finding dependent jars for the tests, THRIFT-221 has been implemented, allowing the user to specify a .thrift-build.properties file in their home directory that contains additional classpath entries.

As a result of this patch, "make check" does not currently work as it is expected to. This will be resolved in a follow-up commit.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@738695 13f79535-47bb-0310-9956-ffa450edef68
16 files changed:
aclocal/ax_java.m4
lib/java/build.xml
lib/java/test/TestClient [moved from test/java/TestClient with 100% similarity]
lib/java/test/TestNonblockingServer [moved from test/java/TestNonblockingServer with 100% similarity]
lib/java/test/TestServer [moved from test/java/TestServer with 100% similarity]
lib/java/test/org/apache/thrift/test/DeepCopyTest.java [moved from test/java/src/DeepCopyTest.java with 100% similarity]
lib/java/test/org/apache/thrift/test/EqualityTest.java [moved from test/java/src/EqualityTest.java with 100% similarity]
lib/java/test/org/apache/thrift/test/IdentityTest.java [moved from test/java/src/IdentityTest.java with 100% similarity]
lib/java/test/org/apache/thrift/test/JSONProtoTest.java [moved from test/java/src/JSONProtoTest.java with 100% similarity]
lib/java/test/org/apache/thrift/test/JavaBeansTest.java [moved from test/java/src/JavaBeansTest.java with 100% similarity]
lib/java/test/org/apache/thrift/test/OverloadNonblockingServer.java [moved from test/java/src/OverloadNonblockingServer.java with 100% similarity]
lib/java/test/org/apache/thrift/test/TestClient.java [moved from test/java/src/TestClient.java with 100% similarity]
lib/java/test/org/apache/thrift/test/TestNonblockingServer.java [moved from test/java/src/TestNonblockingServer.java with 100% similarity]
lib/java/test/org/apache/thrift/test/TestServer.java [moved from test/java/src/TestServer.java with 100% similarity]
lib/java/test/org/apache/thrift/test/ToStringTest.java [moved from test/java/src/ToStringTest.java with 100% similarity]
test/java/build.xml [deleted file]