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 47493

Summary: Build Required Projects has different meaning
Product: projects Reporter: zikmund <zikmund>
Component: Generic Projects UIAssignee: jrojcek <jrojcek>
Status: CLOSED DUPLICATE    
Severity: blocker CC: jglick
Priority: P4    
Version: 4.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description zikmund 2004-08-19 16:08:05 UTC
In Java Project "Build Required Projects" checkbox
has different meaning -- it forces building of
projects only on compile classpath (which could be
a subset of required projects).

Model case:
Have java project "App" which has java library
project "DataModel" on its compile classpath.
Have java library project "Utils" which is on
DataModel's compile classpath.
Both libraries are in required projects of App,
but building of Utils depends on DataModel setting
of checkbox "Build Req.Proj." not on the App's one.

It should be probably renamed to something more
appropriate (like "Directly Required Projects"?) .

(build 200408181800)
Comment 1 Jesse Glick 2004-08-19 18:14:42 UTC
True. Jano?
Comment 2 David Konecny 2004-09-06 14:14:04 UTC
This was resolved as part of issue 47507. The checkbox was moved to
compilation panel and renamed to "Build Projects on Classpath".

*** This issue has been marked as a duplicate of 47507 ***
Comment 3 zikmund 2004-09-07 10:32:25 UTC
Fix verified.