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 135293

Summary: No opened file after adding Ruby Aplication with existing sources
Product: ruby Reporter: Martin Fousek <marfous>
Component: ProjectAssignee: Martin Krauskopf <mkrauskopf>
Status: VERIFIED INVALID    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Martin Fousek 2008-05-19 07:40:49 UTC
Product Version: NetBeans IDE Dev (Build 200805150003)
Java: 1.6.0_10-ea; Java HotSpot(TM) Client VM 11.0-b09
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)

Observed: When I create a new Project from existing sources, the editor with "main.rb" isn't opened.

Steps to reproduce:
- File -> New Project -> Ruby Application with Existing Sources 
- Next -> Next -> Add both Folders -> Finish
-> No source file is opened

Expected: The file "main.rb" will be opened.
Comment 1 Martin Krauskopf 2008-05-19 07:57:56 UTC
In this case the user is importing some project which likely does not have main.rb at all, but has tons of other .rb
files. So we can open all of them or just some of them. Actually main.rb is quite rare name for Ruby file (grep-ing
through various Ruby sources) and is generated just as a default file (if user wants so) for new NetBeans project.
Let me know if you disagree and/or have some idea. Thanks.
Comment 2 Martin Fousek 2008-05-19 12:31:20 UTC
I agree with you. No idea.