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 193251 - Allow projects on alternative file systems
Summary: Allow projects on alternative file systems
Status: RESOLVED INVALID
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks: 193249
  Show dependency tree
 
Reported: 2010-12-10 15:14 UTC by Vladimir Kvashin
Modified: 2011-04-20 10:19 UTC (History)
1 user (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 Vladimir Kvashin 2010-12-10 15:14:51 UTC
This is related to issue 188813 that is in turn necessary for Solaris Studio IDE.
User should be able to open a project that is located on remote host.
CND now supports an implementation of remote file system.
Project infrastructure should be capable of working with such projects too.

This issue is kind of an umbrella one. The particular known issue is issue 193249 - allow opening project on alternative file system. But my understanding is that there are a more thinhs to deal with, in particular recently used project list, opening projects on IDE startup, etc.
Comment 1 Jesse Glick 2010-12-10 15:45:43 UTC
(In reply to comment #0)
> This issue is kind of an umbrella one. The particular known issue is issue
> 193249 - allow opening project on alternative file system.

So that is open.

> But my understanding
> is that there are a more things to deal with, in particular recently used
> project list, opening projects on IDE startup, etc.

All these things should be based on URLs, not java.io.File paths, so should already work (though of course they are not being tested). You just need an appropriate URLMapper.
Comment 2 Vladimir Kvashin 2010-12-10 16:44:27 UTC
Agreed. URLs and UrlMappers for remote file system are already implemented, this should work.