David Crossley wrote: 
> 
> Welcome back Carsten. You probably have stacks of email to 
> catch up with. 
Yes I had, now I'm done to 50 (I just deleted all the stuff dealing
with jxtg, tags, templates blabla :) )

> Here is the reason for my questions.
>  Re: review of sitemap component documentation
>  http://marc.theaimsgroup.com/?t=110127536000001
>  http://marc.theaimsgroup.com/?t=110195842900001
>  http://cocoon.apache.org/2.1/plan/review-sitemap-docs.html
> 
Thanks for the pointers!

> > But changing the SitemapTask to just spit out a list of all sitemap 
> > components should be fairly easy.
> 
> That is what i thought too. I have local modifications that 
> does that, but it seems to not find all components. The 
> SitemapTask has  ...
>  // Class Constants
>  private static final String SERIALIZER = 
> "org.apache.cocoon.serialization.Serializer";
>  ...
>  if ( javaClass.isA(SERIALIZER) ) {
>  ...
> which misses src/java/o/a/c/serialization/XMLSerializer.java
> perhaps because that extends AbstractTextSerializer.
> 
Ah, ok, that's strange. My understanding was that this should work
and if I'm not mistaken it works for other classes. For example
the transformers that are found inherit from abstract class as well;
those abstract classes are declaring to implement the Transformer
interface.
Hmm, can you provide a list of which classes are found? (Perhaps
with a list of which classes are not found - so we could see if
we find similarities)

Carsten

Reply via email to