]> WPIA git - gigi.git/blobdiff - build.xml
add "FetchLocales" to test target
[gigi.git] / build.xml
index 8a89b89de408fbd986d595e8439605110f4c41c4..484f6c3afa5c0c7e59f3287adbc87a69746c7025 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -91,7 +91,7 @@
             <classpath refid="cacert-gigi.classpath"/>
         </java>
     </target>
-
+    
     <target name="check-generateKeys">
         <available file="config/keystore.pkcs12" property="keystore.present"/>
     </target>
             <arg value="-noprompt"/>
         </exec>
     </target>
-    <target name="test" depends="build-project-test,generateKeys">
+    <target name="test" depends="build-project-test,generateKeys,FetchLocales">
         <mkdir dir="${junit.output.dir}"/>
         <junit fork="yes" printsummary="withOutAndErr">
             <formatter type="xml"/>