This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 35798
Collapse All | Expand All

(-)lib/module_harness.xml (+8 lines)
Lines 84-89 Link Here
84
	<!-- XML, XSLT reporters -->
84
	<!-- XML, XSLT reporters -->
85
        <nbtaskdef classpath="${xtest.home}/lib/xtest.jar">
85
        <nbtaskdef classpath="${xtest.home}/lib/xtest.jar">
86
            <taskdef name="testruninfo" classname="org.netbeans.xtest.pe.TestRunInfoTask"/>
86
            <taskdef name="testruninfo" classname="org.netbeans.xtest.pe.TestRunInfoTask"/>
87
            <taskdef name="reportinfo" classname="org.netbeans.xtest.pe.XTestResultsReportTask"/>
87
            <taskdef name="testbaginfo" classname="org.netbeans.xtest.pe.TestBagInfoTask"/>
88
            <taskdef name="testbaginfo" classname="org.netbeans.xtest.pe.TestBagInfoTask"/>
88
            <taskdef name="regenerateXML" classname="org.netbeans.xtest.pe.RegenerateXMLTask"/>
89
            <taskdef name="regenerateXML" classname="org.netbeans.xtest.pe.RegenerateXMLTask"/>
89
            <taskdef name="transformXML" classname="org.netbeans.xtest.pe.TransformXMLTask"/>
90
            <taskdef name="transformXML" classname="org.netbeans.xtest.pe.TransformXMLTask"/>
Lines 178-183 Link Here
178
        <!-- prepare result dir and produce some informatino about this testrun -->
179
        <!-- prepare result dir and produce some informatino about this testrun -->
179
        <mkdir dir="${xtest.results}"/>
180
        <mkdir dir="${xtest.results}"/>
180
        <getResultsDirs testRunDirProperty="xtest.results.testrun.dir"/>
181
        <getResultsDirs testRunDirProperty="xtest.results.testrun.dir"/>
182
        <mkdir dir="${xtest.results}/xmlresults"/>
183
        <reportinfo  outFile="${xtest.results}/xmlresults/testreport.xml"
184
            project="${xtest.tested.project}" project_id="${xtest.tested.project_id}"
185
            team="${xtest.testing.team}" build="${ide.build}"
186
            testingGroup="${xtest.testing.group}" testedType="${xtest.tested.type}"
187
            host="${xtest.machine}" comment="insert comment..." 
188
            scanPropertiesForAttributes="true"/>        
181
        <testruninfo outfile="${xtest.results.testrun.dir}/xmlresults/testrun.xml"/>
189
        <testruninfo outfile="${xtest.results.testrun.dir}/xmlresults/testrun.xml"/>
182
190
183
        <mkdir dir="${xtest.workdir}/user/sketch-pad"/>
191
        <mkdir dir="${xtest.workdir}/user/sketch-pad"/>

Return to bug 35798