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 50972

Summary: Building module triggers rescan
Product: java Reporter: _ tboudreau <tboudreau>
Component: UnsupportedAssignee: Martin Matula <mmatula>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description _ tboudreau 2004-10-29 15:08:42 UTC
When I have a bunch of modules open, and I build one within the 
IDE, the classpath scanning dialog briefly appears.

Why?  The IDE is what is doing the building - it should have up-
to-date info directly from the sources - there won't be any new 
information in the new jar.

(If we can't tell that the jar change was caused by the IDE, there 
should probably be an API to make that possible).
Comment 1 Tomas Zezula 2004-10-29 16:32:56 UTC
It is simple, by rebuilding one module the classpath of dependent
modules has changed.
Comment 2 Martin Matula 2005-01-19 09:05:27 UTC

*** This issue has been marked as a duplicate of 51651 ***