X-Git-Url: http://svarog.pmf.uns.ac.rs/gitweb/?p=mjc2wsl.git;a=blobdiff_plain;f=build.xml;h=6f2572b71781c0f6a6eab1d9be55cc2c05447611;hp=a8ae864a6cdd26109e24b7ed8023ac29e9d3ec7f;hb=1566ee8a03860ad98a3825fec630b8eae2022474;hpb=d595df17d0014807d635a1f20467fca4d3adb5e9;ds=sidebyside diff --git a/build.xml b/build.xml index a8ae864..6f2572b 100644 --- a/build.xml +++ b/build.xml @@ -1,32 +1,97 @@ + + Builder script for mjc2wsl and related tools, runs tests + on given samples. + + + + + + + + + + + + + + + - + + + + + + + + - - - + + + + + + + + + + + - - - - - - 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) - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -34,23 +99,139 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Used options:${mjc2wsl.options} + + + + + + + + + + + + + + + + + + + + + + - - + + - + - - - + + + @@ -59,6 +240,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -71,83 +278,368 @@ - - - - - - - + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + - + + + + - - - - - + + + + + + + - - - - + + + + + + + + ${generated-wsl-files} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + - - - - - - - - - - - - ${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 +