Name: dkR10031 Date: 07/24/2003
Current edition of the HTTP Jcov Grabber generates error message which
does not contain any information about source of the problem which
was a reason for the error message generation.
To resolve this issue additional information about source of the
generated error message should be added to the HTTP Grabber output.
-------------------------- cgi-bin script begin ----------------------
#!/bin/sh
export JAVA=/net/novo172/export/home/java/dest/jdk1.4.0-b92/linux-i386/bin/java
export JCOV_JAR=/net/linux-11/export/home/gary/QA.JCOV/ws-jcov/test.linux-x86/lib/jcov.jar
$JAVA -classpath ${JCOV_JAR} com.sun.tdk.jcov.grabber.HttpGrabber -yesmerge
-------------------------- cgi-bin script end ------------------------
-------------------------- cgi-bin script output begin ---------------
java com.sun.tdk.jcov.HttpGrabber [-nomerge]
-------------------------- cgi-bin script output end -----------------
======================================================================