Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-28 | Added formatted error output to the summarize transformation | Adrian Kummerlaender | |
* generation errors are returned in the "log" node of the appropriate task node * "summarize.xsl" transforms the nodes of all failed tasks into a easily readable plain-text version ** the output is specialized on the different task types | |||
2014-08-24 | Implemented basic generation summary | Adrian Kummerlaender | |
* "summarize.xsl" processes the result-tree of "process.xsl" and outputs a basic plain-text summary ** the plain-text summary is returned as the sole result of calling "make.xsl" * this approach should be easily extensible into i.e. a verbose version in the future * unraveled "make.xsl" structure into separate variables |