Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 335530
Collapse All | Expand All

(-)test.xml (-3 / +7 lines)
Lines 98-103 Link Here
98
            quiet="true"/>
98
            quiet="true"/>
99
        <mkdir
99
        <mkdir
100
            dir="${workspace}"/>
100
            dir="${workspace}"/>
101
       <available 
102
            file="${buildDirectory}/${buildLabel}/versioningReport_${buildLabel}.xml"
103
            property="reportAvailable" />    	
101
    </target>
104
    </target>
102
    <!--
105
    <!--
103
        This suite target defines the tests that need to be run.
106
        This suite target defines the tests that need to be run.
Lines 162-168 Link Here
162
            tofile="${buildDirectory}/${buildLabel}/testResults/consolelogs/${plugin-name}.consolelog.txt"/>
165
            tofile="${buildDirectory}/${buildLabel}/testResults/consolelogs/${plugin-name}.consolelog.txt"/>
163
    </target>
166
    </target>
164
    <target
167
    <target
165
        name="copyxsl">
168
        name="copyxsl"
169
        if="reportAvailable">
166
        <!-- copy our particular xsl files to web directory for prosperity-->
170
        <!-- copy our particular xsl files to web directory for prosperity-->
167
        <copy
171
        <copy
168
            todir="${buildDirectory}/${buildLabel}/"
172
            todir="${buildDirectory}/${buildLabel}/"
Lines 173-182 Link Here
173
                    name="**/org.eclipse.wtp.releng.tests*/versioningReportToHTML.xsl"/>
177
                    name="**/org.eclipse.wtp.releng.tests*/versioningReportToHTML.xsl"/>
174
            </fileset>
178
            </fileset>
175
        </copy>
179
        </copy>
176
        <!-- and use them to create basic display -->
180
    	 <!-- and use them to create basic HTML display, if there is a report -->
177
        <xslt 
181
        <xslt 
178
            basedir="${buildDirectory}/${buildLabel}/"
182
            basedir="${buildDirectory}/${buildLabel}/"
179
            includes="versioningReport_*"
183
            includes="versioningReport_${buildLabel}.xml"
180
            destdir="${buildDirectory}/${buildLabel}/"
184
            destdir="${buildDirectory}/${buildLabel}/"
181
            style="versioningReportToHTML.xsl"
185
            style="versioningReportToHTML.xsl"
182
            force="true"/>
186
            force="true"/>

Return to bug 335530