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 189349

Summary: Open Projects tab in Add Dependency waiting for repo index download
Product: projects Reporter: Antonin Nebuzelsky <anebuzelsky>
Component: MavenAssignee: Jesse Glick <jglick>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 184528, 189312    

Description Antonin Nebuzelsky 2010-08-10 11:15:46 UTC
The listing of the currently open projects in Open Projects tab in Add Dependency dialog should be populated and available immediately. Now it is waiting until remote repository indexes are downloaded.
Comment 1 Jesse Glick 2010-08-11 14:05:22 UTC
Regression caused by sharing of a single-thread private RP with a task that blocks on the indexer.
Comment 2 Jesse Glick 2010-08-11 14:12:32 UTC
core-main #8724745e68fb
Comment 3 Antonin Nebuzelsky 2010-08-12 09:31:59 UTC
Works for me now.
Comment 4 Quality Engineering 2010-08-13 03:08:14 UTC
Integrated into 'main-golden', will be available in build *201008130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/8724745e68fb
User: Jesse Glick <jglick@netbeans.org>
Log: #189349: Open Projects tab in Add Dependency waiting for repo index download