[daisy] Cocoon build problem on windows (bug)
Bruno Dumon
bruno at outerthought.org
Sun Jul 23 13:56:22 CDT 2006
On Thu, 2006-07-20 at 22:32 +0200, Yves Langisch wrote:
> 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
This is a known problem, see the thread "Troble building 1.5-M2 from
source" from a few hours before you posted this. In short, it is already
fixed.
--
Bruno Dumon http://outerthought.org/
Outerthought - Open Source, Java & XML Competence Support Center
bruno at outerthought.org bruno at apache.org
More information about the daisy
mailing list