← Prev in month ← Prev in thread

docbook stylesheets 1.77.0 - webhelp

From
Frank Arensmeier <>
Date
2012-06-01T07:35:18+00:00
ID
Thread
docbook stylesheets 1.77.0 - webhelp
Dear all.

Yesterday I tried to build webhelp from the new stylesheets 1.77.0 There seems to be a bug in the file "build.xml". Around line 30 it says:

[...]
<target name="chunk" depends="clean">

        <mkdir dir="${output-dir}"/>
        <tempfile destdir="${output-dir}" deleteonexit="true" property="xincluded-profiled.xml"/>
        <tempfile destdir="${output-dir}" deleteonexit="true" property="dummy.html"/>
        <xslt
          in="${input-xml}"
            out="${xincluded-profiled.xml}"
            style="../profiling/profile.xsl">
[...]

Notice the relative path "../profiling/profile.xsl". This causes an error if the custom build file is not in the same directory as the build file from the source distribution. Changing that attribute to something like "${extensions.dir}/../profiling/profile.xsl" worked for me.

/frank
← Prev in month ← Prev in thread