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 27153 - API for Classpath roots and resources manipulation.
Summary: API for Classpath roots and resources manipulation.
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2002-09-10 09:23 UTC by Tomas Zezula
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 Tomas Zezula 2002-09-10 09:23:26 UTC
There should be an API for manipulation with
ClassPath roots and resources.
Comment 1 Svata Dedic 2002-09-10 09:36:38 UTC
What exactly do you expect the API to do ? Please be more verbose ;-)
Comment 2 Tomas Zezula 2002-09-10 10:52:34 UTC
The API, do not need to be Java API, it can be just a JNDI name of
context, where the Roots can be found.
The RMI module requires to obtain all "class path elements" to let
user select the Remote interface he wants to implement.
So for me it is enough to obtain a list of DataFolders for class path
elements and mounted resources.
Comment 3 Svata Dedic 2002-09-10 11:34:44 UTC
OK; more questions: now we have separated paths for 
- resources == things out of the project, which are used: jars, other
project outputs, ...
- sources == things which are compiled by the particular project/build
target
- target platform == delivers basic runtime classes, bootstrap classes.

Do you need these components somehow merged together ? (If yes -- more
work on our side, new API is needed. If no - you will have to watch
all the relevant property changes and adapt your data)
Comment 4 Tomas Zezula 2002-09-10 16:15:23 UTC
The first point is easier for me, but I will be perfectly happy with
the second too.
Comment 5 Tomas Zezula 2003-04-22 13:22:09 UTC
Done
Comment 6 Jan Becicka 2003-11-25 13:59:55 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as VERIFIED --->
Comment 7 Jan Becicka 2003-11-25 14:08:44 UTC
---> CLOSED