Metadata
- Source
- KETTLE-9
- Type
- Sub-task
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- N/A
- Reporter
- Colin Clark
- Created
2009-09-26T22:25:30.000-0400 - Updated
2014-03-03T14:22:46.535-0500 - Versions
- N/A
- Fixed Versions
-
- 0.3
- Component
- N/A
Description
At the moment, a Kettle app can specify only a single includes file (specifying an array instead of a string for the "includes" property throws an exception). This means that each application has to copy-paste the standard set of Kettle JS includes into its include file.
Instead, perhaps we should have a global or standard includes file available to users, and allow applications to specify more than one includes file so that they can more easily reuse the defaults and supply their own includes on top.
Attachments
Comments
-
Michelle D'Souza commented
2009-12-01T15:16:27.000-0500 I'm putting up a patch that will handle an array of includes files instead of a single string. This is perhaps not enough - we would likely want to support either a single string or an array of file names.
-
Michelle D'Souza commented
2010-03-29T21:18:22.000-0400 I think this work is done in the ENGAGE-208 branch.
-
Antranig Basman commented
2013-08-13T14:01:21.690-0400 "new new Kettle" provides standard ways to modularise dependencies (in the form of the "modules" directive in a "config") for app-specific includes.