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 140346

Summary: Can't create project with existing sources
Product: php Reporter: Mikhail Matveev <mikhailmatveev>
Component: ProjectAssignee: Tomas Mysik <tmysik>
Status: VERIFIED FIXED    
Severity: blocker CC: pjiricka
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Log file

Description Mikhail Matveev 2008-07-16 16:17:53 UTC
After pressing Finish button in New PHP Project with Existing Sources wizard, it freezes at 80% (status: Creating index
file).
This happens for different projects.

Product Version: NetBeans IDE Dev (Build 2008-07-16_12-32-17)
Java: 1.6.0_04; Java HotSpot(TM) Client VM 10.0-b19
System: Windows XP version 5.1 running on x86; Cp1251; ru_RU (nb)
Comment 1 Tomas Mysik 2008-07-16 16:56:51 UTC
Please attach messages.log file so I can investigate. BTW have you tried it with a clean userdir? Thanks.
Comment 2 Mikhail Matveev 2008-07-16 17:20:54 UTC
Created attachment 64724 [details]
Log file
Comment 3 Mikhail Matveev 2008-07-16 17:21:38 UTC
Attached.
Yes, I tried with clear userdir.
Comment 4 Tomas Mysik 2008-07-16 17:34:50 UTC
You have existing sources with existing index.php file - right?
Comment 5 Mikhail Matveev 2008-07-16 17:43:15 UTC
No. I select some of existing PHP files as the index file.
Comment 6 Tomas Mysik 2008-07-18 09:34:51 UTC
*** Issue 140679 has been marked as a duplicate of this issue. ***
Comment 7 Tomas Mysik 2008-07-18 09:44:13 UTC
Fixed, please verify.
http://hg.netbeans.org/main?cmd=changeset;node=3aaa55c31aff
Comment 8 Mikhail Matveev 2008-07-18 12:43:36 UTC
Verified