Date: 2005-02-24T02:05:25
   Editor: StenAkselHeien
   Wiki: Cocoon Wiki
   Page: YourCocoonBasedProjectAnt16
   URL: http://wiki.apache.org/cocoon/YourCocoonBasedProjectAnt16

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -15,12 +15,12 @@
     1. important: remove the path variables in this file (ant cannot 
substitute variables in property files, so ${...} variables would cause build 
errors). Remove sections build, build webapp, src, standalone demo, dir layout, 
tools, deprecated, ide, lib, dist, site, legal, gump, so that there are no more 
${...} and variables in this file.
     1. set include to false for the blocks you don't need in the top part of 
local.build.properties (remove # in front of line)
     1. exclude the samples and documentation too if you don't need them (time 
consuming build process)(remove # in front of line).
- 1. ant cocoon:get
+ 1. {{{ant cocoon:get}}}
     * -> repeat this step later when changing the distribution or the settings 
in local.build.properties
- 1. ant webapp
+ 1. {{{ant webapp}}}
     * -> builds the Java classes and copies the entire project to the tools 
tree
     * Note: classes are built with debug flag on.
- 1. ant cocoon:run 
+ 1. {{{ant cocoon:run}}} 
     * starts Jetty
     * (you need to restart if you have done any of the following: changing the 
libs, java compile)
  1. http://localhost:8888/