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 238015 - build.xml retains old project name after renaming a project
Summary: build.xml retains old project name after renaming a project
Status: NEW
Alias: None
Product: javafx
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: Roman Svitanic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-05 18:02 UTC by ajeh
Modified: 2013-11-06 06:56 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 ajeh 2013-11-05 18:02:31 UTC
Product Version = NetBeans IDE 7.4 (Build 201310111528)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.7.0_40
Runtime = Java HotSpot(TM) Client VM 24.0-b56

Closed and re-started NetBeans. Opened project, ran application. Output window contains the name of another project, opened and closed in the previous session.
Closing output windows does not change its title.
Comment 1 ajeh 2013-11-05 18:08:08 UTC
This must be caused by build.xml file retaining wrong value of <project name="OtherApp" default="default" basedir="." xmlns:fx="javafx:com.sun.javafx.tools.ant"> after the project was renamed into NewApp.