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

Summary: build.xml retains old project name after renaming a project
Product: javafx Reporter: ajeh
Component: ProjectAssignee: Roman Svitanic <rsvitanic>
Status: NEW ---    
Severity: normal    
Priority: P4    
Version: 7.4   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

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.