A comment has been created.
http://cocoon.zones.apache.org/daisy/cocooninaction/14.html
Document ID: 14
Name: Set up your Cocoon project using Ant
Branch: main
Language: default
Created by: Ross Gardler
Created on: 8/18/05 11:27:45 AM
Visibility: public
Steps 6 and 7 say you should customise local.build.properties and
local.blocks.properties
However, the build target uses build.properties and blocks.properties
<target name="seed-localprops"
depends="msg-seed-localprops, seed-dirs"
unless="existsLocalProps" >
<concat destfile="${cocoon.build.properties}" >
<fileset dir="${cocoon.distro.home}">
<include name="build.properties" />
<include name="blocks.properties" />
</fileset>
</concat>
</target>
Shouldn't this target use local.*?