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 234339 - Directory with the same base name as the executable breaks execution
Summary: Directory with the same base name as the executable breaks execution
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 7.3.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-13 17:31 UTC by jsprenkle
Modified: 2014-11-21 15:01 UTC (History)
1 user (show)

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 jsprenkle 2013-08-13 17:31:30 UTC
Steps to reproduce:
1. Create a project which builds a target of "test.exe"
2. Navigate to the directory where test.exe is built
3. Create a "test" directory

Try to run the project and it fails. It tries to start "test" not "test.exe" as it should. Since this is the name of a directory it fails to start the executable.