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 - Open Projects tab in Add Dependency waiting for repo index download
Summary: Open Projects tab in Add Dependency waiting for repo index download
Status: VERIFIED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks: 184528 189312
  Show dependency tree
 
Reported: 2010-08-10 11:15 UTC by Antonin Nebuzelsky
Modified: 2010-08-13 03:08 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 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