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 102201 - Delete project doesn't delete all files for Ruby On Rails project
Summary: Delete project doesn't delete all files for Ruby On Rails project
Status: VERIFIED FIXED
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: 2007-04-23 17:21 UTC by Jiri Skrivanek
Modified: 2007-10-12 12:27 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 Jiri Skrivanek 2007-04-23 17:21:37 UTC
I expect Delete project action should delete entire Ruby On Rails project folder
when you request to delete sources. To reproduce:

- create Ruby On Rails project
- call Delete Project action on project node
- check "Also Delete Sources..." checkbox
- click Yes button
- go to your default file manager and look at projects folder. There are folders
like app, doc, etc.

Ruby 0.82.0, NB 20070423-0756, JDK1.5.0_11, WindowsXP.
Comment 1 Jiri Kovalsky 2007-07-03 14:15:01 UTC
Reassigning this issue to newly created 'ruby' component.
Comment 2 Jiri Skrivanek 2007-08-07 14:54:14 UTC
Reproducable also on Mac.
Comment 3 Martin Krauskopf 2007-09-27 14:56:59 UTC
Fixed.

railsprojects/test/unit/src/org/netbeans/modules/ruby/railsprojects/RailsProjectOperationsTest.java;
initial revision: 1.1
railsprojects/src/org/netbeans/modules/ruby/railsprojects/RailsProjectOperations.java;
new revision: 1.3; previous revision: 1.2
Comment 4 Jiri Skrivanek 2007-10-12 12:27:31 UTC
Verified.