From ad6426cfd0542a7c7a2a9ed0b2ff29329a0462cb Mon Sep 17 00:00:00 2001 From: Jake Farrell Date: Wed, 20 Apr 2011 16:35:20 +0000 Subject: [PATCH] Thrift-1133: Java and JavaScript tutorial is broken since we have Java maven deployment patch: jfarrell client: js Fixing build.xml for the js test cases to use ant-tasks. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1095454 13f79535-47bb-0310-9956-ffa450edef68 --- lib/js/test/build.xml | 69 ++++++++++++++----------------------------- lib/js/test/ivy.xml | 23 --------------- 2 files changed, 22 insertions(+), 70 deletions(-) delete mode 100644 lib/js/test/ivy.xml diff --git a/lib/js/test/build.xml b/lib/js/test/build.xml index 843ec6b5..bd2faf25 100644 --- a/lib/js/test/build.xml +++ b/lib/js/test/build.xml @@ -7,7 +7,7 @@ "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an @@ -17,7 +17,6 @@ under the License. --> @@ -33,11 +32,10 @@ - + + - - - + @@ -46,7 +44,7 @@ - + @@ -69,16 +67,6 @@ ${thrift.java.dir}/build Did you compile Thrift Java library and its test suite by "ant compile-test"? - - - - - - - - - ivy is missing at ${ivy.dir} - @@ -94,6 +82,7 @@ + @@ -132,7 +121,7 @@ the following options would probably make sense in the future: browser,undef,eqeqeq,plusplus,bitwise,regexp,strict,newcap,immed --> - + @@ -145,7 +134,7 @@ - + @@ -161,35 +150,21 @@ - - - - + + - - - - - + + + + - - - - - - - - - - - - - - - You need Apache Ivy 2.0 or later from http://ant.apache.org/ - It could not be loaded from ${ivy_repo_url} - + + + + + + + - + diff --git a/lib/js/test/ivy.xml b/lib/js/test/ivy.xml deleted file mode 100644 index 4337dbd5..00000000 --- a/lib/js/test/ivy.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - -- 2.17.1