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 19955 - Structure and contents of a project
Summary: Structure and contents of a project
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P1 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords:
Depends on: 19940 19998 22491 22492 23270 23286 23291 23294 23333 24488
Blocks: 17991 19981
  Show dependency tree
 
Reported: 2002-01-30 16:41 UTC by Pavel Buzek
Modified: 2003-12-11 14:25 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Buzek 2002-01-30 16:41:48 UTC
Projects will not be typed, monolithic things.  There will be no such thing as a "Java project" or "C++ project" per se.  Rather, there will be project 
modules that provide the services necessary to create various types of files, edit them, and produce deliverables.  For instance, the Java project module 
will provide services that let the user find and edit libraries, and that give source files access to those libraries.  Services will be exposed to the end user 
with project  components.  These components are displayed, in the UI, as the kinds of nodes we've been talking about.  In the Java projects example, 
the library services would use the Libraries node to give the user the UI machinery needed to deal with libraries.  The projects infrastructure will provide 
the infrastructure that project modules need in order for services to get attached to components, for components to communicate with one another, and 
so on.
Comment 1 Pavel Buzek 2002-07-26 14:30:38 UTC
Removing the milestone. This is a general feature description, milestones will be managed for individual 
tasks.
Comment 2 Vitezslav Stejskal 2003-01-02 12:01:43 UTC
All the things requested by this feature can be achieved using project
natures and other APIs provided by projects infra modules.
Comment 3 Pavel Buzek 2003-07-02 09:15:13 UTC
work done, closing