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 34486 - Composite PathResource support
Summary: Composite PathResource support
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2003-06-19 13:08 UTC by _ pkuzel
Modified: 2007-09-26 09:14 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 _ pkuzel 2003-06-19 13:08:00 UTC
Currently ClassPaths class contains methods for
composite classpathes only.

I would appreciate composite PathResources. (One
can create composite classpathes using them after
all.)
Comment 1 Svata Dedic 2003-06-19 18:15:11 UTC
Hmm ;) Could you be a little more specific on what data do you need to
construct such for ?
I can think about a PathResource which sits on top of a FileSet - or
other such collection w/ notification. However the PathResource's
Lookup would be empty (it would be a "virtual" PathResource).

Or maybe construct a composite PathResource from an existing
PathContent ? 
Comment 2 Svata Dedic 2003-06-20 19:53:26 UTC
Oh, it's already planned. Can I also read the explanation what the RFE
is about so I know what is actually planned ?
Comment 3 _ pkuzel 2003-06-23 08:59:41 UTC
PathContent is AFAIK dead.

I have list of path resources backgrounded by fileobjects (folders and
jars) and need to create composite path resource.

You are right that the fileobjects might be better input parameter
than PathResources (created from fileobject).
Comment 4 Tomas Zezula 2003-06-27 09:09:04 UTC
Fixed.
See the ClassPaths.createPathResource (FileSet) 
Comment 5 Jan Becicka 2003-11-25 14:02:02 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 6 Jan Becicka 2003-11-25 14:10:50 UTC
---> CLOSED