THRIFT-645. java: Create ant rules for running the test client and server
authorDavid Reiss <dreiss@apache.org>
Wed, 9 Dec 2009 19:30:01 +0000 (19:30 +0000)
committerDavid Reiss <dreiss@apache.org>
Wed, 9 Dec 2009 19:30:01 +0000 (19:30 +0000)
commit2727fab22f11a9d9c30b2c47d9d010adf97c15d6
tree799d604fca5fa8020ce17c178ad72424e78dddf5
parenteb03222bca7d89654702569cad0c348b5dd44317
THRIFT-645. java: Create ant rules for running the test client and server

I didn't make these depend on compile-test since ant doesn't seem to
detect that the class files are up to date, so it takes a really long
time to recompile everything.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@888931 13f79535-47bb-0310-9956-ffa450edef68
lib/java/build.xml
lib/java/test/TestClient [deleted file]
lib/java/test/TestNonblockingServer [deleted file]
lib/java/test/TestServer [deleted file]