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 - 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.
Summary: Following creation of a JRuby project using defaults and pushing it to a Git ...
Status: REOPENED
Alias: None
Product: ruby
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-03 21:09 UTC by esmithbss
Modified: 2011-01-28 20:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot showing differences between project view (highlighted in red) and folder contents (highlighted in white). (96.98 KB, image/png)
2010-10-03 22:31 UTC, esmithbss
Details
Screenshot showing differences between project view (highlighted in red) and folder contents (highlighted in white). (96.98 KB, image/png)
2010-10-03 22:32 UTC, esmithbss
Details

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