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 156084 - Folder rename causes source copy to be incomplete
Summary: Folder rename causes source copy to be incomplete
Status: RESOLVED WORKSFORME
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: Tomas Mysik
URL:
Keywords:
: 156085 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-12-26 15:13 UTC by joeinazusa
Modified: 2009-09-14 09:53 UTC (History)
1 user (show)

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 joeinazusa 2008-12-26 15:13:23 UTC
When a folder under the sources is renamed, files to a subfolder are not copied correctly.
For example:

*SOURCES*/system/codeigniter/file.php

Run the application, no problem, files are copied correctly.

Rename *SOURCES*/system to *SOURCES*/system_hidden

Run the application, fails, after checking the webroot folder, the following happens

/system_hidden/codeigniter/**NO FILES***
/system_hidden/system/**NO FILES***
/system_hidden/fonts/**NO FILES

To fix the issue, I have to delete the webroot folder, not the project sources folder, restart netbeans.

Once I do that, I can start netbeans and run the PHP application and it copies the files over to the webroot without a
problem and the application runs.
Comment 1 rmatous 2009-01-14 17:16:48 UTC
feature like rename refactoring doesn't exist in php support. On the other hand web root might be handled properly in
php project, so reassigning
Comment 2 rmatous 2009-01-14 17:18:39 UTC
*** Issue 156085 has been marked as a duplicate of this issue. ***
Comment 3 Tomas Mysik 2009-05-19 14:54:32 UTC
Sorry, I don't understand - what's the problem with WebRoot? Thanks for clarification.
Comment 4 Tomas Mysik 2009-07-15 17:01:00 UTC
No response from user for a long time, so closing as WORKSFORME. Feel free to reopen and provide requested information.

Thanks for reporting.
Comment 5 Tomas Mysik 2009-09-14 09:53:15 UTC
This should be fixed now. Have a look at issue #172139 for more information. Thanks.