From 59343313f1d82096079d1ed0349592b3ebffcf05 Mon Sep 17 00:00:00 2001 From: Grzegorz Kossakowski Date: Tue, 25 Jun 2013 23:46:15 -0700 Subject: [PATCH] Convert table in cmd line reference to a real rST table. Previous table was mix of reStructuredText and html produced by automatic conversion tool. The result was rather unreadable and very hard to edit. I converted the table to native reStructuredText's table. --- .../Command-Line-Reference.rst | 359 ++---------------- 1 file changed, 37 insertions(+), 322 deletions(-) diff --git a/src/sphinx/Detailed-Topics/Command-Line-Reference.rst b/src/sphinx/Detailed-Topics/Command-Line-Reference.rst index c61f8217c..6979d4c1f 100644 --- a/src/sphinx/Detailed-Topics/Command-Line-Reference.rst +++ b/src/sphinx/Detailed-Topics/Command-Line-Reference.rst @@ -182,325 +182,40 @@ System properties can be provided either as JVM options, or as SBT arguments, in both cases as ``-Dprop=value``. The following properties influence SBT execution. Also see :doc:`Launcher`. -.. raw:: html - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. raw:: html - - - - - ++------------------------------+-----------+---------------------+----------------------------------------------------+ +| Property | Values | Default | Meaning | ++==============================+===========+=====================+====================================================+ +| ``sbt.log.noformat`` | Boolean | false | If true, disable ANSI color codes. Useful on build | +| | | | servers or terminals that don't support color. | ++------------------------------+-----------+---------------------+----------------------------------------------------+ +| ``sbt.global.base`` | Directory | ~/.sbt | The directory containing global settings and | +| | | | plugins | ++------------------------------+-----------+---------------------+----------------------------------------------------+ +| ``sbt.ivy.home`` | Directory | ~/.ivy2 | The directory containing the local Ivy repository | +| | | | and artifact cache | ++------------------------------+-----------+---------------------+----------------------------------------------------+ +| ``sbt.boot.directory`` | Directory | ~/.sbt/boot | Path to shared boot directory | ++------------------------------+-----------+---------------------+----------------------------------------------------+ +| ``sbt.main.class`` | String | | | ++------------------------------+-----------+---------------------+----------------------------------------------------+ +| ``xsbt.inc.debug`` | Boolean | false | | ++------------------------------+-----------+---------------------+----------------------------------------------------+ +| ``sbt.version`` | Version | 0.11.3 | sbt version to use, usually taken from | +| | | | project/build.properties | ++------------------------------+-----------+---------------------+----------------------------------------------------+ +| ``sbt.boot.properties`` | File | | | ++------------------------------+-----------+---------------------+----------------------------------------------------+ +| ``sbt.override.build.repos`` | Boolean | false | If true, repositories configured in a build | +| | | | definition are ignored and the repositories | +| | | | configured for the launcher are used instead. See | +| | | | ``sbt.repository.config`` and the :doc:`Launcher` | +| | | | documentation. | ++------------------------------+-----------+---------------------+----------------------------------------------------+ +| ``sbt.repository.config`` | File | ~/.sbt/repositories | A file containing the repositories to use for the | +| | | | launcher. The format is the same as a | +| | | | ``[repositories]`` section for a :doc:`Launcher` | +| | | | configuration file. This setting is typically used | +| | | | in conjuction with setting | +| | | | ``sbt.override.build.repos`` to true (see previous | +| | | | row and the :doc:`Launcher` documentation). | ++------------------------------+-----------+---------------------+----------------------------------------------------+
- -*Property* - -.. raw:: html - - - -*Values* - -.. raw:: html - - - -*Default* - -.. raw:: html - - - -*Meaning* - -.. raw:: html - -
- -``sbt.log.format`` - -.. raw:: html - - - -Boolean - -.. raw:: html - - - -unset - -.. raw:: html - - - -If true, enable ANSI escape codes such as colors. -If false, disable them, which can be useful on build servers or terminals -that don't support color. -If unset, whether to use escape codes is automatically detected. - -.. raw:: html - -
- -``sbt.global.base`` - -.. raw:: html - - - -Directory - -.. raw:: html - - - -``~/.sbt`` - -.. raw:: html - - - -The directory containing global settings and plugins - -.. raw:: html - -
- -``sbt.ivy.home`` - -.. raw:: html - - - -Directory - -.. raw:: html - - - -``~/.ivy2`` - -.. raw:: html - - - -The directory containing the local Ivy repository and artifact cache - -.. raw:: html - -
- -``sbt.boot.directory`` - -.. raw:: html - - - -Directory - -.. raw:: html - - - -``~/.sbt/boot`` - -.. raw:: html - - - -Path to shared boot directory - -.. raw:: html - -
- -``sbt.main.class`` - -.. raw:: html - - - -String - -.. raw:: html - -
- -``xsbt.inc.debug`` - -.. raw:: html - - - -Boolean - -.. raw:: html - - - -false - -.. raw:: html - -
- -``sbt.version`` - -.. raw:: html - - - -Version - -.. raw:: html - - - -0.11.3 - -.. raw:: html - - - -sbt version to use, usually taken from project/build.properties - -.. raw:: html - -
- -``sbt.boot.properties`` - -.. raw:: html - - - -File - -.. raw:: html - -
- -``sbt.override.build.repos`` - -.. raw:: html - - - -Boolean - -.. raw:: html - - - -false - -.. raw:: html - - - -If true, repositories configured in a build definition are ignored and -the repositories configured for the launcher are used instead. See -``sbt.repository.config`` and the :doc:`Launcher` documentation. - -.. raw:: html - -
- -``sbt.repository.config`` - -.. raw:: html - - - -File - -.. raw:: html - - - -~/.sbt/repositories - -.. raw:: html - - - -A file containing the repositories to use for the launcher. The format -is the same as a ``[repositories]`` section for a :doc:`Launcher` -configuration file. This setting is typically used in conjuction with -setting ``sbt.override.build.repos`` to true (see previous row and the -:doc:`Launcher` documentation). - -.. raw:: html - -