sysmodellibs/sysmodelgen/doc/sysmodel/Command-lineOptions/Build-Control-options.html
changeset 7 3c36c452f013
equal deleted inserted replaced
6:5b32dc297d05 7:3c36c452f013
       
     1 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
       
     2     <!-- Generated by Xbuild version: 5.0.20 -->
       
     3     <head>
       
     4         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
       
     5 	<meta name="show-comments" content="" />
       
     6 	<title>Build Control Options in System Model Generator Command-line Options</title>    
       
     7 	<link href="../../_stock/css/reset.css" rel="stylesheet" type="text/css" />
       
     8 	<link href="../../_stock/css/portal.css" rel="stylesheet" type="text/css" />
       
     9 	<link href="../../_stock/css/iefix.css" rel="stylesheet" type="text/css" />
       
    10 	<link href="../../_stock/css/ui.tabs.css" rel="stylesheet" type="text/css" />
       
    11 	<link href="../../_stock/css/developer.css" rel="stylesheet" type="text/css" />
       
    12 	<link rel="stylesheet" type="text/css" href="../../_stock/css/ui.css" media="screen" />
       
    13 	<link rel="stylesheet" type="text/css" href="../../_stock/css/sysdoc.css" media="screen" />
       
    14 	<link rel="stylesheet" type="text/css" href="../../_stock/css/sdlplugin.css" media="screen" />
       
    15     </head>
       
    16     <body>
       
    17 	<div id="main_content">
       
    18 	    <table width="100%" cellpadding="0" cellspacing="0" border="0">
       
    19 		<tr>
       
    20 		    <td valign="top" width="100%">
       
    21 			<div id="main_content_txt">
       
    22 			    <div class="main_content_padding">		
       
    23                                 <div id="main">
       
    24                                     <div id="authoredContent">
       
    25                                         <div class="section">
       
    26 <a name="BuildControl"></a><h1>Build Control Options</h1><table class="TableWrap" border="1" cellpadding="1" cellspacing="0"><tr valign="top"><th>Options</th><th>Description</th></tr>
       
    27 
       
    28 <tr valign="top"><td class="Cell"><p><code>
       
    29 -csv_columns <var>outfile</var></code></p></td><td class="Cell"><p>Comma-separated list of columns to include in
       
    30                        the output CSV.  This does nothing if <code>-csv_output</code> is not present. By default (if 
       
    31 					   <code>-csv_columns</code> is not present), the columns will be
       
    32                        a sorted list of all attributes on all items.
       
    33 		</p></td></tr><tr valign="top"><td class="Cell"><p><code>
       
    34  -csv_labels <var>list</var></code></p></td><td class="Cell"><p>Comma-separated list of columns labels include
       
    35                        in the output CSV.  Do not use quotes or commas
       
    36                        in label names. This does nothing if <code>-csv_output</code>
       
    37                        is not present. If this list is shorter than <code>-csv_columns</code>, the remaining columns will use the
       
    38                        attribute name as the label.
       
    39 		</td></tr><tr valign="top"><td class="Cell"><p><code>
       
    40  -xml_output <var>outfile</var></code></p></td><td class="Cell"><p>The name of the file to save a combined system
       
    41                        definition XML. Only items shown in the built
       
    42                        system model will be included.
       
    43 		</td></tr><tr valign="top"><td class="Cell"><p><code>
       
    44  -w <var>number</var></code></p></td><td class="Cell"><p>Warning levels</p>.
       
    45 		  <ul> 
       
    46 			<li>
       
    47  
       
    48 			  <p>
       
    49 				<code>-w 1</code>: displays errors only (default) 
       
    50 			  </p> 
       
    51 			</li>
       
    52  
       
    53 			<li>
       
    54  
       
    55 			  <p>
       
    56 				<code>-w 2</code>: displays warnings as well as errors 
       
    57 			  </p> 
       
    58 			</li>
       
    59  
       
    60 			<li>
       
    61  
       
    62 			  <p>
       
    63 				<code>-w 3</code>: displays info messages, warnings and errors.
       
    64 				
       
    65 			  </p> 
       
    66 			</li>
       
    67  
       
    68 			<li>
       
    69  
       
    70 			  <p>
       
    71 				<code>-w 4</code>: displays info messages, warnings and errors
       
    72 				along with deep syntax validation and reporting. 
       
    73 			  </p> 
       
    74 			  <p>
       
    75 				<b>Note</b>: This option can take a long time in
       
    76 				computation so do not use this warning level by default. 
       
    77 			  </p> 
       
    78 			</li>
       
    79  
       
    80 		  </ul>
       
    81 
       
    82 		</td></tr><tr valign="top"><td class="Cell"><p><code>
       
    83  -lowmem  </code></p></td><td class="Cell"><p>Build the model storing more data in the temp
       
    84                        directory and using less runtime memory. If
       
    85                        building fails due to an out of memory
       
    86                        condition, try running again with the <code>-lowmem</code>
       
    87                        option.
       
    88 		</p></td></tr><tr valign="top"><td class="Cell"><p><code>
       
    89  -clean          </code></p></td><td class="Cell"><p>      Caution: if set,  it will delete the contents of
       
    90                        the temporary directory.
       
    91 		</p></td></tr><tr valign="top"><td class="Cell"><p><code>
       
    92  -compress      </code></p></td><td class="Cell"><p>       If set, it will attempt to compress the output
       
    93                        as an SVGZ file. In order to succeed gzip must
       
    94                        be installed and in the <code>PATH</code>. This will also
       
    95                        rename the output file from filename.svg to
       
    96                        filename.svgz.
       
    97 	</p>	</td></tr><tr valign="top"><td class="Cell" id="tempdir"><p><code>
       
    98  -tempdir <var>dir</var>    </code></p></td><td class="Cell"><p>    Temporary directory for build files. Defaults
       
    99                        to <code>drawsvg_temp</code>
       
   100 	</p>	</td></tr><tr valign="top"><td class="Cell"><p><code>
       
   101  -output <var>outfile</var>  </code></p></td><td class="Cell"><p>   The name of the file to save the built System
       
   102                        Model SVG. If in the format filename.svgz, it
       
   103                        will attempt to compress the file. If
       
   104                        compression is not supported, it will rename the
       
   105                        output to filename.svg. Defaults to sysmodel.svg
       
   106                        or sysmodel.svgz if <code>-compress</code> is set. Defaults
       
   107                        to "sysmodel.svg"
       
   108 	</p>	</td></tr><tr valign="top"><td class="Cell"><p><code>
       
   109  -csv_output <var>outfile</var> </code></p></td><td class="Cell"><p>The name of the file to save a CSV description
       
   110                        of the built System Model. Only items shown on
       
   111                        the system model will be included.
       
   112 	</p>	</td></tr><tr valign="top"><td class="Cell"><p><code>
       
   113  -xslt-param  <var>param</var> <var>string-value</var>    </code></p></td><td class="Cell"><p>     Advanced: Parameters to feed directly to the
       
   114                        XSLT transforms. Can specify multiple times.
       
   115 	</p>	</td></tr><tr valign="top"><td class="Cell"><p><code>
       
   116  -dictionary <var>file/uri</var> </code></p></td><td class="Cell"><p>A term dictionary file used to semi-
       
   117                        intelligently generate the abbreviations for the
       
   118                        names of system model entries. Anything
       
   119                        mentioned in the Localization files overrides
       
   120                        generated abbreviations.
       
   121 	</p>	</td></tr><tr valign="top"><td class="Cell"><p><code>
       
   122  -log <var>outfile</var>   </code></p></td><td class="Cell"><p>     File in which to store output. Defaults to
       
   123                        stdout
       
   124 	</p>	</td></tr></table><div class="section">
       
   125 <h2> See also</h2><p>
       
   126 		<a href="Basic-Options.html#Basicoptions">Basic Options</a> 
       
   127 	  </p><p>
       
   128 		<a href="Files-or-uri-options.html#fileorurioptions">Files or URIs Options</a> 
       
   129 	  </p><p>
       
   130 		<a href="Labels-options.html#labeloptions">Labels Options</a> 
       
   131 	  </p><p>
       
   132 		<a href="Model-Control-options-ref.html#modelcontrol">Model Control Options</a> 
       
   133 	  </p></div>
       
   134 </div>
       
   135 
       
   136                                     </div>
       
   137                                     <div id="printer_copyright">
       
   138                                         <div id="printer_copyright_padding">
       
   139                                             Copyright &copy;2009&nbsp; Nokia Corporation and/or its subsidiary(-ies). All rights reserved. License: <a href="http://www.symbianfoundation.org/legal/sfl-v10.html">SFL</a>
       
   140                                         </div>
       
   141                                     </div>
       
   142                                 </div>
       
   143 			    </div>
       
   144 			</div>
       
   145 		    </td>
       
   146 		</tr>
       
   147 	    </table>
       
   148 	    <div style="clear: both"></div>
       
   149 	</div>
       
   150 	<div id="includedFooter">
       
   151 	    <div id="devnet_footer">
       
   152             <div style="float: left;">Copyright &copy;2009&nbsp; Nokia Corporation and/or its subsidiary(-ies). All rights reserved. License: <a href="http://www.symbianfoundation.org/legal/sfl-v10.html">SFL</a>.&nbsp;</div>
       
   153             <div id='BUILD_VERSION'></div>
       
   154 	    </div>
       
   155 	</div>
       
   156 </body>
       
   157 </html>