X-Git-Url: http://svarog.pmf.uns.ac.rs/gitweb/?p=mjc2wsl.git;a=blobdiff_plain;f=build.xml;h=18119785ddfec52812743a528e0b80642ed3ee86;hp=f8bde044573c07a7805082aab73faef0bf643056;hb=4f57cf39cbf2c0f4189d81a001ff4a921a4e76d8;hpb=cb1118ef3d6c9589158d36d73eebc7a74e815b2a diff --git a/build.xml b/build.xml index f8bde04..1811978 100644 --- a/build.xml +++ b/build.xml @@ -1,7 +1,17 @@ + + Builder script for mjc2wsl and related tools, runs tests + on given samples. + + + + @@ -10,19 +20,26 @@ - - + + + + + - + + - + + @@ -36,33 +53,45 @@ - + + + + + + - + + - - Builder script for mjc2wsl and related tools, runs test - on given samples. - - Also gives options to chain the tools on individual files. - + + + + + + + + + + + + @@ -72,15 +101,15 @@ - + - + - + @@ -89,12 +118,34 @@ - + + + + + + + + + + + + + + + + + + - + + - + @@ -104,36 +155,43 @@ - + - + - + + + - + - + + - + + + + + - + - + Used options:${mjc2wsl.options} @@ -147,7 +205,7 @@ - + @@ -156,20 +214,22 @@ + + - + - + @@ -182,13 +242,13 @@ - - + @@ -198,7 +258,7 @@ - + @@ -220,11 +280,15 @@ + + - + + @@ -232,16 +296,19 @@ - - - + - + + + + - + @@ -249,6 +316,7 @@ + @@ -265,20 +333,23 @@ - + - ${generated-wsl-files} - + + + - - + + @@ -299,31 +370,31 @@ - + - + - + - + - - - - @@ -333,20 +404,20 @@ - + - + - + - + - - @@ -356,8 +427,8 @@ - - @@ -367,7 +438,7 @@ - + @@ -386,7 +457,7 @@ - + @@ -398,7 +469,7 @@ - + @@ -409,13 +480,14 @@ - + - + - + @@ -423,8 +495,11 @@ + + + - + @@ -432,11 +507,56 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -467,12 +587,62 @@ + + + + + + + + + + + + + + + \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 +