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
...
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
local.blocks.properties
Description: Binary data
local.build.properties
Description: Binary data
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
