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 82249 - Missing progress bar in New Project | Ent. Application Project wizard
Summary: Missing progress bar in New Project | Ent. Application Project wizard
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: App Client (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Radko Najman
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 82229
  Show dependency tree
 
Reported: 2006-08-09 10:55 UTC by Marian Mirilovic
Modified: 2007-01-10 11:25 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-09 10:55:32 UTC
NB Dev (200608081800), JDK 6.0 (b94)

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 Enterprise Application Project creation.
Comment 1 Lukas Jungmann 2006-08-09 13:11:07 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 17:00:28 UTC
Fixed.

Checking in nbproject/project.xml;
/cvs/j2ee/clientproject/nbproject/project.xml,v  <--  project.xml
new revision: 1.3; previous revision: 1.2
done
Checking in
src/org/netbeans/modules/j2ee/clientproject/ui/wizards/NewAppClientProjectWizardIterator.java;
/cvs/j2ee/clientproject/src/org/netbeans/modules/j2ee/clientproject/ui/wizards/NewAppClientProjectWizardIterator.java,v
 <--  NewAppClientProjectWizardIterator.java
new revision: 1.3; previous revision: 1.2
done
Checking in
src/org/netbeans/modules/j2ee/clientproject/ui/wizards/Bundle.properties;
/cvs/j2ee/clientproject/src/org/netbeans/modules/j2ee/clientproject/ui/wizards/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.3; previous revision: 1.2
done
Checking in
src/org/netbeans/modules/j2ee/clientproject/ui/wizards/ImportAppClientProjectWizardIterator.java;
/cvs/j2ee/clientproject/src/org/netbeans/modules/j2ee/clientproject/ui/wizards/ImportAppClientProjectWizardIterator.java,v
 <--  ImportAppClientProjectWizardIterator.java
new revision: 1.3; previous revision: 1.2
done
Comment 3 Marian Mirilovic 2007-01-10 11:25:30 UTC
verified in NB dev(200701091900)