From 5091358aad632e0c7dab0e493c6ed7e28692ebe5 Mon Sep 17 00:00:00 2001 From: Doni Pracner Date: Tue, 12 Nov 2013 00:28:27 +0100 Subject: [PATCH] ant build - new task to run a transf on a single file; minor updates to the properties; target 'all' now has the wsl transf as well --- build.xml | 31 +++++++++++++++++++++++-------- src-wsl/transf-min.wsl | 2 +- 2 files changed, 24 insertions(+), 9 deletions(-) diff --git a/build.xml b/build.xml index af75d04..854816a 100644 --- a/build.xml +++ b/build.xml @@ -14,11 +14,16 @@ + + + Builder script for mjc2wsl and related tools, runs test on given samples. + + Also gives options to chain the tools on individual files. - + @@ -94,7 +99,7 @@ - + @@ -103,16 +108,26 @@ - + + + + + + + + + - + - + - + @@ -120,10 +135,10 @@ - ${generated-wsl-files} + ${generated-wsl-files} - diff --git a/src-wsl/transf-min.wsl b/src-wsl/transf-min.wsl index 7437909..629e91b 100755 --- a/src-wsl/transf-min.wsl +++ b/src-wsl/transf-min.wsl @@ -78,7 +78,7 @@ IF @File_Exists?(inifilename) THEN OD; @Close_Input_Port(inifile); ELSE - PRINT("ini file (",inifile,") not found.", + PRINT("ini file (",inifilename,") not found.", " it should contain a list of filenames to be converted"); PRINT("you can input a filename now:"); filename := @Read_Line(Standard_Input_Port); -- 2.17.1