David Crossley wrote:
Bertrand Delacretaz wrote:
Upayavira a écrit :

...cd build/cocoon-2.1.7-dev/javadocs/
grep -rl SitemapModelComponent *

Good one! Here's the pretty listing then:

for i in $(grep -rl SitemapModelComponent * | grep org/apache)
do
  echo $i | sed 's/\//\./g' | sed 's/\.html$//'
done

There's still a bit of junk left (package-frame etc) but it's a good start.

Thanks, that will be suitable. Fiddling with the SitemapTask.java i can also getting a listing. So i will be able to work out a solution. Thanks.

Hmmm, no joy so far.

Using the grep javadocs method does not find any
serializers, actions, matchers, selectors.

Using the SitemapTask finds components only if their
package name is "o.a.c.transformation.Transformer" etc.

--David

Reply via email to