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 145107
Collapse All | Expand All

(-)a/apisupport.harness/release/cobertura.xml (+2 lines)
Lines 5-11 Link Here
5
  NOTE: At present, this only measure coverage for unit tests.  Functional
5
  NOTE: At present, this only measure coverage for unit tests.  Functional
6
  tests, performance tests and other types of tests are not considered.
6
  tests, performance tests and other types of tests are not considered.
7
-->
7
-->
8
   <property name="harness.dir" value="${nb_all}/nbbuild/netbeans/harness"/>
9
	<property name="permit.jdk6.builds" value="yes"/> <!-- cobertura.jar needs java 6 -->
8
    <path id="cobertura.classpath">
10
    <path id="cobertura.classpath">
9
        <fileset dir="${cobertura.dir}">
11
        <fileset dir="${cobertura.dir}">
10
            <include name="cobertura-1.9.jar" />
12
            <include name="cobertura-1.9.jar" />
(-)a/nbbuild/templates/projectized.xml (+1 lines)
Lines 44-50 Link Here
44
44
45
    <import file="../default.xml"/>
45
    <import file="../default.xml"/>
46
    <import file="common.xml"/>
46
    <import file="common.xml"/>
47
	 <import file="../netbeans/harness/cobertura.xml"/>
47
    <target name="common-init" depends="default.init"/>
48
    <target name="common-init" depends="default.init"/>
48
    <target name="init" depends="basic-init,files-init,build-init,-javac-init,-init-proxy"/>
49
    <target name="init" depends="basic-init,files-init,build-init,-javac-init,-init-proxy"/>
49
    
50
    

Return to bug 145107