Hi There,
We want to compare the jar referenced inside the jar ie 2 level comparison of artifacts.
Please help us with script. We have below script which compares on the given jar but not the jar inside it.
We are not able to drill down and check the changes in child jar.
log verbose "C:\bclogs\bclog.txt"
criteria binary
load %1 %2
expand all
select all.files
folder-report layout:summary &
options:display-mismatches &
output-to:"%3\summary.html"&
expand all
select all.files
output-options:html-color
folder-report layout:side-by-side &
options:display-mismatches &
output-to:"%3\foldercomparison.html" &
output-options:html-color
Thanks,
Prajakta
We want to compare the jar referenced inside the jar ie 2 level comparison of artifacts.
Please help us with script. We have below script which compares on the given jar but not the jar inside it.
We are not able to drill down and check the changes in child jar.
log verbose "C:\bclogs\bclog.txt"
criteria binary
load %1 %2
expand all
select all.files
folder-report layout:summary &
options:display-mismatches &
output-to:"%3\summary.html"&
expand all
select all.files
output-options:html-color
folder-report layout:side-by-side &
options:display-mismatches &
output-to:"%3\foldercomparison.html" &
output-options:html-color
Thanks,
Prajakta
Comment