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 78256 - Unexpected new Project appears on Projects tab
Summary: Unexpected new Project appears on Projects tab
Status: CLOSED INVALID
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-19 13:50 UTC by dnikitin
Modified: 2007-05-28 14:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
unexpected project appears on Files tab (48.15 KB, image/jpeg)
2006-06-19 13:54 UTC, dnikitin
Details
Run dialog box (13.05 KB, image/jpeg)
2006-06-19 14:08 UTC, dnikitin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dnikitin 2006-06-19 13:50:41 UTC
Unexpected new Project appears on Projects tab

1. Build any c/c++ project (e.g. Welcome project)
  -- > dist/Debug/welcome file is created on the disk
2. Choose Files tab, Select Welcome/dist/Debug/welcome
3. Double click on welcome file or Right-click and choose Run... command from
popup menu
   -- > dialog box with title "Run" appears
4. Click "Run" button on the dialog box

in output tab:
Running "../Welcome1/dist/Debug/welcome" in /home/dn156283/Project1

on Files tab and Projects tab new project Project1 appears.
See Attachment.
Comment 1 dnikitin 2006-06-19 13:54:19 UTC
Created attachment 31156 [details]
unexpected project appears on Files tab
Comment 2 dnikitin 2006-06-19 14:08:35 UTC
Created attachment 31158 [details]
Run dialog box
Comment 3 dnikitin 2006-06-19 14:11:54 UTC
I'm sorry. It is not a bug.

new Project1 appears because <no project> is selected in combobox on Run dialog
box. See attachment (Run dialog box)