You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by "Gawde, Kiran" <Ki...@schwab.com> on 2004/12/07 18:26:49 UTC

Re: google app for cocoon

Hi,
 
I downloaded the google app and able to run it on the cocoon when it is
built without any local.build.properties and local.blocks.properties. 
 
But I am unable to run it on the cocoon which is built using
local.build.properties and local.blocks.properties (see attached). All I
have done is, excluded all blocks except xsp block from the build. I get
following errors: Please let me know what's the minimum needed from cocoon
to successfuly deploy the google app.
 
org.apache.cocoon.components.language.LanguageException: Error compiling
google_xsp:
ERROR 1 (org\apache\cocoon\www\google\google_xsp.java):
..
    package org.apache.cocoon.www.google;

    import java.io.File;
    import java.io.IOException;

// start error (lines 7-7) "The import java.io.StringReader is never used"
    import java.io.StringReader;

// end error
..
 
Thanks,
Kiran