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 257285

Summary: Need an easy way to retrieve *multiple* build results from remote host
Product: cnd Reporter: Vladimir Kvashin <vkvashin>
Component: RemoteAssignee: Vladimir Kvashin <vkvashin>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Possible fix
Better fix. The previous one can have negative side effects
Yet one more fix variation. Not for now, in any case

Description Vladimir Kvashin 2015-12-24 12:38:56 UTC
There was a similar issue 180666 (Need an easy way to retrieve build results from remote host) that is considered to be fixed.

The problem is that for one of my projects build results contain of multiple files (binary and shared library). The project is makefile-based.

So there is no way of getting back all build results when building remotely, so I have to do manual scp. This is very inconvenient as I need to build 7 different configurations.
Comment 1 Vladimir Kvashin 2015-12-24 12:42:50 UTC
Created attachment 157914 [details]
Possible fix
Comment 2 Vladimir Kvashin 2016-01-13 10:19:37 UTC
Created attachment 158111 [details]
Better fix. The previous one can have negative side effects
Comment 3 Vladimir Kvashin 2016-01-17 17:06:06 UTC
Created attachment 158161 [details]
Yet one more fix variation. Not for now, in any case