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 161378

Summary: PlatformInfo shouldn't get particular variabes via getting ineffective
Product: cnd Reporter: Vladimir Kvashin <vkvashin>
Component: RemoteAssignee: Vladimir Kvashin <vkvashin>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Vladimir Kvashin 2009-03-27 18:09:10 UTC
In order to get one environment variable, such as $PATH, on remote host
org.netbeans.modules.cnd.api.utils.PlatformInfo gets all evvirnoment from that host and analyzes it. 
It should better get result of one command like "echo $PATH" instead of getting the entire environment from the host.