Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 44311 invoked from network); 19 Dec 2003 08:24:44 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 19 Dec 2003 08:24:44 -0000 Received: (qmail 56049 invoked by uid 500); 19 Dec 2003 08:24:18 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 55779 invoked by uid 500); 19 Dec 2003 08:24:17 -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 55752 invoked from network); 19 Dec 2003 08:24:16 -0000 Received: from unknown (HELO www2.kc.aoindustries.com) (65.77.211.84) by daedalus.apache.org with SMTP; 19 Dec 2003 08:24:16 -0000 Received: from dialup-233.147.220.203.acc01-aubu-gou.comindico.com.au (dialup-233.147.220.203.acc01-aubu-gou.comindico.com.au [203.220.147.233]) (authenticated) by www2.kc.aoindustries.com (8.11.6/8.11.6) with ESMTP id hBJ9Ppg18723 for ; Fri, 19 Dec 2003 03:25:51 -0600 Subject: Re: Quick questions about my own Transformer From: David Crossley To: dev@cocoon.apache.org In-Reply-To: <1071818361.1392.19216.camel@ighp> References: <8323267453.20031201202519@irbiscorp.com> <1071818361.1392.19216.camel@ighp> Content-Type: text/plain Organization: Message-Id: <1071822263.1392.19503.camel@ighp> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-5) Date: 19 Dec 2003 19:24:24 +1100 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N David Crossley wrote: > Han J. Theus wrote: > > Hello all > > > > Could anyone give me some answers on the following questions please ? > > Please send all such questions to the users@ list. The dev list is > for development and Cocoon project management. > > > 1. src="org.apache.cocoon.". Where do I find that source? > > At $COCOON_HOME/src/org/apache/cocoon/* > (just replace the dots in the package name, with /). I meant $COCOON_HOME/src/java/org/apache/cocoon/* You will also find some in $COCOON_HOME/src/blocks/* (use the "find" command). --David