XClarify Console

    XClarify command line options


    If XClarify is installed in your Applications folder, you can execute the console using the following command line:
    /Applications/XClarify.app/Contents/MacOS/XClarify options

    Options:

    MANDATORY

    • The path to the input Xml XClarify project file.
      It must be specified as the first argument. If you need to specify a path that contains a space character use double quotes ".. ..". Relative paths are not supported. These remarks also apply to paths provided with options /OutDir and /XslForReport.

    OPTIONAL

    • /ViewReport: to view the HTML report
    • /Silent: to disable output and eventual calls to Console.Read() on console
    • /HideConsole: to hide the console window.
    • /FullAnalysis: launch the full analysis.
    • /LogTrendMetrics: to force log trend metrics.
    • /XslForReport xlsFilePath: to provide your own Xsl file used to build report. The path specified must be absolute.
    • /OutDir dir : to override the output dir specified in the XClarify project file. The dir specified must be absolute. XClarify won't work on the machine where you used XClarify with the option /OutDir because XClarify is not aware of the output dir specified and will try to use the output dir specified in your XClarify project file.
    • /EmitXClarifyBinXml: to emit the file XClarify.bin.xml XClarify.bin.xml is an xml file that contains the dependencies graph of your application. It can be used for your own purpose. XClarify uses XClarify.bin which is a GZipStream compressed version of XClarify.bin.xml.
    • /Help: to display the current help on console