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 168395 - Improve project builds by not re-checking already done operations
Summary: Improve project builds by not re-checking already done operations
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Libraries (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-10 12:38 UTC by llturro
Modified: 2016-07-07 08:37 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description llturro 2009-07-10 12:38:00 UTC
When dependencies are projects, building checks those projects in order to build and copy jars. When a project is a
dependency of n projects you will see n attempts to build and copy this project.

My proposal is not to make the attempt if the action was already done. Or collect the attempts before execution in a
queue where duplicates are not allowed.

A build with 21 projects will take 2 minutes and 46 seconds in a Satellite Pro A300, despite it had nothing to compile
or copy.
Comment 1 Martin Balin 2016-07-07 08:37:35 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss