> PS: If you really want to override the default, you can do something
> along the lines of,
This will change the behavior of "build" even when buildr is invokved
within a subproject, correctly? E.g. "cd webapp2", "buildr" would end
up invoking outside-project:webapp1:build, right? If so, you're right,
that would be fairly unintuitive.
Maybe something like:
task("outside-project:build").clear.enhance
["outside-project:webapp-1:build"]
Would accomplish getting webapp-1 to be the "default" project built,
but only if you're in the outside-project root directory when buildr
is invoked?
- Stephen