sbt/project/build
Mark Harrah 1fef28d812 a standard task system on top of the 'tasks' module
map, flatMap on single/parallel tasks
dependsOn for side-effect-only dependencies
variants to handle failure- operations similar to catch/finally
fork, join, reduce, ...
initial structure to handle tags, needs to be moved to generic map
per-task streams:
  file-backed, named input/output streams and readers
  keyed by task name
  grab streams of current task or another task's streams
  pipe between tasks, ProcessBuilders (partially unify tasks/processes)
access to command line, current State from any task
multi-project aggregation controllable per-task

open issue: overloading #| with multiple type classes does not work
2010-08-14 09:55:49 -04:00
..
Helpers.scala Moved installer plugin into main sbt build 2010-04-23 18:50:27 -04:00
InstallExtractProject.scala Moved installer plugin into main sbt build 2010-04-23 18:50:27 -04:00
InstallerProject.scala Moved installer plugin into main sbt build 2010-04-23 18:50:27 -04:00
LauncherProguard.scala more 2.8 updates, launcher compiles and runs with 2.8 2010-06-15 20:38:18 -04:00
ProguardProject.scala more 2.8 updates, launcher compiles and runs with 2.8 2010-06-15 20:38:18 -04:00
SbtProject.scala * move Environment classes to util/env module 2010-07-14 19:24:50 -04:00
Sxr.scala post-release bumps and changes 2010-05-16 21:33:27 -04:00
XSbt.scala a standard task system on top of the 'tasks' module 2010-08-14 09:55:49 -04:00