]> granicus.if.org Git - icu/commitdiff
ICU-10152 Force ivy init for building test-framework
authorStuart Gill <sgill@svn.icu-project.org>
Sat, 4 Jun 2016 00:31:48 +0000 (00:31 +0000)
committerStuart Gill <sgill@svn.icu-project.org>
Sat, 4 Jun 2016 00:31:48 +0000 (00:31 +0000)
X-SVN-Rev: 38796

icu4j/build.xml

index 5c76886b83a743bf0cad27749b71803058636927..07e067eb86e28ceb6e4aab8119512779203c6941 100644 (file)
         <ant dir="${icu4j.translit.dir}" inheritAll="false"/>
     </target>
 
-    <target name="test-framework" depends="core" description="Build test framework classes">
+    <target name="test-framework" depends="core, init" description="Build test framework classes">
         <ant dir="${icu4j.test-framework.dir}" inheritAll="false">
                <reference refid="junit.jars"/>
         </ant>