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 270706 - In Full Remote mode "C/C++/Fortran Project with Existing Sources" wizard doesn't build project too often
Summary: In Full Remote mode "C/C++/Fortran Project with Existing Sources" wizard does...
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.2
Hardware: PC Solaris
: P2 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-22 10:07 UTC by soldatov
Modified: 2017-05-22 12:55 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 soldatov 2017-05-22 10:07:52 UTC
I see this bug in Desktop Distribution on Windows

Makefile:
=====================================
test: test.cpp
	g++ -g -o test test.cpp

clean:
	rm -f test.exe test
=====================================

test.cpp
=====================================
int main() {
  return 0;
}
=====================================

Scenario:
- Create /net/host/..../TestProject with Makefile a test.cpp
- Create /net/host/..../TestProject2 with Makefile a test.cpp
- Add some Sparc remote host
- Push File|Create Remote C/C++ Project|<some host> menu item
- Select "C/C++/Fortran|C/C++/Fortran Project with Existing Sources"
- Press Next button
- Specify remote folder with existing sources (/net/host/..../TestProject)
- Press Finish button
==> IDE builds project
- Push File|Create Remote C/C++ Project|<some host> menu item
- Select "C/C++/Fortran|C/C++/Fortran Project with Existing Sources"
- Press Next button
- Specify remote folder with existing sources (/net/host/..../TestProject2)
- Press Finish button
==>
1) IDE doesn't build new project
2) In Projects tab I see "Important Files|Makefile" and "Important Files|launcher.properties" node only
3) Checkbox Code Assistance|C/C++ Code Assistance... is switched off

Workaround: build project and switch on "Code Assistance|C/C++ Code Assistance..." checkbox