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 204746

Summary: C/C++ Project with Existing Sources wizard fails with "/bin/sh: line 1: -f: not found" message
Product: cnd Reporter: soldatov <soldatov>
Component: -- Other --Assignee: Alexander Simon <alexvsimon>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P1    
Version: 7.1   
Hardware: PC   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

Description soldatov 2011-11-07 09:41:39 UTC
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
===>
/bin/sh: line 1: -f: not found


MAKE FAILED (exit value 127, total time: 60ms)

Next clean and build works nicely
Comment 1 Alexander Simon 2011-11-07 11:10:27 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/6209fae1d0a7
Comment 2 Quality Engineering 2011-11-08 15:39:34 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/6209fae1d0a7
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #204746 C/C++ Project with Existing Sources wizard fails with "/bin/sh: line 1: -f: not found" message