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 172195 - Enabling Web support takes several minutes.
Summary: Enabling Web support takes several minutes.
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
: 171626 172005 172309 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-09-14 15:46 UTC by Jan Jancura
Modified: 2009-09-18 22:51 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
nps (158.71 KB, application/bin)
2009-09-14 15:49 UTC, Jan Jancura
Details
I have a failing unit test (6.16 KB, patch)
2009-09-16 08:26 UTC, Jaroslav Tulach
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Jancura 2009-09-14 15:46:57 UTC
1) install nb full
2) create new Web project
... you have to wait several minutes. see attachement
Comment 1 Jan Jancura 2009-09-14 15:49:34 UTC
Created attachment 87624 [details]
nps
Comment 2 Marian Mirilovic 2009-09-15 07:57:00 UTC
the same for C/C++ .... dup of issue 172005 ?
Comment 3 Jaroslav Tulach 2009-09-15 15:34:42 UTC
Problem in implementation of runWhenDeliveryOver(Runnable) on MultiFileSystem. Under some conditions the information 
that we are inside atomic action's dispatch can disappear. I trying to simulate in a unit test (so far 
unsuccessfully).
Comment 4 Jaroslav Tulach 2009-09-15 15:36:05 UTC
*** Issue 171626 has been marked as a duplicate of this issue. ***
Comment 5 Jaroslav Tulach 2009-09-15 15:37:57 UTC
*** Issue 172005 has been marked as a duplicate of this issue. ***
Comment 6 Jaroslav Tulach 2009-09-16 07:25:21 UTC
*** Issue 172309 has been marked as a duplicate of this issue. ***
Comment 7 Jaroslav Tulach 2009-09-16 08:26:58 UTC
Created attachment 87734 [details]
I have a failing unit test
Comment 8 Jaroslav Tulach 2009-09-16 09:05:58 UTC
Improved in core-main#2728bff12ca2, please verify.
Comment 9 Quality Engineering 2009-09-18 22:51:52 UTC
Integrated into 'main-golden', will be available in build *200909181401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/2728bff12ca2
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #172195: runWhenDeliveryOver and MultiFileSystem's attributeChange deliver now work together