Re: where is org.apache.cocoon.components?

2012-01-06 Thread Simone Tripodi
Hi Jos,

indeed, it was not immediate also for me, I had to play a little with
the grep command :P

Thanks for your feedbacks, all the best!
-Simo

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/



On Fri, Jan 6, 2012 at 11:30 AM, Jos Snellings
 wrote:
> Thanks, Simo!
> We should document these dependencies, I think.
> The "cocoon side projects" are not always easy to find.
>
> Cheers,
> Jos
>
>
> On Fri, Jan 6, 2012 at 11:05 AM, Simone Tripodi 
> wrote:
>>
>> Hi Jos!
>>
>> Looks like the class
>> org/apache/cocoon/components/serializers/util/XMLSerializer is
>> contained in C2 cocoon-serializers-charsets, you have to add the
>> following dependency in your pom:
>>
>> 
>>  org.apache.cocoon
>>  cocoon-serializers-charsets
>>  1.0.0
>> 
>>
>> I found it in
>>
>>
>> jar:file:~/.m2/repository/org/apache/cocoon/cocoon-serializers-charsets/1.0.0/cocoon-serializers-charsets-1.0.0.jar!/org/apache/cocoon/components/serializers/util/XMLSerializer.class
>>
>> HTH, all the best!
>> -Simo
>>
>> http://people.apache.org/~simonetripodi/
>> http://simonetripodi.livejournal.com/
>> http://twitter.com/simonetripodi
>> http://www.99soft.org/
>>
>>
>>
>> On Fri, Jan 6, 2012 at 8:16 AM, Jos Snellings
>>  wrote:
>> > Dear cocooners,
>> >
>> > When trying to load cocoon-optional, spring complains loudly about not
>> > being
>> > able to find class:
>> >
>> > org/apache/cocoon/components/
>> > serializers/util/XMLSerializer
>> >
>> > In effect, this class is not within the cocoon distribution.
>> > To my best knowledge, there is no sub project
>> > cocoon-components
>> >
>> > The problematic declaration is:
>> > public class EncodingXMLSerializer extends
>> > org.apache.cocoon.components.serializers.util.XMLSerializer implements
>> > SAXPipelineComponent, Finisher, SAXConsumer, CachingPipelineComponent {
>> >
>> > Can anybody shed some light upon this one?
>> >
>> >
>> > Thank you !
>> > Jos
>
>


Re: where is org.apache.cocoon.components?

2012-01-06 Thread Jos Snellings
Thanks, Simo!
We should document these dependencies, I think.
The "cocoon side projects" are not always easy to find.

Cheers,
Jos

On Fri, Jan 6, 2012 at 11:05 AM, Simone Tripodi wrote:

> Hi Jos!
>
> Looks like the class
> org/apache/cocoon/components/serializers/util/XMLSerializer is
> contained in C2 cocoon-serializers-charsets, you have to add the
> following dependency in your pom:
>
> 
>  org.apache.cocoon
>  cocoon-serializers-charsets
>  1.0.0
> 
>
> I found it in
>
>
> jar:file:~/.m2/repository/org/apache/cocoon/cocoon-serializers-charsets/1.0.0/cocoon-serializers-charsets-1.0.0.jar!/org/apache/cocoon/components/serializers/util/XMLSerializer.class
>
> HTH, all the best!
> -Simo
>
> http://people.apache.org/~simonetripodi/
> http://simonetripodi.livejournal.com/
> http://twitter.com/simonetripodi
> http://www.99soft.org/
>
>
>
> On Fri, Jan 6, 2012 at 8:16 AM, Jos Snellings
>  wrote:
> > Dear cocooners,
> >
> > When trying to load cocoon-optional, spring complains loudly about not
> being
> > able to find class:
> >
> > org/apache/cocoon/components/
> > serializers/util/XMLSerializer
> >
> > In effect, this class is not within the cocoon distribution.
> > To my best knowledge, there is no sub project
> > cocoon-components
> >
> > The problematic declaration is:
> > public class EncodingXMLSerializer extends
> > org.apache.cocoon.components.serializers.util.XMLSerializer implements
> > SAXPipelineComponent, Finisher, SAXConsumer, CachingPipelineComponent {
> >
> > Can anybody shed some light upon this one?
> >
> >
> > Thank you !
> > Jos
>


Re: where is org.apache.cocoon.components?

2012-01-06 Thread Simone Tripodi
Hi Jos!

Looks like the class
org/apache/cocoon/components/serializers/util/XMLSerializer is
contained in C2 cocoon-serializers-charsets, you have to add the
following dependency in your pom:


  org.apache.cocoon
  cocoon-serializers-charsets
  1.0.0


I found it in

jar:file:~/.m2/repository/org/apache/cocoon/cocoon-serializers-charsets/1.0.0/cocoon-serializers-charsets-1.0.0.jar!/org/apache/cocoon/components/serializers/util/XMLSerializer.class

HTH, all the best!
-Simo

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/



On Fri, Jan 6, 2012 at 8:16 AM, Jos Snellings
 wrote:
> Dear cocooners,
>
> When trying to load cocoon-optional, spring complains loudly about not being
> able to find class:
>
> org/apache/cocoon/components/
> serializers/util/XMLSerializer
>
> In effect, this class is not within the cocoon distribution.
> To my best knowledge, there is no sub project
> cocoon-components
>
> The problematic declaration is:
> public class EncodingXMLSerializer extends
> org.apache.cocoon.components.serializers.util.XMLSerializer implements
> SAXPipelineComponent, Finisher, SAXConsumer, CachingPipelineComponent {
>
> Can anybody shed some light upon this one?
>
>
> Thank you !
> Jos


revoke "where is org.apache.cocoon.components"

2012-01-05 Thread Jos Snellings
Dear Cocooners,

Sorry, sent message in title in haste;
answering my own question:

/org/apache/cocoon/cocoon-serializers-charsets/1.0.0

As "side module" it does not come with the distribution when getting the
source code, that is why I did not see it.

Cheers,
Jos


where is org.apache.cocoon.components?

2012-01-05 Thread Jos Snellings
Dear cocooners,

When trying to load cocoon-optional, spring complains loudly about not
being able to find class:

org/apache/cocoon/components/
serializers/util/XMLSerializer

In effect, this class is not within the cocoon distribution.
To my best knowledge, there is no sub project
cocoon-components

The problematic declaration is:
public class EncodingXMLSerializer extends
org.apache.cocoon.components.serializers.util.XMLSerializer implements
SAXPipelineComponent, Finisher, SAXConsumer, CachingPipelineComponent {

Can anybody shed some light upon this one?


Thank you !
Jos