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 178454 - Project delete do not delete files if Mongrel server is up
Summary: Project delete do not delete files if Mongrel server is up
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Rails (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P4 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-10 16:20 UTC by Zaharije
Modified: 2011-01-28 20:13 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 Zaharije 2009-12-10 16:20:25 UTC
1. Create Rails project with Mongrel
2. Run project/Mongrel 
3. Delete project and check 'Also delete source...' check box (leave Mongrel server running)
4. Project will be removed from Project window but src files are still on HD

Note that if Mongrel is stoped and than if we delete, it will be ok.
Comment 1 Erno Mononen 2010-03-12 10:14:40 UTC
The delete project action should probably stop the server first. The server is holding on to those files, hence on Win they are left behind.