gitweb on Svarog
projekti pod git sistemom za održavanje verzija -- projects under the git version control system
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f7d7f53)
raw | patch | inline | side by side (parent: f7d7f53)
author | Doni Pracner <quinnuendo@gmail.com> | |
Mon, 11 Nov 2013 18:12:58 +0000 (19:12 +0100) | ||
committer | Doni Pracner <quinnuendo@gmail.com> | |
Mon, 11 Nov 2013 18:12:58 +0000 (19:12 +0100) |
build.xml | patch | blob | history |
diff --git a/build.xml b/build.xml
index cf34eaeae8fa356745de3c17e8fe3389d2680dcf..3772894fda61017925c5df29e1c12b43fe5a6dcf 100644 (file)
--- a/build.xml
+++ b/build.xml
</copy>
</target>
- <target name="build" depends="init">
+ <target name="build" depends="init" description="build the mjv2wsl tool">
<javac srcdir="${mjc2wsl.src.dir}" destdir="${mjc2wsl.class.dir}" includeAntRuntime='no' />
</target>
- <target name="mj-build" depends="init">
+ <target name="mj-build" depends="init" description="build the mj compiler">
<javac srcdir="${compiler.src.dir}" destdir="${compiler.class.dir}" includeAntRuntime='no' />
</target>
</java>
</target>
- <target name="mj-samples" depends="build">
+ <target name="mj-samples" depends="build" description="run the mj compiler on the samples">
<foreach param="filename" target="mj-compile">
<path>
<fileset dir='${samples.temp.dir}'>
</antcall>
</target>
- <target name="all" depends='mj-samples,mjc2wsl-samples'>
+ <target name="all" depends='mj-samples,mjc2wsl-samples' description="build the tools, run them on the samples to check">
</target>
- <target name="clean" >
+ <target name="clean" description="clean up all the generated content">
<delete includeemptydirs="true">
<fileset dir=".">
<include name="${mjc2wsl.class.dir}/*.class"/>