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 228644 - Shell script support should be moved from CND
Summary: Shell script support should be moved from CND
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-17 07:41 UTC by Ondrej Brejla
Modified: 2017-04-25 16:32 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Brejla 2013-04-17 07:41:20 UTC
Not just CND users use .sh scripts. If one has e.g. a PHP project with some shell scripts to run something, one really don't want to download and enable whole CND support.

It's absolutely wrong and uncomfortable. Maybe it should be in the IDE cluster?
Comment 1 Andrew Krasny 2013-07-25 11:29:10 UTC
Ondrej, 

currently cnd.script module depends on cnd core and cnd.utils modules. Mostly because of Makefiles support. The module could be split into two modules - one is for .sh/.bat support (and move it to the ide cluster) and another one is for Makefiles support (leave it in cnd cluster).
Would it be a desirable solution?
Comment 2 Ondrej Brejla 2013-07-25 11:40:42 UTC
Definitely yes, thanks.