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 271465

Summary: User can't use launchers in SFTP mode
Product: cnd Reporter: soldatov <soldatov>
Component: RemoteAssignee: Vladimir Kvashin <vkvashin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: PC   
OS: Other   
Issue Type: DEFECT Exception Reporter:

Description soldatov 2017-09-12 20:02:55 UTC
Scenario:
- Launch NetBeans on Windows
- Add remote host (select SFTP mode)
- Create Welcome project
- Call Project Properties window
- Select Launchers category and press New button
- add echo "ABC" to "Launcher Name", "Build Command" and "Run Directory" fields
- Press OK button
- Check Build|launcher1000
==> OK
- Check Run|launcher1000 and Debug|launcher1000
==> /home/....../echo "ABC"/echo does not exist or is not an executable