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 162829

Summary: File not found for project with external sources
Product: utilities Reporter: Petr Jiricka <pjiricka>
Component: Jump ToAssignee: Andrey Yamkovoy <kaktus>
Status: VERIFIED WORKSFORME    
Severity: blocker CC: alexeybutenko, tmysik
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Petr Jiricka 2009-04-16 13:18:27 UTC
1. Create a new PHP project, and on the project wizard panel, check the "Put NetBeans metadata into a separate
directory" checkbox.
2. Choose Navigate -> Go to File
3. Type 'index'
=> index.php is not found
Comment 1 Alexei Mokeev 2009-04-16 15:07:54 UTC
Petr, could you please check it on a build with the fix for 162144 ?

I just tried your scenario:

1. Fresh build from main-silver (e.g 1PM CET snapshot from 04/16)
2. Clean user dir
3. Create a new PHP project, and on the project wizard panel, check the "Put NetBeans metadata into a separate
directory" checkbox. 
4. Choose Navigate -> Go to File and type 'index'

index.php is shown.


Comment 2 Alexey Butenko 2009-04-16 15:14:18 UTC
I've just tried too, and it is work on latest build. => WORKSFORME
Comment 3 Petr Jiricka 2009-04-17 08:21:40 UTC
You are right, works for me now too.