Ok, now things get intersting.
Is there any way to execute a target from within a task?
I try to get rid of the "additional" .build files.
My idea is:
* Every project has a central .build file, that includes the "main" build file with the standard behavior.
* The project can define additional targets that get executed at certain points. IF they are there - means I need to check this in code.
The idea is that the user thus has a number of extension points where he can add in additional targets to be executed.
Thomas