From 2fdf05c69ea7b1a9236960f1dce9fef4087f2431 Mon Sep 17 00:00:00 2001 From: Roger Meier Date: Fri, 25 Mar 2011 11:37:16 +0000 Subject: [PATCH] THRIFT-1117 JavaScript Unit Test does not work anymore because libthrift*.jar where moved by Maven Deployment(THRIFT-363) git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1085330 13f79535-47bb-0310-9956-ffa450edef68 --- lib/js/test/build.xml | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/lib/js/test/build.xml b/lib/js/test/build.xml index bfb9e271..c1a17e89 100644 --- a/lib/js/test/build.xml +++ b/lib/js/test/build.xml @@ -36,13 +36,17 @@ - + - - - + + + + + + + @@ -56,12 +60,12 @@ - - + + - You need libthrift.jar located at + You need libthrift*.jar and libthrift*test.jar located at ${thrift.java.dir} Did you compile Thrift Java library and its test suite by "ant compile-test"? @@ -69,7 +73,7 @@ - + @@ -172,7 +176,7 @@ - + -- 2.17.1