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 62257 - Infrastructure for accessing SFS of NB platform
Summary: Infrastructure for accessing SFS of NB platform
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks: 61969
  Show dependency tree
 
Reported: 2005-08-14 23:37 UTC by Martin Krauskopf
Modified: 2005-09-05 09:51 UTC (History)
1 user (show)

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 Martin Krauskopf 2005-08-14 23:37:54 UTC
Blocks a few wizards. Just to be noticed about progress.
Comment 1 Jesse Glick 2005-08-15 16:52:20 UTC
Right, thanks.
Comment 2 Jesse Glick 2005-08-23 01:56:46 UTC
Working on addition to LayerUtils:

public static FileSystem getEffectiveSystemFilesystem(Project project) throws
IOException;
Comment 3 Jesse Glick 2005-08-23 23:53:01 UTC
Now implemented for standalone and suite component modules. Does not yet provide
appropriate localized display labels for things.
Comment 4 Jesse Glick 2005-08-24 02:58:26 UTC
Now provides localized display names for various files. Too many details to list
here, but generally should look OK.

Does not yet work for netbeans.org modules.
Comment 5 Jesse Glick 2005-08-24 06:35:15 UTC
netbeans.org modules now supported too. Try it and let me know if it works for you.