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 51174

Summary: Fake progress bar when communicating with the server
Product: serverplugins Reporter: Antonin Nebuzelsky <anebuzelsky>
Component: InfrastructureAssignee: Sherold Dev <sherold>
Status: CLOSED FIXED    
Severity: blocker CC: issues
Priority: P3 Keywords: PERFORMANCE
Version: 4.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 55325    

Description Antonin Nebuzelsky 2004-11-04 17:13:02 UTC
When the IDE communicates with the application
server (starting/stopping, deploying, redeploying,
...) the progress bar displayed stops frequently
for an undefined amount of time.

This is not a real progress indication in fact.
This just indicates how the steps of the action
are processed one after the other.

The progress bar must be indicating all the time
that the action is in progress.
Comment 1 Pavel Buzek 2004-11-12 18:06:37 UTC
setting target to 4.1 (not critical for 40)
Comment 2 Nam Nguyen 2004-12-02 01:53:30 UTC
Simple plugin effort would replace this progress bar with ant-based
feed back output tab.
Comment 3 Pavel Buzek 2005-02-21 22:32:56 UTC
siplified plugin did not make it into 4.1, moving out again
Comment 4 Sherold Dev 2005-08-16 17:41:00 UTC
This has been fixed on the NbFeature1135 branch and merged to trunk.

Old progess dialog has been removed. New progress api is now used to show an
indefinite progress bar.
Comment 5 Antonin Nebuzelsky 2005-08-23 15:37:41 UTC
Verified. Looks good. Thanks.