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 115459

Summary: Renaming a project with renaming folder breaks build-imp.xml
Product: projects Reporter: kawkhins <kawkhins>
Component: Ant ProjectAssignee: Jesse Glick <jglick>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description kawkhins 2007-09-13 14:34:06 UTC
I have two projects.

A uses project B.

I rename B in Bbis, also selecting the rename folder option.

Then, A project can't compile because it is still referencing B in build-imp.xml
Comment 1 Jesse Glick 2007-09-13 17:47:09 UTC
Right, you need to remove B from A's classpath and readd. We do not currently do refactoring of project folder names.
Comment 2 Jesse Glick 2010-05-04 23:20:08 UTC

*** This bug has been marked as a duplicate of bug 42737 ***