Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 13434 invoked from network); 13 Dec 2004 08:20:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 13 Dec 2004 08:20:29 -0000 Received: (qmail 22873 invoked by uid 500); 13 Dec 2004 08:20:19 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 22785 invoked by uid 500); 13 Dec 2004 08:20:19 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 22769 invoked by uid 99); 13 Dec 2004 08:20:18 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from indexgeo.net (HELO indexgeo.net) (65.77.211.93) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 13 Dec 2004 00:20:14 -0800 Received: from [192.168.1.100] (static-109.227.240.220.dsl.comindico.com.au [220.240.227.109]) (authenticated bits=0) by www2.kc.aoindustries.com (8.12.9-20030917/8.12.9) with ESMTP id iBD8K9bK001432 for ; Mon, 13 Dec 2004 02:20:11 -0600 Message-ID: <41BD50B6.1000703@apache.org> Date: Mon, 13 Dec 2004 19:20:06 +1100 From: David Crossley User-Agent: Mozilla Thunderbird 0.9 (Macintosh/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: how to list all sitemap components References: <41B7925C.2050609@apache.org> <630521ED-49FA-11D9-8BD5-000A95AF004E@apache.org> <41B875BD.80603@upaya.co.uk> <6802BA3B-49FC-11D9-8BD5-000A95AF004E@apache.org> <41B934DE.1040301@apache.org> In-Reply-To: <41B934DE.1040301@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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