From 8d2b49a350d6551ce46513f99b44f88d98a8f804 Mon Sep 17 00:00:00 2001 From: Vintache Jean Date: Tue, 29 Dec 2015 12:10:41 +0100 Subject: [PATCH] factor for-loop (see main target) and handle jing errors --- etherpad_to_hdoc/etherpad_to_hdoc.ant | 170 +++++++++++++------------- 1 file changed, 87 insertions(+), 83 deletions(-) diff --git a/etherpad_to_hdoc/etherpad_to_hdoc.ant b/etherpad_to_hdoc/etherpad_to_hdoc.ant index c7dbf56..5064a9c 100755 --- a/etherpad_to_hdoc/etherpad_to_hdoc.ant +++ b/etherpad_to_hdoc/etherpad_to_hdoc.ant @@ -2,9 +2,9 @@ - - - + + + @@ -14,101 +14,105 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - + - + + + + + + + - + - - - + + + + + + ============ Processing pad : ${properFileName} ============ + + + + + + + + + + + + + + + + + + + + + + + + + + WARNING + ${properFileName} : the outptut doesn't match the hdoc schema + see the Jing log above and the tmp files + + - - - - - - - - - - - \ No newline at end of file + -- GitLab