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

Summary: Infrastructure for accessing SFS of NB platform
Product: apisupport Reporter: Martin Krauskopf <mkrauskopf>
Component: ProjectAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: blocker CC: mkleint
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 61969    

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.