Changes between Version 23 and Version 24 of Doc/SCDB/Usage


Ignore:
Timestamp:
Aug 18, 2009, 8:16:12 AM (15 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/SCDB/Usage

    v23 v24  
    189189ant -Dpan.debug.exclude='.*/spma/.*|pan/.*' -Dpan.debug.include='.*'
    190190}}}
     191
     192
     193== Configuring SCDB Ant Tools ==
     194
     195It is possible to use the file `quattor.build.properties` in SCDB instance root directory (the same directory as the one where `quattor.build.xml` resides) to customize default configuration values used by SCDB Ant tools. Lines in this file must have the format `key=value`, with `#` as the comment delimiter. Not that everything after `=` is considered part of the value, including leading spaces, quotes and doubles quotes (quotes are not interpreted as a string delimiter).
     196
     197''Note: if you cannot see `quattor.build.properties` changes with `svn status` or if this file is flagged as `I` (ignored), check SVN property `svn:ignore` on SCDB root directory, as it used to be recommended to put this file in the list of file that should be ignored. You can use the following command to check and change `svn:ignore`:''
     198{{{
     199svn propedit svn:ignore . [--editor-cmd vi]
     200}}}
     201
     202The configuration options (called `properties`) available are documented at the beginning of `quattor.build.xml`. They allow to customize much of the layout used to organize and locate templates. It is recommended to avoid unnecessary changes as it may become more difficult to troubleshoot problems.