for (Object o : this.includes) {
watcher.include(o.toString());
}
for (Object o : this.excludes) {
watcher.exclude(o.toString());
}
// setup builder
// Note: BuildLauncher only accepts the Task from .model package.
String[] tasks = generateTaskArguments(project, this.tasks);