next up previous contents index
Next: JPCovReport Up: JProbe Coverage Previous: Nested Elements   Contents   Index

JPCovMerge

Description

Perform the merge of several snapshots into a single one.

Parameters

Attribute Description Required
home The directory where JProbe is installed. Yes
tofile the output filename that will be the result of the name. Yes
verbose Perform the merge in verbose mode giving details about the snapshot processing. No. Default to false

jpcovmerge collects snapshots using the nested <FileSet> element. Example of merge

<jpcovmerge home="c:\jprobe" tofile="merge.jpc" verbose="true">
  <fileset dir="./snapshots">
    <include name="snap*.jpc"/>
  </fileset>
</jpcovmerge>
would run the merge in verbose mode on all snapshot files starting by snap in the directory snapshots. The resulting file will be named merge.jpc.



Andrew Marlow 2003-07-08