From 089164a2e9ad58d44c7e841e25f02360fe8bd047 Mon Sep 17 00:00:00 2001 From: David Reiss Date: Fri, 22 May 2009 19:50:32 +0000 Subject: [PATCH] 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 --- lib/java/build.xml | 3 +++ 1 file changed, 3 insertions(+) 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 @@ + -- 2.17.1