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 78193

Summary: "Build Project" throws dead loop
Product: cnd Reporter: geng <geng>
Component: -- Other --Assignee: issues@cnd <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description geng 2006-06-16 21:46:45 UTC
"New Project" -> "C/C++ Project with Existing Makefile" -> (Project Name and 
Location) Next -> (Bild Actions) Next -> (Source File Folders) add path 
to "litesql-0.3.2" sorce folder
From speed menu on created project run "Build Project" -> throws dead loop 
with following messages in output:

make -f nbproject/Makefile-Default.mk SUBPROJECTS= .build-conf
make[1]: Entering directory `/cygdrive/c/a/MakefileProject4'
cd .;\
make -f Makefile
make[2]: Entering directory `/cygdrive/c/a/MakefileProject4'
make -f nbproject/Makefile-Default.mk SUBPROJECTS= .build-conf
make[3]: Entering directory `/cygdrive/c/a/MakefileProject4'
cd .;\
make -f Makefile
make[4]: Entering directory `/cygdrive/c/a/MakefileProject4'
make -f nbproject/Makefile-Default.mk SUBPROJECTS= .build-conf
make[5]: Entering directory `/cygdrive/c/a/MakefileProject4'
cd .;\
make -f Makefile
make[6]: Entering directory `/cygdrive/c/a/MakefileProject4'
make -f nbproject/Makefile-Default.mk SUBPROJECTS= .build-conf
make[7]: Entering directory `/cygdrive/c/a/MakefileProject4'
cd .;\
make -f Makefile
make[8]: Entering directory `/cygdrive/c/a/MakefileProject4'
.................
and so on...

P.S: tested on Windows XP and sparc-Solaris 9
Comment 1 Thomas Preisler 2006-06-16 23:44:13 UTC
Fixed. Added a check for default values.
Comment 2 dnikitin 2008-01-29 17:08:07 UTC
Verified in NetBeans IDE Dev (Build 200801290002)

Wizard was changed and issue is not reproduced