Return-Path: Delivered-To: apmail-cocoon-docs-archive@www.apache.org Received: (qmail 87831 invoked from network); 24 Feb 2005 09:55:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 24 Feb 2005 09:55:27 -0000 Received: (qmail 77998 invoked by uid 500); 24 Feb 2005 09:55:27 -0000 Delivered-To: apmail-cocoon-docs-archive@cocoon.apache.org Received: (qmail 77969 invoked by uid 500); 24 Feb 2005 09:55:27 -0000 Mailing-List: contact docs-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: docs@cocoon.apache.org Delivered-To: mailing list docs@cocoon.apache.org Received: (qmail 77947 invoked by uid 99); 24 Feb 2005 09:55:27 -0000 X-ASF-Spam-Status: No, hits=-9.3 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME,WEIRD_PORT X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 24 Feb 2005 01:55:26 -0800 Received: (qmail 87802 invoked from network); 24 Feb 2005 09:55:25 -0000 Received: from localhost.hyperreal.org (HELO minotaur.apache.org) (127.0.0.1) by localhost.hyperreal.org with SMTP; 24 Feb 2005 09:55:25 -0000 Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: docs@cocoon.apache.org To: docs@cocoon.apache.org Subject: =?iso-8859-1?q?=5BCocoon_Wiki=5D_Updated=3A__YourCocoonBasedProjectAnt16?= Date: Thu, 24 Feb 2005 09:55:25 -0000 Message-ID: <20050224095525.87406.35253@minotaur.apache.org> X-Spam-Rating: localhost.hyperreal.org 1.6.2 0/1000/N X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Date: 2005-02-24T01:55:24 Editor: StenAkselHeien Wiki: Cocoon Wiki Page: YourCocoonBasedProjectAnt16 URL: http://wiki.apache.org/cocoon/YourCocoonBasedProjectAnt16 no comment Change Log: ---------------------------------------------------------------------------= --- @@ -6,7 +6,7 @@ = 1. get Cocoon distribution (if you don't already have it) 1. make project directory and put build-cocoon-targets.xml in the directo= ry - 1. edit build-cocoon-targets.xml and replace "YourCocoonBasedProject" wit= h your project name + 1. edit build-cocoon-targets.xml and replace "Your``CocoonBasedProject" w= ith your project name 1. 'seed' the project 1. {{{ant -f build-cocoon-targets.xml -Dcocoon.distro.home=3D/path/to/= your/cocoon/distribution}}} * Note: the cocoon.distro.home is now set in user.properties @@ -31,9 +31,9 @@ 1. use [:XPatchTaskUsage] to modify the Cocoon configuration files. = * -> Note: you can use cocoon:unpatch to revert the configuration file= s back to the original versions. = -Once this is setup use the src/java tree for your own customized Java comp= onents and src/cocoon/webapp/your!ProjectName for your Cocoon related files= (sitemap, XSL and XML files etc.). Ant webapp will compile your classes an= d copy the files in the src tree to the appropriate places in the tools tre= e. Jetty (ant cocoon:run) will use the files in the tools tree. +Once this is setup use the src/java tree for your own customized Java comp= onents and src/cocoon/webapp/your``ProjectName for your Cocoon related file= s (sitemap, XSL and XML files etc.). Ant webapp will compile your classes a= nd copy the files in the src tree to the appropriate places in the tools tr= ee. Jetty (ant cocoon:run) will use the files in the tools tree. = -You can reach your project under http://localhost:8888/your!ProjectName +You can reach your project under ht``tp://localhost:8888/your``ProjectName = = =20