Community
Participate
Working Groups
quiet="true"/>
<mkdir
dir="${workspace}"/>
<available
file="${buildDirectory}/${buildLabel}/versioningReport_${buildLabel}.xml"
property="reportAvailable" />
</target>
<!--
This suite target defines the tests that need to be run.
tofile="${buildDirectory}/${buildLabel}/testResults/consolelogs/${plugin-name}.consolelog.txt"/>
<target
name="copyxsl">
name="copyxsl"
if="reportAvailable">
<!-- copy our particular xsl files to web directory for prosperity-->
<copy
todir="${buildDirectory}/${buildLabel}/"
name="**/org.eclipse.wtp.releng.tests*/versioningReportToHTML.xsl"/>
</fileset>
</copy>
<!-- and use them to create basic display -->
<!-- and use them to create basic HTML display, if there is a report -->
<xslt
basedir="${buildDirectory}/${buildLabel}/"
includes="versioningReport_*"
includes="versioningReport_${buildLabel}.xml"
destdir="${buildDirectory}/${buildLabel}/"
style="versioningReportToHTML.xsl"
force="true"/>