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 205070 - /usr/bin/sh: C:\util\cygwin\bin\make.exe: command not found
Summary: /usr/bin/sh: C:\util\cygwin\bin\make.exe: command not found
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.1
Hardware: PC Windows XP
: P1 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-14 08:59 UTC by soldatov
Modified: 2011-11-15 15:43 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 2011-11-14 08:59:56 UTC
issue 204746 is fixed on Solaris/Linux, but wizard fails on Windows

P1, because it is very popular scenario in automatic tests.
Scenario:
- Create folder with makefileSrc and test.c
- Call C/C++ Project with Existing Sources wizard
- Select source folder and Custom mode
- Select makefileSrc. Press Next button
- Press Next button 3 times
- Press Finish button
===>
cygwin warning:
  MS-DOS style path detected: /usr/bin/C:\util\cygwin\bin\make.exe
  Preferred POSIX equivalent is: /usr/bin/C:/util/cygwin/bin/make.exe
  CYGWIN environment variable option "nodosfilewarning" turns off this warning.
  Consult the user's guide for more details about POSIX paths:
    http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
/usr/bin/sh: C:\util\cygwin\bin\make.exe: command not found


MAKE FAILED (exit value 127, total time: 328ms)
Comment 1 Alexander Simon 2011-11-14 11:19:01 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/5ac3ff022706
Comment 2 Quality Engineering 2011-11-15 15:43:07 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/5ac3ff022706
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #205070 /usr/bin/sh: C:\util\cygwin\bin\make.exe: command not found