Author: nickboldt
Date: 2011-12-16 15:42:22 -0500 (Fri, 16 Dec 2011)
New Revision: 37405
Modified:
trunk/build/results/build.xml
Log:
not sure that it matters, but use a pathelement instead of just a location to resolve
saxon for xslt processing. ''Error! Error checking type of the expression
'funcall(replace, [funcall(substring-after, [cast(step(attribute, 17), string),
literal-expr(jbosstools-)]), literal-expr(_stable_branch),
literal-expr()])'.''
Modified: trunk/build/results/build.xml
===================================================================
--- trunk/build/results/build.xml 2011-12-16 20:40:59 UTC (rev 37404)
+++ trunk/build/results/build.xml 2011-12-16 20:42:22 UTC (rev 37405)
@@ -172,7 +172,9 @@
<var name="propertiesFileFound" value="true" />
<delete quiet="true" file="buildResults.html" />
<xslt in="@{propertiesFile}" out="buildResults.html"
style="buildResults.xsl" force="true">
- <classpath location="${COMMON_TOOLS}/saxon.jar" />
+ <classpath>
+ <pathelement location="${COMMON_TOOLS}/saxon.jar" />
+ </classpath>
</xslt>
</then>
<else>
Show replies by date