OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]