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 188813 - Full remote
Summary: Full remote
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on: 190299 190300 193249 190262 193253 195237
Blocks:
  Show dependency tree
 
Reported: 2010-07-21 09:12 UTC by Vladimir Kvashin
Modified: 2011-11-25 08:12 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2010-07-21 09:12:49 UTC
There are two possible scenarios of remote development:

1) source code initially reside on the local machine; it is copied to the remote one and built/run/debugged there

2) source code initially reside on the remote machine; the code should be accessible from the local one to make it possible to browse, edit, use code model features.

For now only 1-st scenario is supported.

However, the 2-nd one is pretty common, especially for Sun Studio users and other enterprise developers.

So it should be supported as well.