From: David Reiss Date: Fri, 22 May 2009 19:50:32 +0000 (+0000) Subject: THRIFT-450. java: Respect the global classpath during testing X-Git-Tag: 0.2.0~101 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=089164a2e9ad58d44c7e841e25f02360fe8bd047;p=common%2Fthrift.git THRIFT-450. java: Respect the global classpath during testing I'm not sure why, but "ant test" under lib/java doesn't pass the global classpath to the test programs. (This is weird because compile-test does.) This change manually extracts the CLASSPATH environment variable and adds it to the test classpath. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@777677 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/java/build.xml b/lib/java/build.xml index 90a8eaf1..fc81f8a2 100644 --- a/lib/java/build.xml +++ b/lib/java/build.xml @@ -22,6 +22,8 @@ Thrift Build File + + @@ -51,6 +53,7 @@ +