DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14849>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14849

JProbe tasks: executables cannot be found with JProbe 4.0.1

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From [EMAIL PROTECTED]  2003-04-25 16:21 -------
Hi Stefan,
I built the ant_20030425102107.tar.gz nightly snapshot and tested all three 
tasks with JProbe 4.0.2.
<jpcoverage/> and <jpcovreport/> seem OK.

However, there is still a small bug in CovMerge.java :

in createParamFile(), you put the "tofile" file into the temporary paramfile:

// last file is the output snapshot
            pw.println(getProject().resolveFile(tofile.getPath()));

The output file has to be the last argument on the command line (it's not 
optional) and cannot be put into the paramfile. Otherwise Jprobe will complain:

[jpcovmerge] Missing arguments


I paste the commandline help:

C:\Program Files\JProbe Suite 4.0.2\bin>jpcovmerge.exe
jpcovmerge [-v] [-paramfile=file] <snapshot file1> <file2> ... <output>

Merge multiple snapshots:

-paramfile=file         A file containing a list of files to be merged
                        These files are inserted in the list at the point
                        where the -paramfile option is located

-v                      Verbose mode for displaying diagnostic information

Best regards,
Jan

Reply via email to