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 159171 - Permit definition of cnd's "remote" ssh commands
Summary: Permit definition of cnd's "remote" ssh commands
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-25 20:15 UTC by williamsma
Modified: 2009-03-13 09:52 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 williamsma 2009-02-25 20:15:28 UTC
It would be a nice feature if what are currently hard-coded U*X (bash) command strings within the 
org.netbeans.modules.cnd.remote.support modules could be externalized into some sort of editable tagged table or 
similar (XML?).  This would permit adapting the C/C++ Remote development support for other command shells / operating 
systems than the current SunOS and Linux remote back ends without having to override / replace org-netbeans-modules-cnd-
remote.jar.  My specific interest is in adapting cnd "remote" for an OpenVMS back end.  OpenVMS has a bash shell 
available via GNV, but the GNV environment (especially the file paths) is not close enough to a true U*X / bash 
environment to permit the current cnd remote command implementation to work.