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.

Bug 37751

Summary: Make unit test compilation not depend on full nb_all checkout
Product: platform Reporter: pzajac <pzajac>
Component: -- Other --Assignee: Jesse Glick <jglick>
Status: VERIFIED FIXED    
Severity: blocker Keywords: T9Y
Priority: P2    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: core/test/build-unit.xml diff
Planned patch

Description pzajac 2003-12-04 17:36:34 UTC
There should be better to depends on netbeans.home
dir than on sources of netbeans modules
(nbbuild,core). The QA doesn't checkout sources of
modules for running test.  See to my proposed
patch of 
core/test/build-unit.xml.
Comment 1 pzajac 2003-12-04 17:38:07 UTC
Created attachment 12423 [details]
core/test/build-unit.xml diff
Comment 2 Jesse Glick 2003-12-04 17:54:37 UTC
The supplied diff looks odd since nearly the same target is used
later. Let me see if the attached diff works.

BTW please always use -u when creating patches, otherwise it is very
hard to read them.
Comment 3 Jesse Glick 2003-12-04 18:03:02 UTC
Created attachment 12424 [details]
Planned patch
Comment 4 Jesse Glick 2003-12-04 19:16:41 UTC
committed     Up-To-Date  1.11        core/test/build-unit.xml
Comment 5 pzajac 2004-01-06 16:18:04 UTC
verified