gitweb on Svarog
projekti pod git sistemom za održavanje verzija -- projects under the git version control system
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8c82143)
raw | patch | inline | side by side (parent: 8c82143)
author | Doni Pracner <quinnuendo@gmail.com> | |
Fri, 7 Aug 2015 14:03:48 +0000 (16:03 +0200) | ||
committer | Doni Pracner <quinnuendo@gmail.com> | |
Fri, 7 Aug 2015 14:03:48 +0000 (16:03 +0200) |
docs/running-ant.txt | patch | blob | history |
diff --git a/docs/running-ant.txt b/docs/running-ant.txt
index 2933a74dcee610eb7a6c06be25409459cd461245..eec728b58e0356f8479970af60a4dae404524b79 100644 (file)
--- a/docs/running-ant.txt
+++ b/docs/running-ant.txt
"file.dir" is "samples.temp.dir".
+Metrics tasks
+-------------
+
+these tasks generate comparison outputs for transformed
+versions of WSL programs in a CSV file using the custom
+metrics script given in the `src-wsl` directory.
+
+
+Visual comparison tasks
+-----------------------
+
+currently there is a task that can generate LaTeX sources
+and compile them into a pdf showing in parralel how
+the program looks in MicroJava, bytecode, translated WSL
+and transformed WSL.
+
+
Logging
------------------------------------------------------------
wsl-transf-samples is logged in
"transformations-TIMESTAMP.txt". The last run is always
copied to "transformations.txt" (property
-"log.file.transformations")
\ No newline at end of file
+"log.file.transformations")
+
+similarly the testing tasks are logged.