You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@buildr.apache.org by Kristof Jozsa <kr...@gmail.com> on 2010/12/08 12:03:09 UTC

Transitive project dependencies

Hi,

how can I set a project dependency which should get included in a transitive
way? eg. I have something like:

compile.with projects(:A, :B)

where 'B' should get its own dependencies packed into the current project
(which refers it like above) as well. As an other question, is it possible
to set transitive dependencies the default somehow? (was it already
considered as a mean default?)

thanks,
K