X-Git-Url: http://svarog.pmf.uns.ac.rs/gitweb/?p=mjc2wsl.git;a=blobdiff_plain;f=build.xml;h=206065dba752a3b9cea8995e174e6c5c9f03cada;hp=93d03ce1e9b36556349f814fc64cd6b454b28d75;hb=c59ce06b59fed59b40532fbfbccfcfc7658ded06;hpb=6f87918bbd5bbbd1f2a7c641acd210058cbf3cf1 diff --git a/build.xml b/build.xml index 93d03ce..206065d 100644 --- a/build.xml +++ b/build.xml @@ -1,69 +1,214 @@ + + + + + + + + + + + + - - - - - + + + + + + - - + + + + + + - - - - Possible options: - all - build the tool and the compiler and test on the samples - build - build the mjc2wsl tool - mj-build - build the mj compiler - mj-samples - run the mj compiler on the samples (build if needed) - - + + + + + - + + + + + + + + + Builder script for mjc2wsl and related tools, runs test + on given samples. + + Also gives options to chain the tools on individual files. + + + + + + + + + + + - - - + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + Used options:${mjc2wsl.options} + + + + + + + + + + + + + + + + + + + + + + + - + - + - - + + - + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -73,49 +218,303 @@ + + + + + + + + + + + + + + - - - - - - + + + + + + - - + + + - + + + + + + + + + + + + - - - - + + + + + + + ${generated-wsl-files} + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \section{${file.name}} + \begin{paracol}{4} + \lstinputlisting[style=mj]{../${file.name}.mj} + \switchcolumn + \lstinputlisting[style=decoded]{../${file.name}.obj.decoded} + \switchcolumn + \lstinputlisting[style=wsl,lastline=200]{../${file.name}.wsl} + \switchcolumn + \lstinputlisting[style=wslt,lastline=200]{../${file.name}${transf.wsl.ext}} + \end{paracol} + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file