[daisy] Cocoon build problem on windows (bug)
Yves Langisch
yves at langisch.ch
Thu Jul 20 15:32:56 CDT 2006
Hi,
There seem to be a problem with building Daisy Wiki, more precisely
Coocon, under Windows. The generated getc2clean.bat contains the call to
the Cocoon build.bat with too many arguments. getc2clean.bat calls it
with 10 arguments while build.bat only allows 9:
...
call %ANT_HOME%\bin\ant -Djava.endorsed.dirs=lib\endorsed -logger
org.apache.tools.ant.NoBannerLogger -emacs %1 %2 %3 %4 %5 %6 %7 %8 %9
...
The non-windows build.sh is fine as the number of args is free:
...
"$ANT_HOME/bin/ant" -logger org.apache.tools.ant.NoBannerLogger
--noconfig -emacs $@
...
On Windows this causes the build process to fail as the last parameter
is not taken into account:
cocoon.get:
[exec] Missing value for property lib.core
[exec] [ERROR] Result: 1
Thanks
Yves
More information about the daisy
mailing list