lightbend-labs / dbuild

Multi-project build tool, based on sbt.
https://lightbend-labs.github.io/dbuild
Other
83 stars 14 forks source link

Add an optional parameter to dbuild, to specify a desired target project #58

Closed cunei closed 10 years ago

cunei commented 11 years ago

Sometimes it is useful to use an existing dbuild configuration file to test repeatedly a single project; however, dbuild will now try to build the full list of projects listed. An optional parameter should be added to the dbuild command so that, after extraction, only the specified target and of its dependencies are rebuilt; the other unrelated projects should receive a status "DID NOT RUN (skipped)", while the build file as a whole (project ".") should be "FAILED (incomplete)", as it was only partially run.