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 - Make unit test compilation not depend on full nb_all checkout
Summary: Make unit test compilation not depend on full nb_all checkout
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: T9Y
Depends on:
Blocks:
 
Reported: 2003-12-04 17:36 UTC by pzajac
Modified: 2008-12-22 17:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
core/test/build-unit.xml diff (301 bytes, patch)
2003-12-04 17:38 UTC, pzajac
Details | Diff
Planned patch (1.49 KB, patch)
2003-12-04 18:03 UTC, Jesse Glick
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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