Hi Reijin,
I was unable to build the jar using ant. Is there any way you could send the jar file over to me?

regards

Andrew

On 28/07/06, Jeroen Reijn <[EMAIL PROTECTED]> wrote:
Hi Andrew,

I think a had the same problem a couple of months ago doing a project.
It seems your charsetFactory isn't able to find the charsets.

I can remember I had to build this myself from the cocoon source.
Within the cocoon 2.1.9 distribution
(cocoon-2.1.9\src\blocks\serializers\charsets) is an ant build file that
can create the jar for you. You will have to include this jar in your
WEB-INF/lib directory of cocoon.

If you are not able to create the jar please let me know.

Regards,

Reijn


Bertrand Delacretaz wrote:
> On 7/28/06, Andrew <[EMAIL PROTECTED]> wrote:
>
>> ...root cause java.lang.NoClassDefFoundError
>> org.apache.cocoon.components.serializers.EncodingSerializer.configure(EncodingSerializer.java:167)...
>>
>
> Line 167 of EncodingSerializer is
> this.charset = CharsetFactory.newInstance ().getCharset(encoding);
>
> So it looks like it's the CharsetFactory class that's not found. Can't
> tell you why though, it should be in the same
> cocoon-serializers-block.jar as the others.
>
> -Bertrand
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to