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 149714 - Can't start project if user changed console type
Summary: Can't start project if user changed console type
Status: RESOLVED DUPLICATE of bug 149404
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-10 08:55 UTC by soldatov
Modified: 2008-10-10 13:59 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 2008-10-10 08:55:09 UTC
This problem I found when I investigate issue 149404
Scenario:
- Create Makefile and test.c files in C:\test_projects\test_src
- Start IDE from bits.netbeans.org (I have cygwin and mingw+msys on my machine. Cygwin is default toolchain)
- Create in C:\test_projects\test_src_1 project based on files from C:\test_projects\test_src
- Build project
- Run project
==> ok
- Select 'Output Window' as console type
- Run project
==> ok
- Select 'Default' as console type
- Run project
==> Run failed

C:\netbeans-6.5\cnd2\bin\dorun.sh: ./..\test_src\test.exe: No such file or directory
Comment 1 Egor Ushakov 2008-10-10 13:59:44 UTC
I still think that this is a dup of 149404


*** This issue has been marked as a duplicate of 149404 ***