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 - Building module triggers rescan
Summary: Building module triggers rescan
Status: RESOLVED DUPLICATE of bug 51651
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: Martin Matula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-29 15:08 UTC by _ tboudreau
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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