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 30410 - In project wizard, create sources/resources/outputs immediately
Summary: In project wizard, create sources/resources/outputs immediately
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: API
Depends on: 30474
Blocks: 30595
  Show dependency tree
 
Reported: 2003-01-28 09:34 UTC by Pavel Buzek
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Buzek 2003-01-28 09:34:24 UTC
Currently the java module caches information about what sources/resources/outputs should be 
added and creates them in instantiate(). It is now possible to work with the project in wizard. 

This is needed to make the java project wizard extensible.
Comment 1 Tomas Zezula 2003-02-10 16:05:20 UTC
Modified, for all but the Basic Java App Project. Since Basic Java App
Project has no panels (see UI spec) all the project components
creation must be deferred into the instantiate method.

The same will probable hold for GUI Project and Applet project, to
keep the code "clean".
Comment 2 Pavel Buzek 2003-07-02 14:07:47 UTC
i've verified all these issues
Comment 3 Pavel Buzek 2003-07-02 14:18:48 UTC
closing all my verified issues