Bug 82258 - Visualiser doesn't display when run on a mapped network drive
Summary: Visualiser doesn't display when run on a mapped network drive
Status: RESOLVED FIXED
Alias: None
Product: AJDT
Classification: Tools
Component: Core (show other bugs)
Version: 1.2.0 M2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 1.2.0 M3   Edit
Assignee: Matt Chapman CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-05 12:04 EST by Matt Chapman CLA
Modified: 2005-01-18 12:20 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Chapman CLA 2005-01-05 12:04:07 EST
If a shared network folder is mapped to a windows drive, e.g. "t:", and Eclipse
is run from that, then nothing displays in the visualiser (from the AJDT provider).

The cause appears to be in ProjectProperties.findResource(), where it's
comparing pathnames, but one begins "t:" and the other "T:" so they do not match
when they should.
Comment 1 Matt Chapman CLA 2005-01-18 12:20:37 EST
Fixed