gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
ant script - mj-samples needs to depend on init to create the temp folder
authorDoni Pracner <quinnuendo@gmail.com>
Fri, 18 Jul 2014 18:44:20 +0000 (20:44 +0200)
committerDoni Pracner <quinnuendo@gmail.com>
Fri, 18 Jul 2014 18:44:20 +0000 (20:44 +0200)
build.xml

index eaeef45..0b12de1 100644 (file)
--- a/build.xml
+++ b/build.xml
         </java>
     </target>
     
         </java>
     </target>
     
-    <target name="mj-samples" description="run the mj compiler on the samples">
+    <target name="mj-samples" description="run the mj compiler on the samples" depends="init">
         <foreach param="filename" target="mj-compile">
             <path>
             <fileset dir='${samples.temp.dir}'>
         <foreach param="filename" target="mj-compile">
             <path>
             <fileset dir='${samples.temp.dir}'>
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner