Details
-
Wish
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3.2
-
None
-
None
Description
Currently, the 'default' task is only a top level task. This means that I can't set default tasks per project that will be called when the user just runs the build. If all projects are in the same "family" (e.g., all are java), it isn't such an issue, because of recursive tasks. But if projects are not of the same family, then they may not have the same set of tasks (or they may not make sense).
I suggest making 'default' a recursive task, with an ability to change its dependencies in the project definition