X-Git-Url: http://svarog.pmf.uns.ac.rs/gitweb/?p=mjc2wsl.git;a=blobdiff_plain;f=build.xml;h=89e8a44382d7bffd062a557b82b51e3d704a58c0;hp=c51b2abc3af31468097c7063692bd5b11fca81dc;hb=3bca9a5dd50b6ccd0bdb482911f597c9182aa17d;hpb=74e20851e0ce6cddf55674ae3b12a6b642c1f964 diff --git a/build.xml b/build.xml index c51b2ab..89e8a44 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,25 @@ - - + + + + + - + - + + @@ -36,33 +52,45 @@ - + + + + + + - + + - - Builder script for mjc2wsl and related tools, runs test - on given samples. - - Also gives options to chain the tools on individual files. - + + + + + + + + + + + + @@ -78,9 +106,9 @@ - + - + @@ -89,12 +117,34 @@ - + + + + + + + + + + + + + + + + + + - + + - + @@ -104,26 +154,33 @@ - + - + - + + + - + - + + - + + + + + @@ -133,7 +190,7 @@ - + Used options:${mjc2wsl.options} @@ -147,7 +204,7 @@ - + @@ -156,20 +213,22 @@ + + - + - + @@ -182,13 +241,14 @@ - + - - - + + @@ -196,9 +256,8 @@ - - + @@ -220,11 +279,15 @@ + + - + + @@ -232,16 +295,16 @@ - - - + - + - + @@ -249,6 +312,7 @@ + @@ -265,20 +329,23 @@ - + - ${generated-wsl-files} - + + + - - + + @@ -299,31 +366,31 @@ - + - + - + - + - - - - @@ -333,20 +400,20 @@ - + - + - + - + - - @@ -356,8 +423,8 @@ - - @@ -367,7 +434,7 @@ - + @@ -386,7 +453,7 @@ - + @@ -398,7 +465,7 @@ - + @@ -409,13 +476,14 @@ - + - + - + @@ -423,8 +491,11 @@ + + + - + @@ -432,11 +503,56 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -467,12 +583,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 +