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 168287

Summary: File browsing will not allow navigation inside mac bundle files
Product: platform Reporter: kirkstork <kirkstork>
Component: Directory ChooserAssignee: Ondrej Vrabec <ovrabec>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: ENHANCEMENT Exception Reporter:

Description kirkstork 2009-07-08 14:45:46 UTC
File navigation in the IDE does not allow one to navigate into bundle files (e.g., to get inside a .app bundle).  You
might want to do this, for instance, to add a jar from an application (like OpenOffice) to your project, or to build a
library wrapper around jars found in a .app bundle.

But, when you are doing file navigation in any file browser window, when you get to a '.app' it adds that directory as
if it were a file, and doesn't let you drill down into the directory structure that is contained within the bundle.
Comment 1 Ondrej Vrabec 2010-10-11 13:07:06 UTC
What dialog do you have in mind (open project, add Jar/folder)? NetBeans does not modify 'select FILE' kind of file chooser.
Comment 2 kirkstork 2010-10-11 14:56:50 UTC
Adding jars and/or libraries to a project.

I think when I filed this I was trying to work with the OOo SDK, and was having to copy items out of the OOo application bundle to put them somewhere to use as project dependencies.