THRIFT-1091 integrate JavaScript Test into Testsuite via make check
...fix broken build
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1083963 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/js/test/build.xml b/lib/js/test/build.xml
index ddf5df8..bfb9e27 100644
--- a/lib/js/test/build.xml
+++ b/lib/js/test/build.xml
@@ -52,8 +52,6 @@
<pathelement location="${jar.file}" />
</path>
- <taskdef uri="antlib:com.googlecode.jslint4java" resource="com/googlecode/jslint4java/antlib.xml" classpathref="libs.classpath" />
-
<target name="dependencies">
<fail>
<condition>
@@ -125,6 +123,7 @@
<target name="lint" description="code quality checks" depends="gjslint, jslint, generate"/>
<target name="jslint">
+ <taskdef uri="antlib:com.googlecode.jslint4java" resource="com/googlecode/jslint4java/antlib.xml" classpathref="libs.classpath" />
<!--
the following options would probably make sense in the future:
browser,undef,eqeqeq,plusplus,bitwise,regexp,strict,newcap,immed