Monday, March 07, 2005

Cobertura bug

The distribution of Cobertura had a bug in it that rendered the jar useless. Basically, the Javancss library is not specified in the class path of the manifest. I'm betting that it was copied straight from JCoverage and assumed to work. It does up to the point where reports are generated.

After a bit of poking about, I've managed to update the manifest file to include javancss.jar and everything works.

Now, can someone tell me why must the last line of a manifest file must end with a new line?!?

0 Comments:

Post a Comment

Links to this post:

Create a Link

<< Home