gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
ant - microjava run task
[mjc2wsl.git] / build.xml
index 1b7010b..252d381 100644 (file)
--- a/build.xml
+++ b/build.xml
         </foreach>
     </target>
 
         </foreach>
     </target>
 
+    <target name="mj-run">
+        <echo message="${filename}" />
+        <java classpath="${compiler.class.dir}" classname="Run">
+            <arg value="${filename}" />
+        </java>
+    </target>
+
     <target name="mj-samples1" depends="mj-build">
     <!-- simplistic version when antlib (foreach) is not available -->
         <antcall target="mj-compile">
     <target name="mj-samples1" depends="mj-build">
     <!-- simplistic version when antlib (foreach) is not available -->
         <antcall target="mj-compile">
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner