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 121971 - Cygwin path settings not stored
Summary: Cygwin path settings not stored
Status: RESOLVED DUPLICATE of bug 116800
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: PC All
: P1 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-15 10:32 UTC by luky
Modified: 2007-11-15 17:30 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 luky 2007-11-15 10:32:33 UTC
NB RC1
After adding path to cygwin binaries in C/C++ option dialog the setting are not stored. After restart of netbeans I 
have to (I am asked to) set the path again
Comment 1 Alexander Pepin 2007-11-15 12:12:50 UTC
This issue is a duplicate of 116800. For now it's a default behavior to get Current Path from the PATH environment
variable. So the workaround is to add path to cygwin/bin into PATH. If you consider that the bug is important then
please vote for the issue #116800  

*** This issue has been marked as a duplicate of 116800 ***
Comment 2 soldatov 2007-11-15 17:30:17 UTC
Small comment from me. IDE ignores 'Current Path' table when you run executable file(see issue #103016) ==> You cann't
run any cygwin applications.

Steps:
- Delete cygwin from Path environment variable
- Run Netbeans
- Add 'C:/cygwin_dir/bin' into 'Current Path' table
- Create Quote project
- Build project
- Run project
==> "Windows cannnot find 'sh'" warning appears.

P.S. It doesn't matter We cannot run cygwin application on windows without Cygwin in Path variable.