How to call a projects task, that is in subdirectory ? For ex. the current directory is A, where is a buildfile.
How from this buildfile is called project/task, which buildfile is
in directory A/B/C ?
The notation
compile.with projects('B\C\projX')
won't work
