Return-Path: Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 76527 invoked by uid 500); 7 Aug 2003 12:15:44 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 76502 invoked from network); 7 Aug 2003 12:15:43 -0000 Received: from dobit2.ugent.be (HELO dobit2.rug.ac.be) (157.193.42.8) by daedalus.apache.org with SMTP; 7 Aug 2003 12:15:43 -0000 Received: from allserv.UGent.be (allserv.ugent.be [157.193.40.42]) by dobit2.rug.ac.be (8.12.8/8.12.8) with ESMTP id h77CFhsl014984 for ; Thu, 7 Aug 2003 14:15:43 +0200 (MEST) Received: from otsrv1.iic.rug.ac.be (otsrv1.iic.ugent.be [157.193.121.51]) by allserv.UGent.be (8.12.8/8.12.8) with ESMTP id h77CFgvN019578 for ; Thu, 7 Aug 2003 14:15:43 +0200 (MEST) Received: from yum.ot (host102 [192.168.123.102]) by otsrv1.iic.rug.ac.be (8.11.6/8.11.6) with ESMTP id h77CFhx06219 for ; Thu, 7 Aug 2003 14:15:43 +0200 Subject: RE: problem creating a new transformer From: Bruno Dumon To: users@cocoon.apache.org In-Reply-To: References: Content-Type: text/plain Organization: Outerthought Message-Id: <1060258362.28507.31.camel@yum.ot> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Thu, 07 Aug 2003 14:12:42 +0200 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Thu, 2003-08-07 at 13:07, Miguel Carvalho wrote: > Hi, i am now trying to upgrade to 2.1rc1, but i am wondering ... what > precautions do i need to clean up cooon a little. I just need a cocoon > project that allows me to create a generator, and a transformer in xsp and > java respectively. What are your sugestions? > do i start with the webapp > directory /cocoon2.1rc1/src/webapp directory and start from there, do i > build cocoon and get the jar and libs and start a new project (but here i > will have another problem that is to achieve the right configuration to the > sitemap and xconf) or are there any more options that i am not seing??? > > oh and by the way... the compile time of cocoon in my computer was 14 > minutes, how can i tell it not to build the javadoc and maybe the samples, i > dont know if it is possible but i would like to try and reduce a bit the > compile time.. :) * read the file INSTALL.TXT * look at the files block.properties and build.properties you can easily disable all optional cocoon functionality, and disable building of javadocs and other stuff to optimize the build time. For an easy setup to get "continuous integration" of your project with newer Cocoon releases, see the following page on the wiki: http://wiki.cocoondev.org/Wiki.jsp?page=YourCocoonBasedProject But for starters, if you keep all your stuff in your own subdirectory with a subsitemap, and simply add one jar with your own classes to the WEB-INF/lib dir, things should be easy enough I guess? (maybe you don't know about subsitemaps etc. yet, in that case I recommend to investigate the default Cocoon webapp and to browse around in the documentation and on the wiki). -- Bruno Dumon http://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center bruno@outerthought.org bruno@apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org