Docs: export command added to changes

This commit is contained in:
Mark Harrah 2013-02-28 17:59:39 -05:00
parent 9d82718897
commit 85b6ff2c5c
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ Features
- New syntax for settings, tasks, and input tasks. Details below.
- Automatically link to external API scaladocs of dependencies by setting ``autoAPIMappings := true``. This requires at least Scala 2.10.1 and for dependencies to define ``apiURL`` for their scaladoc location. Mappings may be manually added to the ``apiMappings`` task as well.
- Support setting Scala home directory temporary using the switch command: ``++ /path/to/scala/home``.
- ``export`` command
* For tasks, prints the contents of the 'export' stream. By convention, this should be the equivalent command line(s) representation. ``compile``, ``doc``, and ``console`` show the approximate command lines for their execution. Classpath tasks print the classpath string suitable for passing as an option.
* For settings, directly prints the value of a setting instead of going through the logger
Fixes
-----