X-Git-Url: http://svarog.pmf.uns.ac.rs/gitweb/?p=mjc2wsl.git;a=blobdiff_plain;f=build.xml;h=18119785ddfec52812743a528e0b80642ed3ee86;hp=cf34eaeae8fa356745de3c17e8fe3389d2680dcf;hb=4f57cf39cbf2c0f4189d81a001ff4a921a4e76d8;hpb=f7d7f53c0ab16b5278cb09f8a208a2a8a0034b54 diff --git a/build.xml b/build.xml index cf34eae..1811978 100644 --- a/build.xml +++ b/build.xml @@ -1,34 +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) - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -36,23 +99,139 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + Used options:${mjc2wsl.options} + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - + - - - + + + @@ -61,6 +240,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -73,52 +278,371 @@ - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ${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 +