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 29120 - project resolver does not handle conversion of URLs to non-existing files correctly
Summary: project resolver does not handle conversion of URLs to non-existing files cor...
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-28 14:05 UTC by David Konecny
Modified: 2003-12-11 14:14 UTC (History)
1 user (show)

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 David Konecny 2002-11-28 14:05:18 UTC
Two cases:

1.) I set in the output folder of BT non-existing
folder. URL to this folder must be converted into
shareable URL. If folder does not exist resolver
is not able to convert it.

2.) I stored URL in shareable form. I removed the
output folder it points to. If I try to decode the
shareable URL into real one it fails and I still
get "nbprjres://..." URL with which I do not know
what to do. Better to return null in this case in
decode().
Comment 1 Vitezslav Stejskal 2002-12-03 10:21:20 UTC
ReferenceResolver registered in the project works with URLs only, it
doesn't access filesystems anymore. Thus it's now capable of
translating URLs for non-existing files.
Comment 2 Jan Becicka 2003-08-21 15:27:23 UTC
Verified
Comment 3 Jan Becicka 2003-11-25 14:21:57 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 CLOSED.