You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Carsten Ziegeler <cz...@sundn.de> on 2001/02/06 16:12:22 UTC

[C2]: Patch for HTMLGenerator

Hi,

if JTidy is available for compilation of the current cvs,
cocoon does not compile.

The following import must be added to the HTMLGenerator:

import org.apache.cocoon.ResourceNotFoundException;

Carsten


Re: [C2]: Patch for HTMLGenerator

Posted by Berin Loritsch <bl...@apache.org>.
Carsten Ziegeler wrote:
> 
> Hi,
> 
> if JTidy is available for compilation of the current cvs,
> cocoon does not compile.
> 
> The following import must be added to the HTMLGenerator:
> 
> import org.apache.cocoon.ResourceNotFoundException;

Fixed