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.

--David



Reply via email to