Ran into a petty little problem while trying to build C2.1 final.
Download: cocoon-latest-src.zip 23/08/2003
Environment: W2K, JDK 1.4
Build Target: war
The build kept failing on blocks (see list below) because off missing "lib"
directories (and 1 "java" directory). I checked in CVS to make sure I wasn't
missing any files. I only found empty "lib" directories. I then checked the
C2.1m3 distribution directories and found all the empty "lib" directories are
there. Adding the "lib" directories to the affected blocks fixed the problem.
Could this have happened while generating the distribution or is the problem
with my setup?
List of affected blocks:
asciiart
authentication-fw
eventcache
jsp
jxform
linkrewriter
linotype
mail
midi
naming
petstore
php
portal
portal-fw
precept
profiler
proxy
python
session-fw
slop
stx
taglib
web3
xmlform
authentication-fw
eventcache
jsp
jxform
linkrewriter
linotype
midi
naming
petstore
php
portal
portal-fw
precept
profiler
proxy
python
session-fw
slop
stx
taglib
web3
xmlform
Checked the lines in build\cocoon-2.1 referred by the ANT error message are
all of type:
<javac compiler="${compiler}" nowarn="${compiler.nowarn}"
target="${target.vm}" deprecation="${compiler.deprecation}"
optimize="${compiler.optimize}" debug="${compiler.debug}"
destdir="${build.blocks}/apples/dest">
Perry
