Skip to content
Snippets Groups Projects
Commit c51a6a60 authored by david_williams's avatar david_williams
Browse files

270063 transforms convert all .xml to .html in compile log links

parent 67958c39
No related branches found
No related tags found
No related merge requests found
......@@ -5,14 +5,13 @@
basedir=".">
<target
name="main"
description="example.bin.xml to produce example.html">
description="example.@dot.xml to produce example.@dot.html">
<xslt
destdir="${resultDir}/compilelogs"
scanincludeddirectories="true"
style="compilerXMLOutputToHTML.xsl"
force="true" >
<fileset dir="${resultDir}/compilelogs" includes="**/*.bin.xml" />
<mapper type="glob" from="*.xml" to="*.html"/>
<fileset dir="${resultDir}/compilelogs" includes="**/*.xml" />
</xslt>
</target>
</project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment