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 - User can't use launchers in SFTP mode
Summary: User can't use launchers in SFTP mode
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: Dev
Hardware: PC Other
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-12 20:02 UTC by soldatov
Modified: 2017-09-14 15:35 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-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