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 240968 - Full remote on Windows: empty source root when creating a full remote project from binary
Summary: Full remote on Windows: empty source root when creating a full remote project...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project Discovery (show other bugs)
Version: 8.0
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-26 11:01 UTC by Vladimir Kvashin
Modified: 2014-02-08 04:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
test code (89.22 KB, application/zip)
2014-01-26 11:01 UTC, Vladimir Kvashin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2014-01-26 11:01:25 UTC
Created attachment 144375 [details]
test code

Unzip attached code on a remote Linux host. Make sure this host has Studio 12.3 or later. Choose "Create project from Binary". It recognizes everything but source root correctly. But source root field is empty. (Although the example is very simple, and source root is obvious)
Comment 1 Vladimir Kvashin 2014-01-27 08:08:25 UTC
I finally found that remote discovery just does not work with binaries that are built with GNU, that was the reason of such behaviour.

But in such case IDE should somehow tell me about that. Othereise user will spend a lot of time trying to get it work (and that's what I did!), while IDE knows for sure that's absolutely impossible.

So the proposal is to display a warning like the one that is shown if no Studio is found on remote host.
Comment 2 Alexander Simon 2014-02-07 12:09:39 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/e159efb42202

Vladimir, please verify the fix.
Comment 3 Quality Engineering 2014-02-08 04:29:31 UTC
Integrated into 'main-silver', will be available in build *201402080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e159efb42202
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #240968 Full remote on Windows: empty source root when creating a full remote project from binary