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

(-)core/test/build-unit.xml (-6 / +5 lines)
Lines 8-14 Link Here
8
http://www.sun.com/
8
http://www.sun.com/
9
9
10
The Original Code is NetBeans. The Initial Developer of the Original
10
The Original Code is NetBeans. The Initial Developer of the Original
11
Code is Sun Microsystems, Inc. Portions Copyright 1997-2000 Sun
11
Code is Sun Microsystems, Inc. Portions Copyright 1997-2003 Sun
12
Microsystems, Inc. All Rights Reserved.
12
Microsystems, Inc. All Rights Reserved.
13
-->
13
-->
14
14
Lines 82-91 Link Here
82
    <!-- ========= -->
82
    <!-- ========= -->
83
    
83
    
84
    <target name="unit-compiler" depends="set_classpath">
84
    <target name="unit-compiler" depends="set_classpath">
85
	<ant dir="../../nbbuild" target="bootstrap"/>
86
        <ant dir="unit/src/org/netbeans/core/modules"/>
87
        <ant dir="unit/src/org/netbeans/core/projects"/>
88
        <ant dir="unit/src/org/netbeans/core/lookup/data"/>
89
        <ant dir="." antfile="${xtest.module_harness.antfile}"
85
        <ant dir="." antfile="${xtest.module_harness.antfile}"
90
             target="buildtests">
86
             target="buildtests">
91
           <!-- This property contains directories to compile.
87
           <!-- This property contains directories to compile.
Lines 94-99 Link Here
94
             -->
90
             -->
95
           <property name="compile.srcdir" value="unit/src"/>
91
           <property name="compile.srcdir" value="unit/src"/>
96
       </ant>
92
       </ant>
93
        <ant dir="unit/src/org/netbeans/core/modules"/>
94
        <ant dir="unit/src/org/netbeans/core/projects"/>
95
        <ant dir="unit/src/org/netbeans/core/lookup/data"/>
97
    </target>
96
    </target>
98
97
99
    <!-- ================ -->
98
    <!-- ================ -->
Lines 285-288 Link Here
285
    </target>
284
    </target>
286
    
285
    
287
286
288
</project>
287
</project>

Return to bug 37751