Changes between Version 1 and Version 2 of Development/Templates/Debugging


Ignore:
Timestamp:
May 22, 2007, 5:24:44 PM (18 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Michel Jouvin/emailAddress=jouvin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Development/Templates/Debugging

    v1 v2  
    1414
    1515Main SCDB Tool consist of `ant` task, written in Java. These tasks may print additional information for debugging, using the following flags :
    16  * compile.debug.task : debug compilation task (not the compiler). ''Works with panc v7+ only.''
    17  * deploy.debug.task : debug task associated with `deploy` target.
    18  * rep.debug.task : debug task associated with `update.rep.templates` target.
     16 * compile.debug.task : debug compilation task (not the compiler). Value must be a non 0 integer : the greater the value, the more verbose the output... ''Works with panc v7+ only.''
     17 * deploy.debug.task : debug task associated with `deploy` target if `"true"`.
     18 * rep.debug.task : debug task associated with `update.rep.templates` target if `"true"`.
    1919
    2020To enable one of these flags, use `-D` option with `ant` command. For example :
    2121{{{
    22 ant -Dcompile.debug.task="true"
     22ant -Dcompile.debug.task=1
    2323}}}