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 194778 - Provide a way of importing remote host and its toolchain
Summary: Provide a way of importing remote host and its toolchain
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 7.0
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-27 15:34 UTC by Vladimir Kvashin
Modified: 2011-03-07 19:13 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 2011-01-27 15:34:51 UTC
SolStudio needs a way of providing information about remote Solaris host and SolStudio that is installed on that host; this needs to be done without connection to host.
Comment 1 Vladimir Kvashin 2011-01-27 15:47:52 UTC
The prototype was already done in Sputnik. But it was broken after remote file system changed its internals. To avoid such cases, an api for this and unit test for it should be created in NetBeans.
Comment 2 Leonid Lenyashin 2011-03-07 11:31:10 UTC
Can not understand it. In Studio model we will pre-cook everything on server side. So how it can be broken due to RFS changes?
Comment 3 Vladimir Kvashin 2011-03-07 16:37:04 UTC
I agree, we can pre-cook anything in Studio, the idea was to make this accurate enough - so that the code that "knows" minute implementation details resides in the same place this implementation does. But we can do this in Studio in any case.
Comment 4 Leonid Lenyashin 2011-03-07 19:13:51 UTC
Why then is it a P2?