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 82250 - Missing progress bar in New Project | EJB ModuleProject wizard
Summary: Missing progress bar in New Project | EJB ModuleProject wizard
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB 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-09 10:57 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:57:06 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 EJB Module project creation.
Comment 1 Radko Najman 2006-10-25 17:02:01 UTC
Fixed.

Checking in nbproject/project.xml;
/cvs/j2ee/ejbjarproject/nbproject/project.xml,v  <--  project.xml
new revision: 1.28; previous revision: 1.27
done
Checking in
src/org/netbeans/modules/j2ee/ejbjarproject/ui/wizards/NewEjbJarProjectWizardIterator.java;
/cvs/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/wizards/NewEjbJarProjectWizardIterator.java,v
 <--  NewEjbJarProjectWizardIterator.java
new revision: 1.14; previous revision: 1.13
done
Checking in
src/org/netbeans/modules/j2ee/ejbjarproject/ui/wizards/ImportEjbJarProjectWizardIterator.java;
/cvs/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/wizards/ImportEjbJarProjectWizardIterator.java,v
 <--  ImportEjbJarProjectWizardIterator.java
new revision: 1.13; previous revision: 1.12
done
Checking in
src/org/netbeans/modules/j2ee/ejbjarproject/ui/wizards/Bundle.properties;
/cvs/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/wizards/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.30; previous revision: 1.29
done
Comment 2 Marian Mirilovic 2007-01-10 11:25:59 UTC
verified in NB dev(200701091900)