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 - No opened file after adding Ruby Aplication with existing sources
Summary: No opened file after adding Ruby Aplication with existing sources
Status: VERIFIED INVALID
Alias: None
Product: ruby
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-19 07:40 UTC by Martin Fousek
Modified: 2008-05-19 12:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.