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 229794

Summary: User can't create valid project via "C/C++ Project with Existing Sources" wizard if she/he uses java 7 update 21
Product: cnd Reporter: soldatov <soldatov>
Component: -- Other --Assignee: Alexander Simon <alexvsimon>
Status: RESOLVED FIXED    
Severity: normal CC: terminatorul
Priority: P3    
Version: 7.3.1   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description soldatov 2013-05-15 14:20:29 UTC
Window XP, MinGW and java 7 update 21

In NetBeans 7.3 patch 2 or trunk I can't create new project via "C/C++ Project with Existing Sources" wizard (small Qt sample - calculator)

Workaround:
 replace C:/MinGW/msys/1.0/bin/make.exe on make.exe in Tools|Options
 remove cygwin (if cygwin exist, then NetBeans will use cygwin's make in any
case)
Comment 1 soldatov 2013-05-15 14:30:24 UTC
Scenario:
- Unpack project
- Call "C/C++ Project with Existing Sources" wizard
- Select Automatic mode
==> Project has broken code assistance, Output tab displays errors

"Makefile (Make) clean" tab:
--------------------------------------------------------------------
/c/test_projects/calculator/"C:/MinGW/msys/1.0/bin/make.exe" -f Makefile.Debug clean
/bin/sh: /c/test_projects/calculator/C:/MinGW/msys/1.0/bin/make.exe: No such file or directory
make.exe": *** [debug-clean] Error 127


MAKE FAILED (exit value 2, total time: 2s)
--------------------------------------------------------------------

"Makefile (Make)" tab:
--------------------------------------------------------------------
/c/test_projects/calculator/"C:/MinGW/msys/1.0/bin/make.exe" -f Makefile.Debug
/bin/sh: /c/test_projects/calculator/C:/MinGW/msys/1.0/bin/make.exe: No such file or directory
make.exe": *** [debug] Error 127


MAKE FAILED (exit value 2, total time: 1s)
--------------------------------------------------------------------
Comment 2 Egor Ushakov 2013-05-23 14:57:52 UTC
isn't this a duplicate of bug 228730?
Comment 3 soldatov 2013-05-23 16:01:10 UTC
(In reply to comment #2)
> isn't this a duplicate of bug 228730?
No. We fix most common scenario only.
Comment 4 Alexander Simon 2013-08-20 16:02:11 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/24e2a18de691
Comment 5 Alexander Simon 2013-09-02 07:22:26 UTC
*** Bug 235375 has been marked as a duplicate of this bug. ***