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 - Need an easy way to retrieve *multiple* build results from remote host
Summary: Need an easy way to retrieve *multiple* build results from remote host
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.2
Hardware: All All
: P2 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-24 12:38 UTC by Vladimir Kvashin
Modified: 2016-01-17 17:06 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Possible fix (4.75 KB, patch)
2015-12-24 12:42 UTC, Vladimir Kvashin
Details | Diff
Better fix. The previous one can have negative side effects (3.78 KB, patch)
2016-01-13 10:19 UTC, Vladimir Kvashin
Details | Diff
Yet one more fix variation. Not for now, in any case (4.33 KB, patch)
2016-01-17 17:06 UTC, Vladimir Kvashin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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