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 - Renaming a project with renaming folder breaks build-imp.xml
Summary: Renaming a project with renaming folder breaks build-imp.xml
Status: RESOLVED DUPLICATE of bug 42737
Alias: None
Product: projects
Classification: Unclassified
Component: Ant Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-13 14:34 UTC by kawkhins
Modified: 2010-05-04 23:20 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

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