Using ldcdiff#
Command-Line#
ldcdiff <project-file1> <project-file2> -report:[FileFormat] -reportFile:<report-file> -deltaviolations:<dviol-file>
ldcdiff is used to generate a difference report on two projects, with the “deltaviolations” option used to report just the changes in violations.
Examples#
ldcdiff <ProjectFilename1.ldz> <ProjectFilename2.ldz> -report:txt -reportFile:<ReportFilename>
Generates a complete report on the differences between the two projects.
ldcdiff <ProjectFilename1.ldz> <ProjectFilename2.ldz> -deltaviolations:<DeltaviolationsFilename>
Generate a report just on the difference in violations between the two projects.
File Format#
FileFormat:
txt,xml,html,excel
Success or Failure#
Return success or failure to the calling script, where failure is the inability to complete its processing.