PDA

View Full Version : Folder-report works OK, but the File-report ?


ltcherni
16-Jan-2004, 08:52 AM
I am using with success the Folder-report in a simple but usufull script. But I am still failling to use the File-report.
Even by using before the commands:
select all
expand all
compare

there is no action done by the File-report to show me what are the diff inside the file I choose.
My script is as followed:
log verbose
load %1 %2
folder-report layout:side-by-side output-to:RapportFolder.html output-options:html-color
select all
compare
<font color="red"> file-report layout:side-by-side layout-options:display-all output-to:RapportFile.html</font>

when %1 and %2 are two different directories to be loaded to the diff reports desired.

The result for the folder-report is OK
but for the File-report is almost empty.

Craig
16-Jan-2004, 11:23 AM
layout-options should just be options. I'll switch the behavior to give an error in this case.

ltcherni
19-Jan-2004, 10:40 AM
Thanks Craig,

It works fine with the :
file-report layout:side-by-side options:display-mismatches output-to:%4 output-options:html-color

Laurent,