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 191600 - Can not run fully remote project
Summary: Can not run fully remote project
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 7.0
Hardware: PC Linux
: P2 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-03 13:51 UTC by Alexander Pepin
Modified: 2010-11-07 18:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pepin 2010-11-03 13:51:22 UTC
Steps to reproduce:
- add remote Sparc development host
- create fully remote project with sources on Solaris x86 host
- choose GNU tool collection (see bug #191570)
- build the project, OK
- try run the remote project
Result: "Select executable" dialog appears (see also bug# 191599) but it's unclear where I should find the executable on the host where sources are or on the development host.
 Then I opened project properties and found that Build/Make/WorkingDirectory points to executable! Why???
 I copied the absolute path to executable to BuildResult field and tried to run the project once again but I got an error window complaining that my executable "does not exist or is not an executable". Then I call "file" on this file I got:
 "ELF 32-bit MSB executable SPARC Version 1, dynamically linked, not stripped". Moreover I successfully ran that file from the console on remote host.
Comment 1 Alexander Pepin 2010-11-03 14:08:25 UTC
One more bug:
Select executable dialog does not show executable neither using "Elf Executable Files" filter nor using "All Files".
Comment 2 Vladimir Kvashin 2010-11-03 21:43:20 UTC
The fix touches too many places that are common for full remote and ordinary remote and even local execution. That's why I believe it isn't safe enough to push it until beta is done.
Comment 3 Vladimir Kvashin 2010-11-07 18:43:53 UTC
fixed in cnd-main
http://hg.netbeans.org/cnd-main/rev/2970aa67f590