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 - File not found for project with external sources
Summary: File not found for project with external sources
Status: VERIFIED WORKSFORME
Alias: None
Product: utilities
Classification: Unclassified
Component: Jump To (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Andrey Yamkovoy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-16 13:18 UTC by Petr Jiricka
Modified: 2009-04-17 08:21 UTC (History)
2 users (show)

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 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.