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 251639 - Can't open a full remote project if the project directory previously did not contain nbproject
Summary: Can't open a full remote project if the project directory previously did not ...
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.1
Hardware: PC All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-03 18:26 UTC by Alexander Pepin
Modified: 2017-05-10 14:57 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 2015-04-03 18:26:53 UTC
Steps to reproduce:
- outside IDE copy any makefile based project (e.g. Quote_mkfb) to any directory on the remote host and remove 'nbproject' folder from the project directory
- run IDE
- add a remote host
- press 'Open Remote C/C++ Project' on the toolbar
- in the 'Open Project' dialog (file chooser) select the project folder (it does not have Project icon, just a folder) and press 'Open Project' button, the dialog gets closed, the project is not opened. There is difference in behavior in comparison with a local project!!! Local project chooser just opens a folder in that case, the remote one should do the same!!!
- copy the real nbproject folder to the project directory, now it should be a working Qoute_mkfb project
- once again call 'Open Remote C/C++ Project' dialog
- in the 'Open Project' dialog (file chooser) select the project folder (now it has Project icon!!!) and press 'Open Project' button
Result: The 'Open Project' dialog gets closed, the project is not opened. There is no way to open the project any more, neither switching to localhost and back neither re-connection to the host does not help. The only way is to create any new project (I created a local project). After that the full remote project can be opened.