X-Git-Url: http://svarog.pmf.uns.ac.rs/gitweb/?p=mjc2wsl.git;a=blobdiff_plain;f=build.xml;h=6f2572b71781c0f6a6eab1d9be55cc2c05447611;hp=cfd9ea24aa4d57f8aa2c8bffb70b2fb707582af5;hb=2fa0619f7c0629bb2432877bb9dcef2b27d8cb00;hpb=44651a76458dc82486a7b94fd53c887170c3e006 diff --git a/build.xml b/build.xml index cfd9ea2..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,62 +278,368 @@ - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + + - + + + + - - - - - + + + + + + + - - - - + + + + + + + + ${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 +