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 190732

Summary: Following creation of a JRuby project using defaults and pushing it to a Git repository, reopening the project doesn't add all files to the Projects tree.
Product: ruby Reporter: esmithbss <esmithbss>
Component: ProjectAssignee: issues@ruby <issues>
Status: REOPENED ---    
Severity: normal CC: git
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: Screenshot showing differences between project view (highlighted in red) and folder contents (highlighted in white).
Screenshot showing differences between project view (highlighted in red) and folder contents (highlighted in white).

Description esmithbss 2010-10-03 21:09:19 UTC
Product Version = NetBeans IDE 6.9.1 (Build 201007282301)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.6.0_20
Runtime = Java HotSpot(TM) Client VM 16.3-b01

I have recently created a new JRuby project using the 6.9.1 IDE.  immediately following creation, I initialized it as a Git repository and pushed it to the master repository on my slicehost environment.

Following the push, I pulled the project as a new, working repository and reloaded the project into the IDE.  While the entire tree including .yml files was downloaded into the repository, when I open the Projects view of the project in the IDE, the configuration folder only reports the environment.rb file as a member.  It doesn't include the boot.rb, database.yml. or routes.rb file to the tree.
Comment 1 esmithbss 2010-10-03 22:31:34 UTC
Created attachment 102239 [details]
Screenshot showing differences between project view (highlighted in red) and folder contents (highlighted in white).
Comment 2 esmithbss 2010-10-03 22:32:01 UTC
Created attachment 102240 [details]
Screenshot showing differences between project view (highlighted in red) and folder contents (highlighted in white).
Comment 3 Tomas Stupka 2010-10-15 07:28:21 UTC
there is not one line of git related code in the ide at moment
Comment 4 Tomas Stupka 2010-10-15 07:35:31 UTC
well, maybe the ruby guys could have a look...