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 82125 - Missing progress bar in New Project | Web Application wizard
Summary: Missing progress bar in New Project | Web Application wizard
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Radko Najman
URL:
Keywords:
Depends on:
Blocks: 82229
  Show dependency tree
 
Reported: 2006-08-08 07:05 UTC by Marian Mirilovic
Modified: 2006-11-03 09:54 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 Marian Mirilovic 2006-08-08 07:05:21 UTC
NB Dev (200608071800)

After implementing new Progress API in wizards there is a progress bar displayed
during new Java Application creation. I think the same progress should be shown
during Web Application creation.
Comment 1 Radko Najman 2006-08-09 08:43:33 UTC
It will not be addressed in NB 5.5. New Progress API was implemented in trunk,
NB 5.5 is based on release55 branch.
Comment 2 Radko Najman 2006-10-25 16:56:48 UTC
Fixed.

Checking in
src/org/netbeans/modules/web/project/ui/wizards/ImportWebProjectWizardIterator.java;
/cvs/web/project/src/org/netbeans/modules/web/project/ui/wizards/ImportWebProjectWizardIterator.java,v
 <--  ImportWebProjectWizardIterator.java
new revision: 1.48; previous revision: 1.47
done
Checking in src/org/netbeans/modules/web/project/ui/wizards/Bundle.properties;
/cvs/web/project/src/org/netbeans/modules/web/project/ui/wizards/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.68; previous revision: 1.67
done
Checking in
src/org/netbeans/modules/web/project/ui/wizards/NewWebProjectWizardIterator.java;
/cvs/web/project/src/org/netbeans/modules/web/project/ui/wizards/NewWebProjectWizardIterator.java,v
 <--  NewWebProjectWizardIterator.java
new revision: 1.24; previous revision: 1.23
done
Checking in nbproject/project.xml;
/cvs/web/project/nbproject/project.xml,v  <--  project.xml
new revision: 1.46; previous revision: 1.45
done
Comment 3 Marian Mirilovic 2006-11-03 09:54:55 UTC
verified in NB Dev (200611021900)