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

Summary: Shell script support should be moved from CND
Product: cnd Reporter: Ondrej Brejla <obrejla>
Component: executionAssignee: ilia
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.