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 - "Build Project" throws dead loop
Summary: "Build Project" throws dead loop
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-16 21:46 UTC by geng
Modified: 2008-01-29 17:08 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 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