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 26558 - FileSet must provide the ability to preserve broken links
Summary: FileSet must provide the ability to preserve broken links
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Jan Pokorsky
URL:
Keywords:
Depends on:
Blocks: 23291
  Show dependency tree
 
Reported: 2002-08-16 15:59 UTC by Chris Webster
Modified: 2003-12-11 14:25 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 Chris Webster 2002-08-16 15:59:04 UTC
The api for FileSet in general and the new
ListFileSet must be extended to allow preservation
of broken links (DataObjects which are not
reachable from the project). ListFileSet needs
this capability to explicitly preserve ordering.
Currently, unreachable DataObjects are just
removed from the list. The unreachable DataObjects
should be returned as BrokenLink (improve the
name) which would allow the unreachable url to be
obtained. This may also require documentation or
api changes to the FileSet api to ensure that
unreachable DataObject preserving FileSets may
return broken links (if order preserving).
Comment 1 Vitezslav Stejskal 2002-10-05 01:46:19 UTC
Jan, it's fixed in new filesets API, right? 
Comment 2 Jan Pokorsky 2002-10-07 09:32:19 UTC
Yes, it is. The new impl. and api of filesets can preserve broken
links and you can obtain them as URLs.