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 196095 - Old project names in nbproject/project.xml
Summary: Old project names in nbproject/project.xml
Status: RESOLVED DUPLICATE of bug 196486
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.0
Hardware: PC Solaris
: P2 normal (vote)
Assignee: Thomas Preisler
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2011-02-28 12:45 UTC by soldatov
Modified: 2011-03-10 02:24 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 soldatov 2011-02-28 12:45:46 UTC
Scenario:
- Create Welcome_1 project
- Rename its in IDE (set "Also Rename Project Folder" = true). Set Welcome_2
- Open nbproject/project.xml file
==>
    ...........
    <configuration>
        <data xmlns="http://www.netbeans.org/ns/make-project/1">
            <name>Welcome_2</name>
            <name>Welcome_1</name>
    ...........
Comment 1 Thomas Preisler 2011-03-08 19:42:50 UTC
Confirmed. It seems to work anyway....
Comment 2 Alexander Simon 2011-03-09 19:01:31 UTC
fixed when bug #196486 was fixed, change set:
http://hg.netbeans.org/cnd-main/rev/b39bbe05f3d6
Comment 3 Alexander Simon 2011-03-09 20:36:20 UTC
P2 because renaming does not work
Comment 4 Thomas Preisler 2011-03-10 02:24:36 UTC
Verified that this bug is indeed fixed (by 196486). Will close as dup.

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