try {
        taskFunction = taskFactory(gulp, config.paths, taskOptions, cliOptions);
    } catch(err) {
        util.log('Could not initialize task function "' + taskName +'" from "' + taskFile + '":');
        util.log(err);